incubator-nuttx/libs/libdsp
Nathan Hartman 609ee6b54b Fix typos in comments and identifiers 2021-07-19 22:55:30 -03:00
..
Kconfig libdsp: update some comments 2021-04-01 01:24:12 -05:00
Makefile libdsp: add support for fixed16 libdsp 2021-04-01 01:24:12 -05:00
README.txt Merged in raiden00/nuttx (pull request #648) 2018-05-30 12:36:06 +00:00
lib_foc.c Fix typos in comments and identifiers 2021-07-19 22:55:30 -03:00
lib_foc_b16.c Fix typos in comments and identifiers 2021-07-19 22:55:30 -03:00
lib_misc.c libdsp: update some comments 2021-04-01 01:24:12 -05:00
lib_misc_b16.c libdsp: update some comments 2021-04-01 01:24:12 -05:00
lib_motor.c Fix typos in comments and identifiers 2021-07-19 22:55:30 -03:00
lib_motor_b16.c libdsp/fixed16: add openloop handler 2021-04-01 14:54:33 -03:00
lib_observer.c Fix various typos in comments and documentation 2021-07-04 11:23:26 -05:00
lib_pid.c libdsp/lib_pid.c: add anti-windup protection with decay coefficient and add interface to select anti-windup mechanism 2021-04-01 01:24:12 -05:00
lib_pid_b16.c libdsp: add support for fixed16 libdsp 2021-04-01 01:24:12 -05:00
lib_pmsm_model.c libdsp: add Permanent Magnet Synchronous Motor (PMSM) model 2021-04-01 01:24:12 -05:00
lib_pmsm_model_b16.c libdsp: add support for fixed16 libdsp 2021-04-01 01:24:12 -05:00
lib_svm.c Fix typos in comments and identifiers 2021-07-19 22:55:30 -03:00
lib_svm_b16.c Fix typos in comments and identifiers 2021-07-19 22:55:30 -03:00
lib_transform.c libs/libdsp/lib_transform.c: update descriptions 2021-04-01 01:24:12 -05:00
lib_transform_b16.c libdsp: add support for fixed16 libdsp 2021-04-01 01:24:12 -05:00

README.txt

libdsp
======

This directory contains various DSP functions.

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