Modelling CIC Decimator
Mostrar comentarios más antiguos
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 ??
Respuestas (1)
Wayne King
el 20 de Feb. de 2012
0 votos
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?
Categorías
Más información sobre Measurements and Statistics en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!