mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-24 16:55:29 +03:00
Compute RMS and STD
This commit is contained in:
parent
9f72d0744a
commit
bc8446fd0e
3 changed files with 27 additions and 4 deletions
|
@ -29,6 +29,7 @@ set(CMSIS_DSP_SRC
|
|||
ComplexMathFunctions/arm_cmplx_mag_f32.c
|
||||
StatisticsFunctions/arm_max_f32.c
|
||||
StatisticsFunctions/arm_rms_f32.c
|
||||
StatisticsFunctions/arm_std_f32.c
|
||||
StatisticsFunctions/arm_mean_f32.c
|
||||
)
|
||||
list(TRANSFORM CMSIS_DSP_SRC PREPEND "${CMSIS_DSP_DIR}/Source/")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue