Elliptical plot to Frequency response

 채택된 답변

Wayne King
Wayne King 2012년 5월 21일

0 개 추천

Hi Tom, you don't want to input the zeros and poles to fvtool(), you want to import the filter numerator and denominator coefficients.
[b,a] = ellip(zp,pbrip,rejbndatt,1/2);
fvtool(b,a,'Fs',fs);

추가 답변 (0개)

카테고리

제품

질문:

Tom
2012년 5월 21일

Community Treasure Hunt

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

Start Hunting!

Translated by