from Hz to radiant
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Paul Rogers
le 15 Oct 2020
Réponse apportée : Alan Stevens
le 15 Oct 2020
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
0 commentaires
Réponse acceptée
Alan Stevens
le 15 Oct 2020
Yes, though it would be more elegant to use 2*pi instead of 6.28.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Data Type Identification dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!