How can I plot amplitude and phase responses of a CIC filter?

조회 수: 9 (최근 30일)
soso maths
soso maths 2019년 5월 19일
답변: Edson Silva 2020년 7월 24일
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

답변 (1개)

Edson Silva
Edson Silva 2020년 7월 24일
CIC1 = dsp.CICDecimator(8,1,3);
h=fvtool(CIC1,'Fs',sampling_frequency);
h.NormalizeMagnitudeto1 = 'on';

카테고리

Help CenterFile Exchange에서 Digital Filter Analysis에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by