debrief / mda

Working location for development of Debrief Manoeuvre Detection Algorithms
Eclipse Public License 1.0
0 stars 0 forks source link

Investigate moving average calculation #8

Closed IanMayo closed 8 years ago

IanMayo commented 8 years ago

The legs we plot for the moving average window appear to show too early on the graph. In the screenshot below the red turn starts at around 550 and finishes at around 760.

image

Could you double-check that the algorithm correctly compares the moving average that finishes at this time step with the moving average that starts at this time step?

GDXFR commented 8 years ago

image

The Legs calculation have been modify to be calcultated based on Delta and not Next Delta (Delta compares the moving average that finishes at this time step with the moving average that starts at this time step)

GDXFR commented 8 years ago

image

Moving average depending on window size, legs calculation is different

IanMayo commented 8 years ago

Great work, thanks.