Reza Filter

バージョン 1.0.1 (3.68 MB) 作成者: Reza
Reza Filter implements exponential low-pass, high-pass, band-pass, and band-stop filtering
ダウンロード: 3
更新 2026/1/24

ライセンスの表示

Reza Filter implements exponential low-pass, high-pass, band-pass, and band-stop filtering using frequency-domain magnitude shaping. Primary API: rezafilt (supports auto-tuned sharpness d and optional C++ MEX acceleration).
Low-pass (single cutoff in Hz):
Fs = 250;
x = randn(10000,1);
y_lp = rezafilt(x, Fs, 10, 'low', 'UseMex','auto');
High-pass (single cutoff in Hz):
y_hp = rezafilt(x, Fs, 10, 'high', 'UseMex','auto');
Band-stop / notch:
y_bs = rezafilt(x, Fs, [48 52], 'stop', 'UseMex','auto');
Band-pass:
y_bp = rezafilt(x, Fs, [5 50], 'bandpass', 'UseMex','auto');

引用

Reza (2026). Reza Filter (https://jp.mathworks.com/matlabcentral/fileexchange/183110-reza-filter), MATLAB Central File Exchange. 取得日: .

MATLAB リリースの互換性
作成: R2025b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
タグ タグを追加
バージョン 公開済み リリース ノート
1.0.1

Minimal Edits

1.0.0