Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

difference result from bandpass and filter

1 visualización (últimos 30 días)
Dhamdhawach Horsuwan
Dhamdhawach Horsuwan el 11 de Feb. de 2020
Cerrada: MATLAB Answer Bot el 20 de Ag. de 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

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by