mirror of
https://github.com/g8bpq/QtSoundModem.git
synced 2025-04-02 13:31:20 +02:00
15 lines
No EOL
255 B
C
15 lines
No EOL
255 B
C
|
|
|
|
#ifndef FSK_GEN_FILTER_H
|
|
#define FSK_GEN_FILTER_H 1
|
|
|
|
#include "audio.h"
|
|
#include "fsk_demod_state.h"
|
|
|
|
void fsk_gen_filter (int samples_per_sec,
|
|
int baud,
|
|
int mark_freq, int space_freq,
|
|
char profile,
|
|
struct demodulator_state_s *D);
|
|
|
|
#endif |