Go to the documentation of this file.
23 #ifndef INCLUDED_GRI_GOERTZEL_H
24 #define INCLUDED_GRI_GOERTZEL_H
38 void gri_setparms(
int rate,
int len,
float freq);
44 void input(
const float &in);
46 bool ready()
const {
return d_processed == d_len; }