Variable Gain Value Dependent on input in Simulink.

22 次查看(过去 30 天)
I am modelling a four wheeled vehicle in simulink using Newtons 2nd law
I wish to change the damping coefficient, currently a gain block, dependant on the input into the block.
Any ideas would be grateful, Thank you.

采纳的回答

ES
ES 2017-3-22
no. This is not what i mean.
First if you have only two possible gains, then best way to do it is as below
My original answer was If you have more than two possible value for gain, instead of cascading many simple switches, you can have one multiport switch. Then based on the value of input, the multiport switch will produce the gain as output. .
  2 个评论
Ludo Houben
Ludo Houben 2023-6-20
Hi ES
Is it possible to connect the CsR_High or CsR signal, which are used in the Gain block, to an inport? If yes, how to do this? Many thanks
Ludo

请先登录,再进行评论。

更多回答(1 个)

ES
ES 2017-3-21
what is "dependant on the input into the block"? If you want to change the gain from workspace, you can do so by specifying a workspace variable as gain in the block parameter. If you want to change the gain according to the value of input, you will have to model it.
For example if input is >0.5, pass it through a gain block with gain =100. else if input is <0.5, pass it through a gain block with gain =120. You can use a multiport switch to do this.
  2 个评论
Conor Hardiman
Conor Hardiman 2017-3-21
Thank you Chocolate,
I've had tried what you suggested, however the if block causes an error.
I tried the index vector and multipork block like you said.
Port 1 of 'Full_Simulation_Model_11DoF_1/Full Vehicle Model/LR/If' can only be connected to an action subsystem and may not be connected to more than one action subsystem.
The input going in is damper velocity and i want to specify two damping rates, one below 80 and one above.
Thanks
James Richard
James Richard 2019-10-14
Could you please give me an example of variable gain by using the multiport switch? I have read the documentation and still haven't understand.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Automotive Applications 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by