from Hz to radiant

5 ビュー (過去 30 日間)
Paul Rogers
Paul Rogers 2020 年 10 月 15 日
回答済み: Alan Stevens 2020 年 10 月 15 日
Hi everyone, this is a simple one.
Is the argument coorrect in this code?
gammaT_max = 0.8;
gammaT_min = 0.65;
f=50;%hz
w=f*6.28; %rad/s
A = (gammaT_max - gammaT_min)/2; %ampiezza
b = gammaT_max - ((gammaT_max - gammaT_min)/2);
gammaT = A*sin(w*z(2))+b
I just want to make sure the dimensions are ok. It should be fine, but I am not sure.
I have Matlab 2014b

採用された回答

Alan Stevens
Alan Stevens 2020 年 10 月 15 日
Yes, though it would be more elegant to use 2*pi instead of 6.28.

その他の回答 (0 件)

カテゴリ

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

製品


リリース

R2014b

Community Treasure Hunt

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

Start Hunting!

Translated by