removed some old code,

rename a function, that tries to add IIRfilter Butterworth on a signal.  Lets see if I can get it to work on Graphbuffer data one of these days.
This commit is contained in:
iceman1001 2016-04-05 04:51:06 +02:00
commit 9e43f09ade
2 changed files with 5 additions and 62 deletions

View file

@ -40,5 +40,5 @@ extern int PlotGridX, PlotGridY, PlotGridXdefault, PlotGridYdefault;
extern int offline;
extern int flushAfterWrite; //buzzy
void iceFsk3(int * data, const size_t len);
void iceIIR_Butterworth(int * data, const size_t len);
#endif