nuttx/libs/libdsp
raiden00pl 8bdb78b446 libdsp/lib_observer.c: use float numbers in all calculations
we want to use FPU instructions in calculations not __aeabi
2023-10-15 10:43:37 -04:00
..
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Kconfig
lib_avg.c
lib_foc_b16.c
lib_foc.c
lib_misc_b16.c libds/lib_misc: use b16abs() 2023-10-07 21:25:56 +08:00
lib_misc.c
lib_motor_b16.c
lib_motor.c
lib_observer_b16.c libdsp/lib_observe: fix typo and use b16sign() 2023-10-07 21:25:56 +08:00
lib_observer.c libdsp/lib_observer.c: use float numbers in all calculations 2023-10-15 10:43:37 -04:00
lib_pid_b16.c
lib_pid.c
lib_pmsm_model_b16.c
lib_pmsm_model.c
lib_svm_b16.c
lib_svm.c
lib_transform_b16.c
lib_transform.c
Makefile
README.txt

libdsp
======

This directory contains various DSP functions.

At the moment you will find here mainly functions related to BLDC/PMSM control.