analog sinusoidal signal Xa(t) = 3sin (200pi t) .sketch the following Xa(t) for 0 ≤ t ≤ 30
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
please can someone help with the matlab code for the sketch signal xa(t) for 0 ≤ t ≤ 30.Thank you
0 comentarios
Respuestas (1)
Jacob Ziesenis
el 14 de Ag. de 2017
t = 0:0.01:30; x = 3 * sin(200*pi*t); figure; plot(t,x);
0 comentarios
Ver también
Categorías
Más información sobre Signal Processing Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!