SDR: Add DC offset removal (DC bias)

This commit is contained in:
Andreas Eversberg
2017-11-26 08:53:09 +01:00
parent 9e75e64787
commit 417151e9a3
5 changed files with 46 additions and 1 deletions

View File

@@ -626,6 +626,11 @@ next_char:
/* dump info */
dump_info();
goto next_char;
#ifdef HAVE_SDR
case 'B':
calibrate_bias();
goto next_char;
#endif
}
/* process call control */