How to you put sin function in Simulink
10 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
How do you put this function in simulink .
-2 cos(t/2)+2
0 Commenti
Risposta accettata
Paul
il 9 Ott 2022
Modificato: Paul
il 9 Ott 2022
Feed the output of a Clock into a Gain of 1/2. Feed the touput of that gain into a Trigonmetric Function block, select the cos option. Feed the output of that into a Gain of -2. Feed the output of that into a Bias block, set the parameter to 2.
Or use the fact that
cos(t/2) == sin(t/2 + pi/2)
Amplitude = -2
Frequency = 1/2
Phase = pi/2
Bias = 2
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Sources in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!