kopia lustrzana https://github.com/AlexandreRouma/SDRPlusPlus
Removed debugging junk
rodzic
ea882cb285
commit
fe821fb830
|
@ -123,7 +123,6 @@ namespace dsp {
|
|||
float val;
|
||||
for (int i = 0; i < count; i++) {
|
||||
val = _in->readBuf[i];
|
||||
printf("%f\n", val);
|
||||
out.writeBuf[i * 2] = (val < 0.0f);
|
||||
out.writeBuf[(i * 2) + 1] = (fabsf(val) > M17_4FSK_HIGH_CUT);
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue