rms — ONED signal op

• データ種: signal → measurement

• 呼び出し: import fullseye as fs; fs.ledger.rms(x, frame=None, hop=None) (実装を直接呼ぶなら import dsp; dsp.rms(x, frame=None, hop=None)、台帳から引くなら ops1d.get("rms"))

使い方

RMS レベル。信号全体なら 1 個のスカラー、*frame* を与えるとフレームごとの配列(時間軸に沿った振動・エネルギーの包絡)。

参考(サンプルデータ・文献)

• サンプルデータ カタログ(DL URL / ライセンス) — 2-D は skimage.data(BSD/public)+ 合成、3-D は実データ源(Stanford/PDS 等)の DL URL。

• 演算子の来歴・参考文献 — この op 族の元になった研究/手法の出典。

• アルゴリズムの正典(著者・年)と用途は上記ファミリ使い方ガイドに記載。

実行できる例(この op を実際に呼ぶ検証済みサンプル)

• lens_design_demo — py -3.11 examples/lens_design_demo.py

• lightfield_depth — py -3.11 examples/lightfield_depth.py

• piv_field_analysis_tour — py -3.11 examples/piv_field_analysis_tour.py

• piv_flow_from_particles — py -3.11 examples/piv_flow_from_particles.py

• poc_battery_electrode_breathing — py -3.11 examples/poc_battery_electrode_breathing.py

• poc_bilateral_asymmetry — py -3.11 examples/poc_bilateral_asymmetry.py

• poc_bump_coplanarity — py -3.11 examples/poc_bump_coplanarity.py

• poc_cad_scan_deviation — py -3.11 examples/poc_cad_scan_deviation.py

• poc_camera_calibration — py -3.11 examples/poc_camera_calibration.py

• poc_dimensional_inspection — py -3.11 examples/poc_dimensional_inspection.py

• poc_exoplanet_transit — py -3.11 examples/poc_exoplanet_transit.py

• poc_fabric_defect — py -3.11 examples/poc_fabric_defect.py

• poc_focus_stacking — py -3.11 examples/poc_focus_stacking.py

• poc_gear_tooth_metrology — py -3.11 examples/poc_gear_tooth_metrology.py

• poc_machine_condition_fusion — py -3.11 examples/poc_machine_condition_fusion.py

• poc_panorama_drift — py -3.11 examples/poc_panorama_drift.py

• poc_print_registration — py -3.11 examples/poc_print_registration.py

• poc_real_stereo_depth — py -3.11 examples/poc_real_stereo_depth.py

• poc_river_surface_velocity — py -3.11 examples/poc_river_surface_velocity.py

• poc_screw_thread_metrology — py -3.11 examples/poc_screw_thread_metrology.py

• poc_solar_limb_darkening — py -3.11 examples/poc_solar_limb_darkening.py

• poc_strain_history — py -3.11 examples/poc_strain_history.py

• poc_surface_roughness — py -3.11 examples/poc_surface_roughness.py

• poc_symmetry_restoration — py -3.11 examples/poc_symmetry_restoration.py

• poc_thermal_radiometry — py -3.11 examples/poc_thermal_radiometry.py

• poc_water_level — py -3.11 examples/poc_water_level.py

• profile_shape_inspection — py -3.11 examples/profile_shape_inspection.py

型が繋がる次の op(measurement を入力に取れる)

—

同カテゴリ(signal)

lowpass · highpass · bandpass · envelope · resample · spectrum · spectrogram · zero_crossing_rate


*Provenance: dsp.py — ONED operator registry. この per-op ノートは tools/opdocs.py md が自動生成(手編集しない)。*

© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.