How to generate a sinosoidal signal
조회 수: 2 (최근 30일)
이전 댓글 표시
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!