How to generate a sinosoidal signal
2 ビュー (過去 30 日間)
古いコメントを表示
Tze Chwen Lim
2017 年 11 月 18 日
コメント済み: Tze Chwen Lim
2017 年 11 月 19 日
Can i know how to generate a 15hz sinosoidal signal with an amplitude of 4 and last for 6 seconds?
採用された回答
Salahuddin Bangash
2017 年 11 月 18 日
編集済み: Salahuddin Bangash
2017 年 11 月 18 日
%you can use this,Try to Calculate time by your self.//cycles per 1 sec, for required time period.
y=4*sin(2*pi*f*t);
4 件のコメント
その他の回答 (0 件)
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!