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

6408 Commits

Author SHA1 Message Date
f4exb
9bb5185f9c Websocket spectrum: first implementation 2020-04-29 17:41:17 +02:00
f4exb
fcb9cf05cb Removed SpectrumVis from GUI dependency 2020-04-28 18:44:03 +02:00
f4exb
7c319c3f18 XTRX MIMO: added documentation v5.5.0 2020-04-27 22:45:11 +02:00
f4exb
3618b0011d LimeSDR MIMO: added documentation 2020-04-27 22:44:56 +02:00
f4exb
fb4d81bff3 LimeSDR input: updated documentation 2020-04-27 22:43:56 +02:00
f4exb
9b6bdac9a2 LimeSDR MIMO: REST API implementation 2020-04-27 18:25:54 +02:00
f4exb
fa7a066ee4 Updated version and changelogs 2020-04-27 14:44:11 +02:00
f4exb
2287562dd0 ATV modulator: make OpenCV code objects compatible with OpenCV version in Ubuntu 20.04 2020-04-27 14:41:02 +02:00
f4exb
643efa8110 External cmake: use official v20.01.0 version of LimeSuite 2020-04-27 12:35:18 +02:00
f4exb
9d63f9ea44 Fixed some warnings from Mac ports compilation (2) 2020-04-27 12:33:57 +02:00
f4exb
3650e6c88f BladeRF2 MIMO: Fixed incorrect frequency display when transverter is engaged. Fixes issue #509 2020-04-27 12:28:32 +02:00
f4exb
1816ab82bf LimeSDR MIMO: corrections and actual implementation 2020-04-27 09:21:52 +02:00
f4exb
e62af95d46 Fixed incorrect frequency display when transverter is engaged. Fixes issue #509 2020-04-25 12:25:50 +02:00
f4exb
908d244944 DATV demod: compatibility with newer dvbs2.h 2020-04-21 02:05:32 +02:00
f4exb
2389490dc3 DATV demod: apply commit 0902155da2f79f2cdfdbe12b849c5f515f1f0d55 math.h only 2020-04-21 01:39:38 +02:00
f4exb
c1d0b6ce1f DATV demod: apply commit 2ac274f77e6cb6ad6d2a81c9f94f05ea00ea4833 Customize MER for QAM constellations too. 2020-04-21 01:35:37 +02:00
f4exb
b901e3453e DATV demod: apply commit 3479085369c2466fb2672f8e529e771c8fa22d1c Control refresh of tracking FIR filter. 2020-04-21 01:32:15 +02:00
f4exb
2f943eb80a DATV demod: apply commit90c280f03339fe173baf2f908c37135b9b4c05bd Add complex ops. 2020-04-21 01:25:42 +02:00
f4exb
ce036959fe DATV demod: apply commit dd2d9b97025a34a1b168439d60528826b6c9ebf6 Fix RRC amplitude. 2020-04-21 01:22:50 +02:00
f4exb
f7c5c98550 XTRX MIMO: implemented REST API v5.4.0 2020-04-20 00:53:37 +02:00
f4exb
bfaafac7c6 XTRX: REST API: fixed wrong setting object 2020-04-20 00:52:57 +02:00
f4exb
91552225ee FFTW engine: corrected debug print format 2020-04-19 19:19:31 +02:00
f4exb
35c9dc0cde Updated version and changelogs 2020-04-19 19:12:21 +02:00
f4exb
5ff291ee84 LimeSDR: revised labels and tooltips for antenna select. Fixes issue #506 2020-04-19 12:52:32 +02:00
f4exb
862c6644e2 Make OpenCV optional in main cmake file 2020-04-19 10:36:20 +02:00
f4exb
81f158c7f2 Fixed some warnings from Mac ports compilation 2020-04-19 06:13:32 +02:00
f4exb
e7f4bd5c65 ChirpChat demod: added missing include 2020-04-19 06:12:50 +02:00
f4exb
b5473dbca5 XTRX MIMO: add in build 2020-04-18 18:33:17 +02:00
f4exb
4bca8efd6a LimeSDR MIMO: unsuccessful attempt to fix 2020-04-18 18:32:56 +02:00
f4exb
7e82ede7ae XTRX MIMO: fixed transmitter 2020-04-18 11:40:48 +02:00
f4exb
aad783b653 XTRX: fixed sample rate setting 2020-04-18 07:39:38 +02:00
f4exb
b9a491ba77 XTRX MIMO: fixed Rx set sample rate 2020-04-17 18:50:47 +02:00
f4exb
77d3cbae44 XTRX MIMO: initial implementation 2020-04-16 08:43:51 +02:00
f4exb
732246db55 XTRX: effectively allow auto hardware decimation/interpolation 2020-04-14 22:32:21 +02:00
f4exb
33769fb62d LimeSDR: GUI: flip SR and Hw/Sw decimation or interpolation displays 2020-04-13 18:45:46 +02:00
f4exb
c43314f7cc XTRX: reduce block size to 4096 bytes 2020-04-12 10:23:36 +02:00
f4exb
8f15074ef5 XTRX: cosmetic changes 2020-04-11 17:47:28 +02:00
f4exb
bba1cc64e5 Compile with c++11 comaptible version of CM256cc 2020-04-11 17:44:54 +02:00
Alexandre Fournier
e414e2676f Fixing CMake PkgConfig for the BladeRF Module 2020-04-09 06:47:34 +02:00
f4exb
6e7ef35df0 Failed attempt at LimeSDRMIMO 2020-04-09 06:46:04 +02:00
f4exb
65f892beab LimeSDR: cosmetic changes 2020-04-09 06:45:31 +02:00
f4exb
b7fc2f255c LimeSDR: use constant instead of define for buffer size 2020-04-09 06:45:12 +02:00
f4exb
73af940e89 AM demod: fixed initialization of squelch counter. Fixes issue #502 2020-04-09 06:33:04 +02:00
f4exb
19a1c5cadb Updated version and changelogs v5.3.3 2020-04-02 00:13:05 +02:00
f4exb
81a0e18a04 SampleMIMO GUI file record: right click to choose file 2020-04-01 23:56:49 +02:00
f4exb
8208fb031b Samplesources GUI file record: updated documentation 2020-04-01 23:32:19 +02:00
f4exb
c077abf8b0 Samplesources GUI file record: right click to choose file 2020-04-01 23:17:26 +02:00
f4exb
aabdc75402 RTLSDR GUI file record: right click to choose file 2020-04-01 08:44:51 +02:00
f4exb
adcd06b1c4 BladeRF2: REST API: implemented actions: implementation 2020-03-30 21:35:29 +02:00
f4exb
56e70454ae BladeRF2: REST API: implemented actions: generated code 2020-03-30 19:51:02 +02:00