- w が周波数のベクトルの場合、関数は指定された各周波数で応答を計算します。たとえば、logspace を使用すると、対数的に等間隔な周波数値の行ベクトルを生成できます。ベクトル w には正と負の両方の周波数を含めることができます。
Gs = tf([1],[1 1]);
[mag,phase,wout] = bode(Gs,logspace(-2,2,999));
size(mag)
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!