Pole-zero plot with blackman window, FIR filter - GUI
이전 댓글 표시
Hi everyone,
I'm working on a GUI and I want to make pole-zero plot with blackman window (together with fir1 function) but it doesn't work. Other windows works good, however blackman plot not. I used pzplot, pzmap and zplane functions. What should I do?
b = fir1(rzad,Wn,blackman(rzad+1));
Hz=tf(b,1);
axes(handles.axes6)
h = pzplot(Hz);
%pzmap(Hz)
%zplane(b,1)
grid on
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Blackman에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!