Modelling CIC Decimator
古いコメントを表示
What's the difference in usage of dsp.CICDecimator and mfilt.cicdecim ?? I need to model a CIC Decimator for a Digital Down-Converter (DDC)... Which one should I use ??
回答 (1 件)
Wayne King
2012 年 2 月 20 日
0 投票
Hi Adeel, dsp.CICDecimator is a System object. That is more appropriate for streaming data and code generation if that is your ultimate goal. mfilt.cicdecim is a "older" MATLAB UDD object. I see you have a fixed point tag on your post. In that case I would recommend you use the System object.
The System object implements the algorithm used in the CIC Decimation block (Simulink side of DSP System Toolbox).
Did you know that there is a dsp.DigitalDownConverter object already in the DSP System Toolbox?
カテゴリ
ヘルプ センター および File Exchange で Measurements and Statistics についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!