mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-01-08 08:19:59 -05:00
9 lines
146 B
C
9 lines
146 B
C
#pragma once
|
|
|
|
#define BUF_SIZE (16384*4)
|
|
#define SRATE 2000000
|
|
#define FFT_SIZE 2048
|
|
|
|
#define DEFAULT_FREQ 98900000
|
|
#define AUDIO_FREQUENCY 48000
|