フィルターのクリア

Time-varying parameters in Simulink model

23 ビュー (過去 30 日間)
Thomas
Thomas 2024 年 6 月 24 日 16:00
回答済み: Fangjun Jiang 2024 年 6 月 25 日 15:43
I am implementing a Simulink model in which I would like to use time-varying parameters for certain blocks. I have tried using a timeseries object to specify parameter values as a function of time, but this is not one of the supported parameter formats. Are there any ways in which this can be accomplished?
  1 件のコメント
Sam Chak
Sam Chak 2024 年 6 月 25 日 7:10
Can you type out the equation as a function of time?
Preferably in LaTeX format. Click the Sigma icon .

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

回答 (1 件)

Fangjun Jiang
Fangjun Jiang 2024 年 6 月 25 日 15:43
If you have a timeseries object, then you can use the "From Workspace" block. It supports timeserious objects.
This time-varying value will become a signal, not a parameter. You have to find a way to use it for your parameter. For example, if you mean to use this time-varying value as the time-varying gain of a Gain block, you can use a multiplication (the Product block) to implement it.

タグ

製品


リリース

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by