File: dsp.h

package info (click to toggle)
direwolf 1.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,376 kB
  • ctags: 3,887
  • sloc: ansic: 48,436; sh: 180; perl: 170; makefile: 28; python: 11
file content (10 lines) | stat: -rw-r--r-- 282 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10

/* dsp.h */

// TODO:  put prefixes on these names.

float window (bp_window_t type, int size, int j);

void gen_lowpass (float fc, float *lp_filter, int filter_size, bp_window_t wtype);

void gen_bandpass (float f1, float f2, float *bp_filter, int filter_size, bp_window_t wtype);