Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

difference result from bandpass and filter

1 view (last 30 days)
Dhamdhawach Horsuwan
Dhamdhawach Horsuwan on 11 Feb 2020
Closed: MATLAB Answer Bot on 20 Aug 2021
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

Answers (0)

This question is closed.

Community Treasure Hunt

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

Start Hunting!