Asymptotic Bode diagrams (extended)

バージョン 1.2 (1.93 KB) 作成者: Gal Barkai
MATLAB script to plot asymptotic bode diagrams, including those of improper systems and pure integrators
ダウンロード: 1.1K
更新 2021/11/11
A MATLAB script plotting the asymptotic Bode plot of a given LTI system. There are a couple of other scripts on File Exchange with errors accounted for here.
The function can receive as an input a tf, zpk, ss or a symbolic expression representing a rational function.
* The model can be improper, e.g., calling asymp_bode(tf([1 1],[0 1])) will plot the expected bode diagram.
* Time delays, non minimum-phase system and poles/zeros at the origin are accounted for.
* The script decomposes the individual phase and gain plots of each element and sums them together.
* Pure imaginary poles and zeroes are currently not supported

引用

Gal Barkai (2024). Asymptotic Bode diagrams (extended) (https://github.com/GalBarkai/asymptotic_bode/releases/tag/V1.2), GitHub. 取得済み .

MATLAB リリースの互換性
作成: R2021a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
タグ タグを追加

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.2

See release notes for this release on GitHub: https://github.com/GalBarkai/asymptotic_bode/releases/tag/V1.2

1.0

この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。
この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。