フィルターのクリア

how to get the average frequency for the hysteresis band control?

1 回表示 (過去 30 日間)
Shengnan Li
Shengnan Li 2016 年 6 月 16 日
回答済み: Wilson A N 2016 年 8 月 8 日
I am simulating a Direct torque control induction motor. Want to know the average frequency. How do i get it from the switching signals, or voltage signals? basically, i need a pulse counter, how to realize that? Thanks,

採用された回答

Wilson A N
Wilson A N 2016 年 8 月 8 日
As you want a pulse counter, you can model it using a triggered subsystem. The subsystem can be configured to enable on the rising edge. Implement a counter inside the subsystem using a constant block(value=1), add block and a delay block. So, each time the subsystem encounters a rising edge, it adds 1 to the previous value and starts counting.
You can refer to the following links to know more about triggered subsystems

その他の回答 (0 件)

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by