~augustmckinney/dsptools

edited README.md
edited README.md
added filter ticking, fixed header documentation

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~augustmckinney/dsptools
read/write
git@git.sr.ht:~augustmckinney/dsptools

You can also use your local clone with git send-email.

implementations of various DSP algorithms, written in C.

this project is for the sake of education, not practicality :)

  • include: header files
  • src: source files
  • bin: example executables (will appear once 'make' is run)

to download and use, open a terminal and run:

git clone https://git.sr.ht/~augustmckinney/dsptools
cd dsptools
make

you should then be able to link to the dsptools library when compiling.

Do not follow this link