rms — ONED signal op

• Data kinds: signal → measurement

• Call: import fullseye as fs; fs.ledger.rms(x, frame=None, hop=None) (to call the implementation directly, import dsp; dsp.rms(x, frame=None, hop=None); from the registry, ops1d.get("rms"))

Usage

RMS level. Scalar for the whole signal, or a framewise array when *frame* is given (a vibration/energy envelope over time).

References (sample data, literature)

• Sample-data catalog (download URLs / licences) — 2-D uses skimage.data (BSD/public domain) plus synthetic images; 3-D lists download URLs for real data sources (Stanford, PDS, …).

• Operator provenance and references — the sources of the research/methods this op family came from.

• The canonical algorithm (author, year) and its uses are named in the family usage guide above.

Runnable examples (verified samples that actually call this 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

Ops the type connects to (they accept measurement as input)

—

Same category (signal)

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


*Provenance: dsp.py — ONED operator registry. This per-op note is generated by tools/opdocs.py md (do not hand-edit).*

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