正弦波について(5秒間、10Hzの正弦波₎
이전 댓글 표시
5 秒間の10Hzの正弦波を書きたいのですが、
下記のでは正弦波ができません。
どのようにすれば10Hzのsin波ができるか伺いたいです。
よろしくお願いいたします
data=randn(19,50001)%人口データ作成 19ch
t=0:0.0001:5; %時間
F=10
data(5,:)=sin(t*F)
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!