rms — ONED signal op

Data kinds: signalmeasurement

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_demopy -3.11 examples/lens_design_demo.py

lightfield_depthpy -3.11 examples/lightfield_depth.py

poc_battery_electrode_breathingpy -3.11 examples/poc_battery_electrode_breathing.py

poc_bilateral_asymmetrypy -3.11 examples/poc_bilateral_asymmetry.py

poc_bump_coplanaritypy -3.11 examples/poc_bump_coplanarity.py

poc_cad_scan_deviationpy -3.11 examples/poc_cad_scan_deviation.py

poc_camera_calibrationpy -3.11 examples/poc_camera_calibration.py

poc_dimensional_inspectionpy -3.11 examples/poc_dimensional_inspection.py

poc_exoplanet_transitpy -3.11 examples/poc_exoplanet_transit.py

poc_fabric_defectpy -3.11 examples/poc_fabric_defect.py

poc_focus_stackingpy -3.11 examples/poc_focus_stacking.py

poc_panorama_driftpy -3.11 examples/poc_panorama_drift.py

poc_print_registrationpy -3.11 examples/poc_print_registration.py

poc_river_surface_velocitypy -3.11 examples/poc_river_surface_velocity.py

poc_screw_thread_metrologypy -3.11 examples/poc_screw_thread_metrology.py

poc_solar_limb_darkeningpy -3.11 examples/poc_solar_limb_darkening.py

poc_strain_historypy -3.11 examples/poc_strain_history.py

poc_surface_roughnesspy -3.11 examples/poc_surface_roughness.py

poc_symmetry_restorationpy -3.11 examples/poc_symmetry_restoration.py

poc_thermal_radiometrypy -3.11 examples/poc_thermal_radiometry.py

profile_shape_inspectionpy -3.11 examples/profile_shape_inspection.py

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

Same category (signal)

lowpass · highpass · bandpass · envelope · local_std · quantize · companding_mu_law · resample


*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.