lowpass — ONED signal op

データ種: signalsignal

呼び出し: import fullseye as fs; fs.ledger.lowpass(x, rate, cutoff, order=4) (実装を直接呼ぶなら import dsp; dsp.lowpass(x, rate, cutoff, order=4)、台帳から引くなら ops1d.get("lowpass"))

使い方

Butterworth low-pass (scipy, zero-phase filtfilt). *cutoff* must be inside

`(0, rate/2)`; an out-of-Nyquist cutoff raises instead of passing the signal

through. A signal too short for zero-phase filtfilt also raises (the message

names the exact minimum) instead of silently coming back unfiltered.

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

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

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

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

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

degenerate_inputspy -3.11 examples/degenerate_inputs.py

gallery2d_texture_freqpy -3.11 examples/gallery2d_texture_freq.py

signal_filterpy -3.11 examples/signal_filter.py

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

create_funct_1d_array · create_funct_1d_pairs · smooth_funct_1d_gauss · smooth_funct_1d_mean · derivate_funct_1d · integrate_funct_1d · zero_crossings_funct_1d · local_min_max_funct_1d

同カテゴリ(signal)

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


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

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