High Frequency Square Wave
3 ビュー (過去 30 日間)
古いコメントを表示
I want to generate a square wave with a frequency of 100MHz for a very short duration. Help me out please.
0 件のコメント
採用された回答
Setsuna Yuuki.
2020 年 11 月 30 日
編集済み: Setsuna Yuuki.
2020 年 11 月 30 日
For example:
time = linspace(0,1,1000);
frecuency = 5; %or other frecuency
x = square(2*pi*frecuency*time);
plot(time,x)
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Stochastic Differential Equation (SDE) Models についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!