File: fft.h

package info (click to toggle)
httping 4.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 468 kB
  • sloc: ansic: 4,475; python: 66; php: 15; makefile: 12
file content (4 lines) | stat: -rw-r--r-- 144 bytes parent folder | download | duplicates (5)
1
2
3
4
void fft_init(int sample_rate_in);
void fft_free(void);
void fft_do(double *in, double *output_mag, double *output_phase);
void fft_stop(void);