フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

difference result from bandpass and filter

1 回表示 (過去 30 日間)
Dhamdhawach Horsuwan
Dhamdhawach Horsuwan 2020 年 2 月 11 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I used 'bandpass' to design filter and return filtered data as shown
[filtered,df] = bandpass(az_croped,[0.5 1.5],100);
After I use that filter to filter the same signal with 'filter' function as below
filtered = filter(df,az_croped);
Then I compare 2 Signal, It seem very difference from each other as shown in picture.
Thank for your help.
untitled.png

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by