1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-11-12 09:10:34 -05:00

6408 Commits

Author SHA1 Message Date
f4exb
0dbbe8cfc1 Appveyor CI: attempt to fix Windows build. Make all build shell scripts conditional to enable external libraries. Added a deployment step for Linux. 2020-03-01 09:44:28 +01:00
f4exb
9d9c51eb73 Added version suffix to CPACK_PACKAGE_VERSION 2020-03-01 09:44:20 +01:00
f4exb
b1acd95fa7 MSVC: suppress all warnings 2020-03-01 09:44:13 +01:00
f4exb
c00143175d MSVC: removed obsolete flags in the find CPU flags cmake include 2020-03-01 09:44:05 +01:00
f4exb
58dd74b898 Appveyor CI: updates of libraries build and main yaml file 2020-03-01 09:43:57 +01:00
f4exb
496654dcb7 Added detach kernel driver option when compiling librtlsdr as an external library (Linux Debian builds) 2020-03-01 09:43:48 +01:00
f4exb
3c585d1269 XTRX output: added missing file in cmake file 2020-03-01 09:43:38 +01:00
f4exb
aa1705854c Updated version and changelogs v5.2.0 2020-02-26 08:41:29 +01:00
f4exb
aeb07f2125 Removed librtlsdr in the list of dependencies in Debian install 2020-02-26 08:33:27 +01:00
f4exb
463b1bb603 LoRa: various updates and fixes 2020-02-25 23:41:07 +01:00
f4exb
3b4c651a49 LoRa demod: added send message via UDP feature 2020-02-24 18:55:36 +01:00
f4exb
475e24400d LoRa: added documentation 2020-02-24 18:55:13 +01:00
f4exb
33f066c1c1 LoRa demod: REST API 2020-02-23 16:33:21 +01:00
f4exb
9aaa4756a2 LoRa modulator: REST API (1) 2020-02-22 18:37:09 +01:00
f4exb
738f671255 SSB modulator: fixed debug message 2020-02-21 18:35:07 +01:00
f4exb
118840db0c LoRa mod: fixed packet length. LoRa demod: enhancements 2020-02-21 02:18:36 +01:00
f4exb
9277813f23 LoRa demod: spread argmax method using adjacent FFTs proved not more efficient 2020-02-20 18:29:05 +01:00
f4exb
be2ca2d0fd LoRa demod: implement LoRa 2020-02-19 09:26:42 +01:00
f4exb
c6f8ac2ca4 LoRa modulator: implement LoRa 2020-02-18 10:30:42 +01:00
f4exb
09a980de70 LoRa demod: cleanup unused sliding FFT 2020-02-16 11:33:21 +01:00
f4exb
733edb2cb2 LoRa demodulator: implement basic messaging 2020-02-16 11:26:18 +01:00
f4exb
d4ede8457b LoRa modulator: implement basic messaging 2020-02-14 18:04:20 +01:00
f4exb
cb5463ce7f UI: added a custom QTextEdit with a finishedEditing() signal 2020-02-13 13:38:39 +01:00
f4exb
5816285a12 LoRa: basic encoder and decoder 2020-02-12 17:56:41 +01:00
f4exb
60db0ab868 LoRa demod: try to enhance detection 2020-02-12 13:17:15 +01:00
f4exb
a5dc668376 LoRa modulator: added extra bandwidth and DE bits - small enhancements 2020-02-11 08:43:02 +01:00
f4exb
315b8b68c1 LoRa demod: added extra bandwidth and DE bits 2020-02-10 15:31:14 +01:00
f4exb
c264b0913e LoRa modulator: basic modulator 2020-02-10 08:45:55 +01:00
f4exb
e9174178a2 Set default Kaiser alpha factor at pi 2020-02-08 18:24:34 +01:00
f4exb
9e088dc601 LoRa demod rework (2) 2020-02-08 18:21:38 +01:00
f4exb
6028938108 Added Kaiser window 2020-02-03 14:37:29 +01:00
f4exb
9f45fb5f4e LimeRFE USB: fixed attenuator and AM/FM notch settings 2020-02-01 19:22:31 +01:00
f4exb
b30b0aa6bd LoRa demod rework (1) 2020-01-30 18:26:43 +01:00
f4exb
5a62eab198 AudioDeviceManager: never stop default devices once started v5.1.0 2020-01-25 19:02:33 +01:00
f4exb
5cecbc6e89 AudioDeviceDialog: respect audio device manager constness 2020-01-25 05:46:05 +01:00
f4exb
4d5834069e BFM demod: fixed message to GUI initialization in baseband class. Fixes #469 2020-01-25 03:43:42 +01:00
f4exb
b91898efbc LimeRFE USB support: now merged in LimeSuite master. Made Linux specific 2020-01-25 03:14:02 +01:00
f4exb
0ffebe617c LimeRFE USB support: fixes to build in Windows 2020-01-25 03:13:52 +01:00
f4exb
8cd011489d LimeRFE USB support: updated versions and changelogs 2020-01-23 00:41:04 +01:00
f4exb
4e6b88eb7a Corrected Preset initialization 2020-01-23 00:38:04 +01:00
f4exb
a3b3180eeb LimeRFE USB support: force LIMERFE_FOUND on build with external libraries 2020-01-23 00:12:57 +01:00
f4exb
728d228c6d LimeRFE USB support: use LimeSuite commit with LimeRFE support and GetState function 2020-01-22 08:28:16 +01:00
f4exb
2555ac2beb LimeRFE USB support: reviewed closing device 2020-01-22 07:47:51 +01:00
f4exb
4652c22936 LimeRFE USB support: GUI: Rx/Tx sync: work with device set indexes and set focus on Rx or Tx when switched on 2020-01-21 18:06:32 +01:00
f4exb
63cea89a91 LimeRFE USB support: GUI: mark apply button in green when changes need configuration update 2020-01-21 08:38:37 +01:00
f4exb
686052f9ce LimeRFE USB support: corrected some spelling errors 2020-01-20 17:33:17 +01:00
f4exb
272a737ed3 LimeRFE USB support: added documentation 2020-01-20 08:33:53 +01:00
f4exb
1ba86abeb0 LimeRFE USB: implemented device set control 2020-01-19 18:12:16 +01:00
f4exb
de368691ac LimeRFE USB support: implemented power calibration in UI 2020-01-19 18:12:02 +01:00
f4exb
22bbf6f982 LimeRFE USB support: added persistent calibration map 2020-01-19 18:11:54 +01:00