正弦波について(5秒間、10Hzの正弦波₎
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
sz
am 21 Jun. 2020
Beantwortet: Shunichi Kusano
am 21 Jun. 2020
5 秒間の10Hzの正弦波を書きたいのですが、
下記のでは正弦波ができません。
どのようにすれば10Hzのsin波ができるか伺いたいです。
よろしくお願いいたします
data=randn(19,50001)%人口データ作成 19ch
t=0:0.0001:5; %時間
F=10
data(5,:)=sin(t*F)
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Logical finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!