필터 지우기
필터 지우기

Elliptical plot to Frequency response

조회 수: 3 (최근 30일)
Tom
Tom 2012년 5월 21일
The original question has been removed by the user.

채택된 답변

Wayne King
Wayne King 2012년 5월 21일
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개)

카테고리

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