You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nuttx.apache.org by Thiha Kyaw <th...@gmail.com> on 2021/01/15 15:53:13 UTC

Digital Signal Processing Library Usage

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

Re: Digital Signal Processing Library Usage

Posted by Thiha Kyaw <th...@gmail.com>.
Dear Nathan,

Thank you. I will read through it.

Regards,
Thiha Kyaw

On Sat, Jan 16, 2021 at 12:05 AM Nathan Hartman <ha...@gmail.com>
wrote:

> On Fri, Jan 15, 2021 at 10:53 AM Thiha Kyaw <th...@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
>


-- 
Yours Sincerely,
Thiha Kyaw

Re: Digital Signal Processing Library Usage

Posted by Nathan Hartman <ha...@gmail.com>.
On Fri, Jan 15, 2021 at 10:53 AM Thiha Kyaw <th...@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