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

4004 Commits

Author SHA1 Message Date
f4exb
afb546529a Removed undesirable methods from PluginInstanceGUI and related common plugins 2020-10-03 11:43:14 +02:00
f4exb
8a36296733 Feature plugins: register feature instances outside of their GUI classes 2020-10-03 05:26:07 +02:00
f4exb
fcfcdc1205 Channel API: new getURI method. Applied to v5 plugins 2020-10-03 04:48:37 +02:00
f4exb
cd466fbd1b Channel API: new getURI method. Applied to common plugins 2020-10-03 04:47:20 +02:00
f4exb
4d9bf6e1e6 Feature plugins: changed getIdentifier method 2020-10-03 04:44:54 +02:00
f4exb
d0cb0319cd Add GUI to device set outside plugin: applied to v5 plugins 2020-10-03 03:11:27 +02:00
f4exb
28ab2a4bf0 Add GUI to device set outside plugin: applied to common plugins 2020-10-03 03:11:05 +02:00
f4exb
bc79acd7ee Replace separate create channel methods (BS and CS): v5 plugins 2020-10-01 22:52:37 +02:00
f4exb
09374da967 Replace separate create channel methods (BS and CS): common plugins 2020-10-01 22:52:27 +02:00
f4exb
4f6ee7dc2f Remove unused message from BasebandSampleSink 2020-09-30 15:22:08 +02:00
Jon Beniston
5910e5d7b8 Increase supported sample rate 10x 2020-09-29 14:25:18 +02:00
f4exb
3f26dc4282 Simple PTT: corrected PTT button highlight when coming from REST API action 2020-09-29 01:24:29 +02:00
f4exb
6013c464ac Packet Modulator: REST API: added missing settings - implementation 2020-09-28 02:35:55 +02:00
f4exb
2142d1fc37 Packet Modulator: fixed warning in .ui file and adjust some dimensions 2020-09-28 02:30:38 +02:00
f4exb
8a4b060bc5 Packet Mod: fixed warnings in packetmodgui.ui 2020-09-28 02:30:20 +02:00
Jon Beniston
a92155cee5 Add narrowband FM preemphasis settings 2020-09-28 02:30:06 +02:00
Jon Beniston
79279f10a5 Default to AFSK modulation. 2020-09-28 02:29:45 +02:00
Jon Beniston
9187cda3c2 Add 9600 FSK modem with scrambler and raised-cosine pulse-shaping. Add baseband BPF for AFSK. 2020-09-28 02:19:34 +02:00
Jon Beniston
5211f4a25b Increase buffer size to account for unintended overflow 2020-09-28 02:16:20 +02:00
Jon Beniston
37fdf37ceb Remove trailing spaces 2020-09-28 02:16:10 +02:00
Jon Beniston
2b48e969ba Add packet modulator for transmitting packet radio data packets (AX.25/APRS) 2020-09-28 01:56:21 +02:00
f4exb
cd006bdc2a Corrected Highpass and Bandpass filters normalization. Implements #642 2020-09-28 01:35:17 +02:00
f4exb
4e4270970d SoapySDR Input: reversed soft LO ppm correction. Fixes #641 2020-09-28 01:35:03 +02:00
f4exb
2a5fd290a1 DATV demod: added standard basic settings dialog 2020-09-28 01:34:48 +02:00
f4exb
8c23528e83 DATV demod: fixed incorrect frequency update when spectrum point and click is used. Fixes issue #637 2020-09-28 01:33:50 +02:00
f4exb
7e297d8bbe Simple PTT: added documentation 2020-09-28 01:24:53 +02:00
f4exb
2c02d7f690 RigCtl Server: added plugin 2020-09-28 00:31:08 +02:00
f4exb
7077568a1a Simple PTT updates 2020-09-28 00:13:53 +02:00
f4exb
6d090b5862 Feature plugins framework: presets 2020-09-24 05:38:05 +02:00
f4exb
67e8fdf27d Feature plugins framework: REST API and server implementation 2020-09-21 03:13:36 +02:00
f4exb
84408abcd4 PTT Feature: initial commit 2020-09-20 01:06:50 +02:00
f4exb
5e4fdba67a BladeRF2 MIMO: REST API: added report with range information 2020-09-15 21:02:26 +02:00
f4exb
d170ecfe81 BladeRF2 MIMO: generalize scale support in range queries 2020-09-15 08:59:35 +02:00
f4exb
ffeeb874f8 BladeRF2: generalize scale support in range queries 2020-09-15 08:41:43 +02:00
f4exb
2567abc74a BladeRF2 MIMO: fixed global gain setting 2020-09-15 01:47:35 +02:00
f4exb
79b321952e BladeRF2: fixed global gain setting. Fixes issue #630 2020-09-14 23:41:12 +02:00
f4exb
4dfa29a936 Test Source: fixed worker lifecycle. Fixes issue #626 2020-09-11 00:30:15 +02:00
f4exb
30b738c4b3 Metis MISO: fixed REST API. Changelogs and version updates 2020-09-09 23:36:19 +02:00
f4exb
962d056f87 Metis MISO: added documentation 2020-09-09 15:46:32 +02:00
f4exb
bebba707d1 Metis MISO: fixed addressing the 8th receiver frequency 2020-09-08 23:47:06 +02:00
f4exb
2f737b77e2 Metis MISO: implemented transverter mode 2020-09-08 15:18:50 +02:00
f4exb
d4410a003f Metis MISO: implemented LO correction 2020-09-08 02:40:23 +02:00
f4exb
fba0b4f581 Metis MISO: implemented subsampling reception 2020-09-07 23:40:57 +02:00
f4exb
08b86062aa Metis MISO: added Tx drive control 2020-09-07 02:18:58 +02:00
f4exb
0b8c505598 Metis MISO: Tx implementation 2020-09-06 23:23:33 +02:00
f4exb
bd08d4a7f3 Metis MISO: added the 8th receiver without frequency control 2020-09-05 18:26:19 +02:00
f4exb
73487e619e Metis MISO: implemented 7 receivers 2020-09-05 11:47:28 +02:00
f4exb
a180c552f8 Metis MISO: initial commit with 4 receivers 2020-09-05 10:41:14 +02:00
f4exb
87ac319ead DATV decoder: fixed UDP sender dropping packets. Fixes issue #579 2020-08-29 12:47:58 +02:00
f4exb
e03be9d6f4 Remote Input: multicast: REST API implementation 2020-08-26 21:46:21 +02:00