Kirill Zakharenko
61ac2ee278
umtrx_cal_*: fix for abrupt termination
...
tx_thread creates a child thread, which it join()s on, when terminating
calling interrupt() on tx_thread interferes with the join()
so we replace interrupt() with an atomic flag
(not sure how this worked before)
2019-07-03 21:17:31 +03:00
Alexander Chemeris
d96cea8000
utils: Set default Rx gain to 50 instead of 100 in calibration utils.
...
A few commits ago we changed Rx gain to real dB instead of abstract values,
which changed the gain settings range - old 100 is about current 50.
2015-07-21 00:38:09 -04:00
Alexander Chemeris
89277c6e56
host: Add missing new line in the calibration utils output.
2015-05-28 17:32:59 -04:00
Alexander Chemeris
1773223b81
host: Improve console output for calibration utilities.
2015-05-28 17:32:59 -04:00
Alexander Chemeris
d8b282404b
host: An attempt to get IQ balance caliration working with the 2nd channel.
...
The 2nd channel calibration still doesn't work, but I thought this code is
useful anyway to unify DC and IQ calibratoin code.
2015-05-28 17:30:32 -04:00
Alexander Chemeris
fb59ec9bd2
host: Better default values for umtrx_cal_tx_iq_balance.
2015-05-28 17:30:31 -04:00
Alexander Chemeris
9577f31bfb
host: Checking in umtrx_cal_tx_iq_balance utility.
2015-05-28 17:30:31 -04:00
Alexander Chemeris
313488b2d3
host: Fix umtrx_cal_tx_dc_offset help output to mention UmTRX.
2015-05-09 22:35:55 -04:00