1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-16 01:56:32 -04:00
Commit Graph

1654 Commits

Author SHA1 Message Date
f4exb
3a9eec8463 HackRF output: set FIFO size to 0.25s or 150 kS whichever is larger (600kS/s knee) 2017-08-08 22:37:53 +02:00
f4exb
7b851e8326 HackRF output: suspend thread when baseband sample rate changes 2017-08-08 21:30:04 +02:00
f4exb
287bf8120d HackRF output: removed useless method to set samplerate in the thread 2017-08-08 13:12:16 +02:00
f4exb
8297df0cd9 Audio modulators: reduce audio input file buffer to 0.1s 2017-08-08 02:19:08 +02:00
f4exb
099583916f LimeSDR output: use a stream FIFO size about 10% for a 5 MS/s rate (512k) 2017-08-08 01:19:11 +02:00
f4exb
894a4b2e94 Bumped to version 3.5.5 2017-08-08 00:29:18 +02:00
f4exb
3a84cd8526 LimeSDR output: used fixed time length with minimum length for sample FIFO 2017-08-08 00:25:13 +02:00
f4exb
ea4cb1bbfd LimeSDR output: apply: defer config settings update after changes are made 2017-08-07 23:41:17 +02:00
f4exb
54a6bc6b62 LimeSDR output: removed useless update of sample rate 2017-08-07 23:22:29 +02:00
f4exb
03df4cf6dd SSB demod: updated documentation 2017-08-06 23:57:50 +02:00
f4exb
ca7f9228ec SSB demod: updated documentation 2017-08-06 23:16:25 +02:00
f4exb
fdecb3c40e SSB modulator: updated documentation 2017-08-06 22:40:58 +02:00
f4exb
a81a642db9 WFM modulator: pull a number of input audio samples depending on total interpolation. Fixes issue #43 2017-08-06 17:48:18 +02:00
f4exb
18b22b58fb NFM modulator: pull a number of input audio samples depending on total interpolation. Fixes issue #43 2017-08-06 17:38:17 +02:00
f4exb
fdfa4351ad AM modulator: pull a number of input audio samples depending on total interpolation. Fixes issue #43 2017-08-06 17:23:27 +02:00
f4exb
f6bc9daf8e UpChannelizer: pass baseband sample rate in notification message 2017-08-06 17:10:29 +02:00
f4exb
4c37f40ed6 SSB demod: make AGC clamping optional 2017-08-06 00:58:30 +02:00
f4exb
f90ddf20eb SSB: replaced AGC checkboxes by button switches 2017-08-06 00:28:59 +02:00
f4exb
8a5668a186 SSB demod: clamp AGC value 2017-08-06 00:02:16 +02:00
f4exb
428d22579d SSB modulator: added compression (AGC) volume order control 2017-08-05 23:11:05 +02:00
f4exb
d8f7dcebdc SSM modulator: added audio compressor 2017-08-05 19:08:33 +02:00
f4exb
566450501b LimeSDR: apply settings: more data in debug message 2017-08-04 17:19:15 +02:00
f4exb
844628bc48 LimeSDR: corrected NCO de-tune when sample rate changes 2017-08-04 10:31:54 +02:00
f4exb
50c39b90a1 LimeSDR: clamp NCO lower limit to 0 2017-08-04 09:33:25 +02:00
f4exb
c29d9623f4 SSB mod: increase volume upper limit to 3.0 2017-08-04 09:32:59 +02:00
f4exb
75ad34eb2e SSB demod: corrected documentation 2017-08-01 03:43:10 +02:00
f4exb
8f44a10c86 SSBdemod: updated documentation 2017-07-31 00:44:04 +02:00
f4exb
2f3c0545c8 Channel Analyzer NG: UI cosmetic updates 2017-07-28 18:02:08 +02:00
f4exb
a0fd763002 Channel Analyzer NG: better handle the LSB case 2017-07-28 17:21:46 +02:00
f4exb
f6bdf35589 SSB demod: display initial values 2017-07-27 21:14:50 +02:00
f4exb
38318577de Put smootherstep function code in one place 2017-07-27 11:24:01 +02:00
f4exb
86e52928d9 SSB demod: remove AGC threshold (squelch) completely if level us fully turned down (-99 dB) 2017-07-27 10:50:41 +02:00
f4exb
6df03cd147 SSB demod: set AGC target to -20dB in power 2017-07-26 14:34:49 +02:00
f4exb
8452985061 SSB demod: implement audio mute button squelch light indicator 2017-07-26 01:44:57 +02:00
f4exb
52eb869b7c SSB demod: AGC: implemented threshold gate to mitigate transients 2017-07-26 00:08:29 +02:00
f4exb
9ec4e6de98 SSB demod: improve AGC threshold handling 2017-07-25 23:39:27 +02:00
f4exb
2597883015 SSB demod: updated AGC 2017-07-25 21:21:48 +02:00
f4exb
d15b484a4f SSB demod: added AGC configuration 2017-07-25 08:40:15 +02:00
f4exb
810955ac58 SSB demod: UI: added new AGC controls 2017-07-25 08:30:02 +02:00
f4exb
2b2f68a73c SSB demod: adjusted AGC target and audio volume multiplication factor 2017-07-25 01:22:16 +02:00
f4exb
94704ab7b2 SSB demod: implemented basic AGC not optional 2017-07-25 00:58:16 +02:00
f4exb
e9aa78a916 RTLSDR: impemented RTLSDR AGC control 2017-07-23 16:57:13 +02:00
f4exb
3b095f4253 SSB: updated documentation (2) 2017-07-22 12:02:09 +02:00
f4exb
b1f35ca144 SSB: updated documentation 2017-07-22 11:48:52 +02:00
f4exb
28680b9909 SSB demod: GUI: set volume page step to 1 2017-07-22 10:24:54 +02:00
f4exb
303cb1f3c3 bumped version to 3.5.2 2017-07-22 04:50:38 +02:00
f4exb
ed91de48a8 SSB mod: show LSB and DSB values appropriately 2017-07-22 04:43:22 +02:00
f4exb
de74f27c9a SSB demod: show LSB and DSB values appropriately 2017-07-22 04:23:10 +02:00
f4exb
dd4ab0f0b5 HackRF: updated documentation 2017-07-21 08:34:54 +02:00
f4exb
361e8b0cd6 HackRF: implemented link Tx frequency to Rx frequency option 2017-07-21 00:44:30 +02:00