How is the equation for u_g given in MatLab's discrete Dryden Wind Turbulence Model a difference equation?
Show older comments

Looking at MatLab's discreet Dryden Wind Turbulence Model, specifically for the longitudinal variable u_g, MatLab gives this difference equation.
The problem I'm seeing with this is that this looks in no way like a difference equation. A difference equation should have some statement equal to another statement. This is no equal sign in this equation.
Also a difference equation should be time indexed, and all I'm seeing is the index of g. How is that a time index?
MatLab also does not give an explanation for the eta either, so I'm also wondering what that is too.
1 Comment
Steven Lord
on 26 Sep 2016
For reference this appears to be in relation to the first row in the third table on the documentation page for the Dryden Wind Turbulence Model (Discrete) block in Aerospace Blockset.
I don't work with this blockset at all, but my guess is that this table defines a term that is used in a difference equation given in the specification "U.S. Military Specification MIL-F-8785C", the third item in the References section on that documentation page. If that guess is correct the full definition of the difference equation requires combining the information in that table and the equation from the specification.
Accepted Answer
More Answers (0)
Categories
Find more on Vehicle Dynamics Blockset in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!