Use Goto and From to Transfer Fcn block

126 Views Asked by At

I have made a block in Simulink that calculates some Aerodynamic coefficients.

I had like to use this coefficients in order to define the numerator and denominator of a transfer function.

Is there a way to link between the output from the coefficients block to the transfer function?

Thank you

1

There are 1 best solutions below

2
On

No. The output of your aerodynamic block are signals. The numerator and denominator of the Transfer Function are parameters. You cannot use signals as parameters, or vice-versa.

What you can do is construct your own transfer function using an appropriate arrangement of Sum, Product and Integrator blocks, with the signals from your aerodynamics block being used (typically in conjunction with the Product blocks) to define the appropriate coefficients/gains.