How can I generate an Impulse Train of specific Sampling Frequency?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/473623/image.png)
0 comentarios
Respuestas (1)
Ameer Hamza
el 29 de Dic. de 2020
Try this
T = 1;
x = -5*T:5*T;
stem(x, ones(size(x)))
ylim([0 1.5])
0 comentarios
Ver también
Categorías
Más información sobre Get Started with MATLAB en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!