フィルターのクリア

Transfer Function in Linear Frequency plot

1 回表示 (過去 30 日間)
Alejandro Urbina
Alejandro Urbina 2016 年 4 月 18 日
回答済み: Star Strider 2016 年 4 月 18 日
Im graphing this code, i want to obtain the plot as a linear frequency(hz) not as an angular frequency(rad/s)
R=320;
a=.95;
C=900*10^-9;
num=[(R^2.*C^2) 1];
den=[(R^2.*C^2) (4.*R.*C.*(1-a)) 1];
H=tf(num, den);
bode(H), grid
can someone tell me what should i change in my code to make this change happen in my plot? any help will be appreciated
thanks!!!

回答 (1 件)

Star Strider
Star Strider 2016 年 4 月 18 日
Use the bodeplot function. There is an example in the documentation demonstrating exactly what you want to do.

カテゴリ

Help Center および File Exchange2-D and 3-D Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by