How can I generate an Impulse Train of specific Sampling Frequency?
2 ビュー (過去 30 日間)
古いコメントを表示
0 件のコメント
回答 (1 件)
Ameer Hamza
2020 年 12 月 29 日
Try this
T = 1;
x = -5*T:5*T;
stem(x, ones(size(x)))
ylim([0 1.5])
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Get Started with MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!