Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
matlab code to generate framing of signal
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Simple and easy to understand matlab code for generating frames of a signal.
2 Commenti
KSSV
il 5 Feb 2019
What signal? A sine signal can be simply formed:
t = linspace(0,2*pi) ;
y = sin(t) ;
plot(t,y) ;
Risposte (0)
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!