mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-12 10:48:39 -04:00
Added LUT for IQ mapping with proper scaling
This commit is contained in:
@@ -256,7 +256,7 @@ void SDRThread::threadMain() {
|
||||
}
|
||||
|
||||
for (int i = 0; i < n_read; i++) {
|
||||
dataOut->data[i] = buf[i] - 127;
|
||||
dataOut->data[i] = buf[i];
|
||||
}
|
||||
|
||||
double time_slice = (double) n_read / (double) sampleRate;
|
||||
|
||||
Reference in New Issue
Block a user