nuttx/libs/libdsp
liuhaitao 999fe1f9f8 Merge remote-tracking branch 'mirtos/master' into dev
Last commit id:
commit 649f99ce30 (mirtos/master)
Author: FASTSHIFT <vifextech@foxmail.com>
Date:   Wed Sep 22 15:38:43 2021 +0800

    libc/misc: add lib_glob.

    Signed-off-by: FASTSHIFT <vifextech@foxmail.com>

Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
Change-Id: I2f584a4432f835c661e3c02cf7324d5e92e9c738
2021-09-26 21:59:56 +08:00
..
Kconfig libdsp: update some comments 2021-04-01 01:24:12 -05: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
Makefile make/archive: replace the dependency to preprequisite list 2021-05-07 21:34:45 +08:00
README.txt

libdsp
======

This directory contains various DSP functions.

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