How to generate a sinosoidal signal
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Tze Chwen Lim
el 18 de Nov. de 2017
Comentada: Tze Chwen Lim
el 19 de Nov. de 2017
Can i know how to generate a 15hz sinosoidal signal with an amplitude of 4 and last for 6 seconds?
Respuesta aceptada
Salahuddin Bangash
el 18 de Nov. de 2017
Editada: Salahuddin Bangash
el 18 de Nov. de 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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Timing and presenting 2D and 3D stimuli en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!