フィルターのクリア

Is there any other APPS in Matlab apart from Filter Designer. Just for filtering the signal

2 ビュー (過去 30 日間)

採用された回答

Honglei Chen
Honglei Chen 2018 年 7 月 25 日
Not sure if this is what you want, but if you go to File -> Generate MATLAB Code, there is an option to generate a data filtering function. If you save that function as say myfilter.m, then you can get the filtered signal by calling
y = myfilter(x)
where x is the input signal.
HTH

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDigital Filter Analysis についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by