Changeset 5548:73e43db30a1c in roaraudio for libroardsp/filter.c


Ignore:
Timestamp:
06/17/12 23:07:36 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Added filter based on Goertzel algorithm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroardsp/filter.c

    r5381 r5548  
    7575           {NULL, NULL, NULL},{roardsp_responsecurve_calc32, NULL, NULL} 
    7676 }}, 
     77 {ROARDSP_FILTER_GOERTZEL, "Goertzel", roardsp_goertzel_init, roardsp_goertzel_uninit, 
     78                                       roardsp_goertzel_ctl, roardsp_goertzel_reset, { 
     79           {NULL, NULL, NULL},{roardsp_goertzel_calc8, NULL, NULL},{roardsp_goertzel_calc16, NULL, NULL}, 
     80           {NULL, NULL, NULL},{roardsp_goertzel_calc32, NULL, NULL} 
     81 }}, 
    7782#endif 
    7883 {-1, NULL, NULL, NULL, NULL, NULL, { 
Note: See TracChangeset for help on using the changeset viewer.