gyro_fft: track FFT peaks and median filter frequency

This commit is contained in:
Daniel Agar
2021-07-04 12:17:37 -04:00
parent 72389c2306
commit a5ee28883a
4 changed files with 147 additions and 57 deletions
+3 -5
View File
@@ -10,8 +10,6 @@ float32[4] peak_frequencies_x # x axis peak frequencies
float32[4] peak_frequencies_y # y axis peak frequencies
float32[4] peak_frequencies_z # z axis peak frequencies
float32[4] peak_magnitude_x # x axis peak frequencies magnitude
float32[4] peak_magnitude_y # y axis peak frequencies magnitude
float32[4] peak_magnitude_z # z axis peak frequencies magnitude
float32[3] total_energy
float32[4] peak_snr_x # x axis peak SNR
float32[4] peak_snr_y # y axis peak SNR
float32[4] peak_snr_z # z axis peak SNR