mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-01-20 04:25:35 -05:00
9 lines
123 B
C
9 lines
123 B
C
#pragma once
|
|
|
|
#define BUF_SIZE (16 * 32 * 256)
|
|
#define SRATE 2000000
|
|
#define FFT_SIZE 2048
|
|
|
|
#define DEFAULT_FREQ 98900000
|
|
|