mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-01-15 18:15:36 -05:00
9 lines
124 B
C
9 lines
124 B
C
#pragma once
|
|
|
|
#define BUF_SIZE (16 * 32 * 256)
|
|
#define SRATE 2500000
|
|
#define FFT_SIZE 8192
|
|
|
|
#define DEFAULT_FREQ 107500000
|
|
|