This will take a little digging so I’ll respond to the easy stuff for now.
I couldn’t quickly find a part of the log where you were hovering without lateral movement for very long, but one of the slow sections it seems like vertical position control is a little less active when hovering. Higher speed maneuvers are a different story.
Switching to the other baro had more to do with eliminating the drift you were demonstrating when hovering, and I think you’ll find that behavior somewhat improved next time you try it (if you haven’t already)
Regarding the imus, IMU[0] and IMU[1] are suspended in a foam insert designed to dampen vibes somewhat, while IMU[2] is hard mounted as a “ground truth” IMU (meant to tell you what your frame is experiencing at the location of the flight controller. Observe:
Above is prefiltered noise on the first and third imus. Notice how the blue floor trails off at higher frequencies, while the orange floor stays mostly constant.
After working with large systems for a while, I am forced to conclude that the foam inserts amplify energy in the lower frequencies where motor noise tends to live, at the tradeoff of running into clipping issues sooner than the two isolated system. In most cases software filtering can make up the difference here, but sometimes it can’t. In your case it seems like software filtering is able to keep this under control in my opinion so far.
However…. The resonance at 8-10hz is not seen by the hard mounted imu. In the case of the 3rd imu, the lowest frequencies seem to be less noisy than the other two, exercise left to the reader.
From every metric I can see, at hover, the third imu sees better vibrations overall than the other two. During fast lateral flight, things change, but it doesn’t seem like the third imu is notably worse here.
During lateral flight, I think you’re still dealing with baro noise, contributing to feedback to the altitude controller and introducing excess control action and vibes. The second baro is less noisy, but still subject to these shocks. I would advise you to do your best to shield the baro. While your gps isn’t great, it is capable of detecting an altitude change of a few meters, so I think these shocks are truly propwash or headwind or something
And just for fun, it seems like there is some coupling here between throttle effort and altitude control.
And after your crazy maneuvers, the vibration profile changes. I would inspect the craft thoroughly. Note the calm section before you land now has an extra peak around 25hz, and some of the noise is falling outside the notch filters, and higher frequency peaks are shoring up.
While I would like to look deeper later, for now I would switch to using the third IMU if I were you, and then adjust the notch filters to suit.
Edit: Spelling