What is the rating of the Parks-McClellan FIR degree?
조회 수: 1 (최근 30일)
이전 댓글 표시
Hello everybody. I created a Parks-McClellan optimal FIR filter. I have written my values below. But what I want to ask here is what is the degree of this filter? I'll be happy if you can help me.
[n, fo, ao, w] = firpmord ([0.04 0.09], [1 0], [0.001 0.01], Fs{i,j});
b = firpm (n, fo, ao, w);
댓글 수: 0
답변 (1개)
Star Strider
2023년 1월 9일
According to the documentation, the order of the filter is ‘n’ (the first output).
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Filter Design에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!