mfilt.firdecim function not visible on Magnitude Response
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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.
0 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Multirate Signal Processing dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!