mfilt.firdecim function not visible on Magnitude Response

1 visualización (últimos 30 días)
Francesco
Francesco el 23 de Oct. de 2014
Hello, I'm quite new to Matlab. I'm trying to model a digital filter followed by a decimator. I've written:
num_fir1 = [1 4 6 4 1];
Hfir1 = dfilt.df1(num_fir1, 1);
Hdecim1 = mfilt.firdecim(2,num_fir1);
fvtool(Hdecim1,Hfir1)
I don't understand why the 2 filters Hdecim1, Hfir1 looks identical. I was expecting to see the aliasing effect on Hdecim1.
Thanks.

Respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by