Bode plot with asymptotes

Bode plot with asymptotes

現在この提出コンテンツをフォロー中です。

The function asymp() corresponds to bode(), but it also plots asymptotes for the magnitude and phase graphs. Phase asymptotes are only horizontal and vertical.
asymp() only accepts SISO transfer functions.
If the transfer function also has a time delay, the time delay is ignored
for the phase asymptotes.
asymp() may be called in two ways only, asymp(h), or asymp(h,wmin,wmax).

引用

Trond Andresen (2026). Bode plot with asymptotes (https://jp.mathworks.com/matlabcentral/fileexchange/10183-bode-plot-with-asymptotes), MATLAB Central File Exchange. に取得済み.

謝辞

ヒントを与えたファイル: CONTROL SYSTEMS - BODE PLOT

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.2.0.2

some forgotten commas from debugging changed back to semicolons

1.2.0.1

Erroneous sometimes -360 deg phase correction removed

1.2.0.0

Just editing the description a little
Compatible with Matlab 2015
Fixed for compatibility with newer Matlab versions

1.0.0.0

Bug fix.