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!