PX4 / flight_review

web application for flight log analysis & review
https://logs.px4.io/
BSD 3-Clause "New" or "Revised" License
195 stars 191 forks source link

add angular velocity and angular acceleration FFTs #211

Closed dagar closed 3 years ago

dagar commented 3 years ago

DataPlotFFT

Screenshot from 2021-03-18 12-59-49

DataPlotSpec

Screenshot from 2021-03-18 13-00-08

dagar commented 3 years ago

Rebased on master and comment addressed.

Screenshot from 2021-05-31 13-57-58

I also removed the explicit range for the PSD color scaling as it wasn't great in some circumstances.

Master color map: LinearColorMapper(palette=viridis(256), low=-80, high=0)

Screenshot from 2021-05-31 13-59-58

PR color map: LinearColorMapper(palette=viridis(256))

Screenshot from 2021-05-31 14-00-36

dagar commented 3 years ago

Updated.

Screen Shot 2021-06-01 at 5 39 26 PM
dagar commented 3 years ago

Did you gain any insights already?

So far mainly a few airframe specifics, but maybe more generally seeing how valuable even a single well placed notch can be in many cases rather than the conservative low pass cutoff.