How can I generate an Impulse Train of specific Sampling Frequency?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
0 Commenti
Risposte (1)
Ameer Hamza
il 29 Dic 2020
Try this
T = 1;
x = -5*T:5*T;
stem(x, ones(size(x)))
ylim([0 1.5])
0 Commenti
Vedere anche
Categorie
Scopri di più su Get Started with MATLAB in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!