Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
matlab code to generate framing of signal
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Simple and easy to understand matlab code for generating frames of a signal.
2 comentarios
KSSV
el 5 de Feb. de 2019
What signal? A sine signal can be simply formed:
t = linspace(0,2*pi) ;
y = sin(t) ;
plot(t,y) ;
Respuestas (0)
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!