summaryrefslogtreecommitdiff
path: root/cmd_fir1p.c
Commit message (Collapse)AuthorAgeFilesLines
* Moved commands to seperate directory, moved external sources to seperate ↵FreeArtMan2017-05-201-94/+0
| | | | directory, updated Makefile with auto include and auto compile features
* Added new commands FIR-finite impulse response filter,RAND-fairly random ↵FreeArtMan2017-05-201-0/+1
| | | | number,RANDC-libc random numbder
* Added precalculated FIR filter, n=12, w_c=0.5FreeArtMan2017-05-171-0/+93