Generating a square wave

3 ビュー (過去 30 日間)
Marcos García
Marcos García 2017 年 3 月 17 日
回答済み: Hildo 2017 年 3 月 18 日
Hi...
I would like to know how to generate a square wave in Simulink with variable frequency, that is, I should be able to change the frequency of that square wave externally. The square wave generator from the Simulink library is not useful for my purpose.
Regards.

採用された回答

Hildo
Hildo 2017 年 3 月 18 日
  1. Use the block "clock" that output to you the simulation time;
  2. Get the rest of the division of this time by your period https://www.mathworks.com/matlabcentral/answers/7260-how-to-get-the-remainder-of-a-division-in-simulink;
  3. Use the "switch block" to check if is the first part (HIGH level) of the period (output 0 or 1).

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSources についてさらに検索

タグ

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by