フィルターのクリア

how to convert linear frequency to bode plot frequency

1 回表示 (過去 30 日間)
ravi kumar
ravi kumar 2017 年 1 月 14 日
回答済み: Star Strider 2017 年 1 月 14 日
hello,
i want to know how i can convert linear frequency to decade log frequency scale as used in Bode plot. I don't want to use the matlab inbuilt functions as it would not help in real understanding.
thanks!!

回答 (1 件)

Star Strider
Star Strider 2017 年 1 月 14 日
I would do something like this if you want to emulate the logspace function:
linv = -1:3; % Linear Vector
logv = 10.^linv; % Homebuilt ‘logspace’ Function
logv =
0.1 1 10 100 1000
I’m not certain what you want. Experiment with this idea to get the result you want.

カテゴリ

Help Center および File ExchangeWaveform Generation についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by