CubicSDR/src/CubicSDRDefs.h
2014-12-16 21:03:45 -05:00

9 lines
146 B
C

#pragma once
#define BUF_SIZE (16384*4)
#define SRATE 2500000
#define FFT_SIZE 2048
#define DEFAULT_FREQ 98900000
#define AUDIO_FREQUENCY 44100