View Single Post
  #26  
Old September 4th 18, 10:40 PM posted to rec.aviation.soaring
Steve Koerner
external usenet poster
 
Posts: 430
Default Vario Comparison

On Tuesday, September 4, 2018 at 12:49:36 PM UTC-7, Andy Blackburn wrote:
On Tuesday, September 4, 2018 at 10:59:26 AM UTC-7, Steve Koerner wrote:
On Tuesday, September 4, 2018 at 9:07:09 AM UTC-7, George Haeh wrote:
Lift from horizontal gusts can be filtered out with rates of dynamic pressure and attitude, perhaps with application of polar.

Lots of fun with math.


More holistically, you run a Kalman filter using every sensor you have and then some. You treat the system as having three disturbances: two horizontal wind components plus vertical flow. You continuously calculate a solution yielding least square error for the six DOF system with those disturbances being of primary interest.


Making a trip in the wayback machine to my control theory and aerodynamics classes - apologies if I mess up the details...

If you have a dynamic model for the glider (a Kalman filter would typically require this) you may also be able to use the difference between activating the short period and phugoid dynamic pitch modes with respect to pitch rate. This difference is why a strong thermal has that seat of the pants surge that pitches the nose down instead of up - as you'd get with a gust under normal circumstances.

For all of this you'd get a better result if you also knew the control positions and Cm vs control position - primarily for the elevator. Also, we don't really have dynamic models for gliders though my guess is it would not be that difficult to measure with a reasonably instrumented glider and a couple of test flights. You might be able to get decent results with a generic model for a reasonably current generation racing glider (for instance), though model-specific parameters would of course be better. You're really just trying to filter out the gusts so you may not need anything all that precise to get an improvement, just Cm vs alpha and Cm vs V. Knowing the c.g. and weight will matter as well, but you might be able to calculate these effects.

I wonder if it's easier or harder to use machine learning to do this than a more deterministic least squares model...or if all of the above is overkill.

Andy Blackburn
9B


I agree Andy; to do a Kalman filter you'd want gyros, accelerometers and control position sensors. Position sensors are not hard though and their mapping might be learned for each installation with a smooth air test flight. The problem with Neural network AI is that you have to begin the process with a comprehensive training set. Probably Mike Borgelt has a simpler and better way to get to just the goods that we care about without a plane load of sensors. I'll be looking forward to hearing more about this.