Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

difference result from bandpass and filter

1 visualizzazione (ultimi 30 giorni)
Dhamdhawach Horsuwan
Dhamdhawach Horsuwan il 11 Feb 2020
Chiuso: MATLAB Answer Bot il 20 Ago 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

Risposte (0)

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by