CubicSDR/src/CubicSDRDefs.h

9 lines
146 B
C

#pragma once
#define BUF_SIZE (16384*6)
#define SRATE 2000000
#define FFT_SIZE 2048
#define DEFAULT_FREQ 98900000
#define AUDIO_FREQUENCY 48000