How can I plot amplitude and phase responses of a CIC filter?
15 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I'm trying to plot amplitude and phase responses of a CIC filter (Cascaded integrated Comb filters), given M,R and N. Here is the z transfer function.
https://en.wikipedia.org/wiki/Cascaded_integrator%E2%80%93comb_filter
0 commentaires
Réponses (1)
Edson Silva
le 24 Juil 2020
CIC1 = dsp.CICDecimator(8,1,3);
h=fvtool(CIC1,'Fs',sampling_frequency);
h.NormalizeMagnitudeto1 = 'on';
0 commentaires
Voir également
Catégories
En savoir plus sur Multirate Signal Processing dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!