mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-01-20 12:35:32 -05:00
9 lines
146 B
C
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
|