bode magnitude producing different plots for the same transfer function
이전 댓글 표시
I have transfer function and have manually extracted the magnitude and plotted it. When I used the bodemag function however, the plot looks very different. Im confused as to which one is correct and why they are coming out differently, as I havent applied any unit conversions. For my manual extraction, I have used the following and its produced the plot underneath.
[mag phase] = bode(tf);
Mag = transpose(squeeze(mag));

However, when I use the bodemag(tf) function, I get this:

I dont understand why these reuslts are so different or which one is correct and am looking for some claririfcation.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Frequency-Domain Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!