フィルターのクリア

Finding period T from a square signal in Simulink

12 ビュー (過去 30 日間)
Marek Andrzej
Marek Andrzej 2016 年 11 月 2 日
コメント済み: Ashwini Bhondave 2021 年 10 月 21 日
I am looking for the period T of a square wave, in Simulink (variable width). Not from Scope block, I need it for further math operations.
  2 件のコメント
Franck Joel Simo
Franck Joel Simo 2019 年 5 月 7 日
Hi guy
I would to find the period of a Signal in Matlab Simulink. How do we do that. i really need your help. it is very urgent.Thanks in Advance
Ashwini Bhondave
Ashwini Bhondave 2021 年 10 月 21 日
@Franck Joel Simo - did you find the answer of these? I need same help

サインインしてコメントする。

採用された回答

Mark McBroom
Mark McBroom 2016 年 11 月 6 日
Feed signal into triggered subsystem. Configure triggered subsystem to active on rising edge. In triggered subsystem, use a Digital Clock and Memory block to compute time between current and previous rising edge.
  1 件のコメント
Marek Andrzej
Marek Andrzej 2016 年 11 月 8 日
Thank you for the answer! I tried but I don't really know where to connect what. Should I be feeding the signal into the trigger slot and substitute "in" with the digital clock?

サインインしてコメントする。

その他の回答 (1 件)

Marek Andrzej
Marek Andrzej 2016 年 11 月 14 日
Ok I got it. Was a bit trickier. The time in the memory block was being added up so I branched two memory blocks in a series (to have the previous time) and subtracted them. This way the before iteration minus before before iteration is my output. Ergo the time between rising edge.
  2 件のコメント
SUMANT ANAND
SUMANT ANAND 2019 年 7 月 8 日
I dont undersatnd how to solve it?? any help
Ashwini Bhondave
Ashwini Bhondave 2021 年 10 月 21 日
@SUMANT ANAND - did you find the answer? can you please share?

サインインしてコメントする。

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by