signal op• Datenarten: signal → table
• Aufruf: import fullseye as fs; fs.ledger.signal_features(x, rate=1.0) (die Implementierung direkt: import dsp; dsp.signal_features(x, rate=1.0); aus dem Register: ops1d.get("signal_features"))
> Für diesen Operator gibt es noch keine Übersetzung. Es folgt der Originaltext unverändert.
A compact acoustic/vibration feature vector for anomaly detection:
`rms, peak, crest_factor, zcr, spectral_centroid` (Hz),
`peak_freq (Hz), bandwidth` (Hz). All finite — a NaN / Inf sample raises
`ValueError` rather than producing NaN features; empty signal -> zeros.
The three spectral entries are built on :func:spectrum, but every one of
them is a *ratio* of magnitudes (`argmax`, a magnitude-weighted mean, a
magnitude-weighted spread), so the raw `|rfft|` convention documented there
cancels out and these numbers are unaffected by it. `rms, peak` and
`crest_factor` are computed in the time domain and never touch the FFT.
• Katalog der Beispieldaten (Download-URLs / Lizenzen) — 2-D nutzt skimage.data (BSD/Public Domain) plus synthetische Bilder, 3-D nennt Download-URLs echter Datenquellen (Stanford, PDS, …).
• Herkunft und Literatur der Operatoren — die Quellen der Forschung/Verfahren, auf denen diese Operatorfamilie beruht.
• Der kanonische Algorithmus (Autor, Jahr) und seine Anwendungen stehen im Familienleitfaden oben.
• (noch keine)
table als Eingabe)—
signal)lowpass · highpass · bandpass · envelope · rms · local_std · quantize · companding_mu_law
*Provenance: dsp.py — ONED Operator-Registry. Diese Notiz wird von tools/opdocs.py md erzeugt (nicht von Hand bearbeiten).*
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.