Bode plot vs. 3D visualization of magnitude of a transfer function

版本 1.5.0.0 (44.4 KB) 作者: Pankaj Jha
This MATLAB code re-estabalishs the relation between bode and 3D surface magnitude plot
483.0 次下载
更新时间 2016/5/24

查看许可证

Acknowledgement:
(1) http://www.seas.upenn.edu/~ese216/handouts/Chpt14_3DPlotTransferFunction.pdf
(2) A Filter Primer, Maxim Integrated; https://www.maximintegrated.com/en/app-notes/index.mvp/id/733
(3) http://electronics.stackexchange.com/questions/159446/poles-and-bode-plots
We say that, in a Bode plot, there is a drop in gain of 20 dB per decade whenever a pole is encountered. But aren't poles defined as the values of 's' which make the transfer function infinity? So why doesn't the gain go up at this point instead of going down?
Lets solve the mystery.....
This code generates the following plots to clarify the confusion:
(1) Top-Left : Bode magnitude plot of the transfer function
(2) Top-Right : 3D surface plot of the magnitude of the transfer function
(3) Bottom-Left: The same surface plot with the magnitude axis limited to a small value so that smaller variations are visible.
(4) Bottom-Right : The surface plot along with its projection along the 'Sigma=0' axis
The projection of the surface plot along the "Sigma = 0" axis, appearing as red color line with yellow markers in the bottom-right plot, is our BODE MAGNITUDE PLOT !!!!

引用格式

Pankaj Jha (2024). Bode plot vs. 3D visualization of magnitude of a transfer function (https://www.mathworks.com/matlabcentral/fileexchange/56879-bode-plot-vs-3d-visualization-of-magnitude-of-a-transfer-function), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2015b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Frequency-Domain Analysis 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.5.0.0

update

1.4.0.0

update

1.3.0.0

update

1.2.0.0

Update

1.1.0.0

Update

1.0.0.0