Asymptotic Bode Diagram

This application deals with the asymptotic bode diagrams of trasfer function W(s)
10.2K 次下载
更新时间 2016/3/31

查看许可证

This application deals with the asymptotic bode diagrams of trasfer function W(s) defined by numerator and denominator
Example:

num=rand(1,5);
den=rand(1,6);
bode_asymptotic(num,den);

引用格式

Valerio Scordamaglia (2024). Asymptotic Bode Diagram (https://www.mathworks.com/matlabcentral/fileexchange/23870-asymptotic-bode-diagram), MATLAB Central File Exchange. 检索来源 .

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

启发作品: CONTROL SYSTEMS - BODE PLOT

Community Treasure Hunt

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

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

zz