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

2 vues (au cours des 30 derniers jours)
Asad Khalil
Asad Khalil le 29 Déc 2020

Réponses (1)

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

Catégories

En savoir plus sur MATLAB Coder dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by