Added LUT for IQ mapping with proper scaling

This commit is contained in:
Ryndzionek Mariusz
2015-02-03 18:42:44 +01:00
parent b4e4f3017f
commit a2c6e0bf91
4 changed files with 22 additions and 4 deletions
+1 -1
View File
@@ -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;