mfilt.firdecim function not visible on Magnitude Response
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Multirate Signal Processing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!