Want to know how to modify the pole zero plot
이전 댓글 표시
I was trying plot the pole zero plot of a transfer function.And used the code
H=pzplot(t1) for the same and got the output like this 

But I wanted an answer like this

What should I do?
These are the Filter coefficients
b = [1,0.618,1] %numerator coefficients
a = [1,0,0] % denominator coefficients
b = b/sum(b) % normalization
figure
t1 = tf(b,a,(1/fs))
Thank You
댓글 수: 2
Dyuman Joshi
2023년 2월 1일
You want to add the text, 'Zeros' and 'Poles' at the respective points? or change something else?
Krishnapriya
2023년 2월 1일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Time and Frequency Domain Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



