How can I generate an Impulse Train of specific Sampling Frequency?

2 visualizzazioni (ultimi 30 giorni)

Risposte (1)

Ameer Hamza
Ameer Hamza il 29 Dic 2020
Try this
T = 1;
x = -5*T:5*T;
stem(x, ones(size(x)))
ylim([0 1.5])

Categorie

Scopri di più su Get Started with MATLAB in Help Center e File Exchange

Tag

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by