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

2 次查看(过去 30 天)

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 MATLAB Coder 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by