On Fri, Jan 15, 2021 at 10:53 AM Thiha Kyaw <thiha....@gmail.com> wrote: > > Dear Nuttx, > > I found Digital Signal Processing Library option in Nuttx 10.0.1. > > Can you guide me where I can read the documentation to use DSP library? > > Thanks. > -- > Yours Sincerely, > Thiha Kyaw
Dear Thiha, Normally I would suggest the README.txt file; in this case it is in libs/libdsp/. However, that file contains almost nothing: [[[ libdsp ====== This directory contains various DSP functions. At the moment you will find here mainly functions related to BLDC/PMSM control. ]]] That means you may need to look through the code in that directory and see if it contains the DSP functions you need. Feel free to ask more questions here, and if you'd like to help improve the documentation and/or the code, please open a PR at GitHub or send patches here (with a .txt extension, to get past the mail list filter). Thanks! Nathan