Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

difference result from bandpass and filter

1 vue (au cours des 30 derniers jours)
Dhamdhawach Horsuwan
Dhamdhawach Horsuwan le 11 Fév 2020
Clôturé : MATLAB Answer Bot le 20 Août 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

Réponses (0)

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by