why we should use Zero Order Hold or Unit Delay before fuzzy block on simulink?

12 ビュー (過去 30 日間)
Oni Bagus
Oni Bagus 2013 年 7 月 14 日
when I don't use ZOH or unit delay, this system can't work correctly. An error occured, error: the sample time after propagation is [0,0]

採用された回答

Ravi
Ravi 2013 年 7 月 15 日
The Zero-Order Hold block holds its input for the sample period you specify. The block accepts one input and generates one output. Each signal can be scalar or vector. If the input is a vector, the block holds all elements of the vector for the same sample period.
You specify the time between samples with the Sample time parameter. A setting of -1 means the block inherits the Sample time.
For your clear understanding... New Simulink model>>Create a SOURCE,ZOH,Unit Delay & Scope... Create scope axes properties to 3... Connect all & Run....
  1 件のコメント
Oni Bagus
Oni Bagus 2013 年 7 月 15 日
when we use ZOH or unit delay? because the result is same with ZOH and unit delay? in my problem, I used it before fuzzy simulink block. thx

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeFuzzy Logic in Simulink についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by