incubator-nuttx/libs/libdsp
Mateusz Szafoni 078fd78af7 Merged in raiden00/nuttx (pull request #669)
libdsp/lib_motor.c: ouch, forgot to change variable name

* libdsp: initial commit

* libdsp: cosmetics

* stm32f334-disco/buckboost: use a PID controller from libdsp

* stm32_adc.h: fix typo

* stm32_dac.c: set OUTEN bit for DAC1CH2 and DAC2CH1

* stm32_hrtim: cosmetic changes

* power/motor: direction parameter is now int8 + add overload fault

* libdsp: all floats with f-sufix

    libdsp: add precision option for library

    libdsp: add debug option for library and assertions in functions

    libdsp: add current samples correction for SVM3

    libds: add some motor control specific functions

    libdsp: add basic speed observer

    libdsp: fix phase shift in SMO observer

    libdsp: add more logic to FOC

    config/sim/dsptest: add dsptest configuration

* libdsp/lib_motor.c: remove unused comparation

* libdsp/lib_observer.c: update some comments

* libdsp/lib_motor.c: ouch, forgot to change variable name

Approved-by: GregoryN <gnutt@nuttx.org>
2018-07-07 18:17:42 +00:00
..
Kconfig Merged in raiden00/nuttx (pull request #668) 2018-07-07 17:04:57 +00:00
Makefile Merged in raiden00/nuttx (pull request #668) 2018-07-07 17:04:57 +00:00
README.txt Merged in raiden00/nuttx (pull request #648) 2018-05-30 12:36:06 +00:00
lib_foc.c Merged in raiden00/nuttx (pull request #668) 2018-07-07 17:04:57 +00:00
lib_misc.c Merged in raiden00/nuttx (pull request #668) 2018-07-07 17:04:57 +00:00
lib_motor.c Merged in raiden00/nuttx (pull request #669) 2018-07-07 18:17:42 +00:00
lib_observer.c Merged in raiden00/nuttx (pull request #668) 2018-07-07 17:04:57 +00:00
lib_pid.c Merged in raiden00/nuttx (pull request #668) 2018-07-07 17:04:57 +00:00
lib_svm.c Merged in raiden00/nuttx (pull request #668) 2018-07-07 17:04:57 +00:00
lib_transform.c Merged in raiden00/nuttx (pull request #668) 2018-07-07 17:04:57 +00:00

README.txt

libdsp
======

This directory contains various DSP functions.

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