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
No. The output of your aerodynamic block are signals. The numerator and denominator of the
Transfer Functionare 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,ProductandIntegratorblocks, with the signals from your aerodynamics block being used (typically in conjunction with theProductblocks) to define the appropriate coefficients/gains.