How to generate a sinosoidal signal
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Tze Chwen Lim
il 18 Nov 2017
Commentato: Tze Chwen Lim
il 19 Nov 2017
Can i know how to generate a 15hz sinosoidal signal with an amplitude of 4 and last for 6 seconds?
Risposta accettata
Salahuddin Bangash
il 18 Nov 2017
Modificato: Salahuddin Bangash
il 18 Nov 2017
%you can use this,Try to Calculate time by your self.//cycles per 1 sec, for required time period.
y=4*sin(2*pi*f*t);
4 Commenti
Più risposte (0)
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!