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

2675 Commits

Author SHA1 Message Date
Jon Beniston
a20e7999d1 Regen swagger files 2023-10-26 09:35:55 +01:00
Arne Jünemann
4d631b091e Merge branch 'master' of github.com:das-Iro/sdrangel 2023-10-23 15:15:27 +02:00
Arne Jünemann
0d193d41f6 Allow full range of overlap 2023-10-23 15:05:34 +02:00
Arne Jünemann
1034c79c30 Fix FFT Overlap for spectrum view
Movement of the buffer was double what should have been intended
Added warning to std::copy uses that overlaping copy is undefined
behaviour
2023-10-23 14:48:40 +02:00
srcejon
bb88296b15
Merge branch 'f4exb:master' into freq_scanner 2023-10-18 10:40:19 +01:00
f4exb
9799874c17 up/down channelizers: set guard interfal to 12.5% and optimize debug messages 2023-10-18 06:29:18 +02:00
srcejon
4ce62c6f29
Merge branch 'f4exb:master' into freq_scanner 2023-10-17 13:21:14 +01:00
Jon Beniston
d2c1ba8e18 Fix compilation on Windows 2023-10-17 11:36:27 +01:00
srcejon
f20414899c
Merge branch 'f4exb:master' into freq_scanner 2023-10-17 10:46:28 +01:00
f4exb
9abd62f40e Change down and up channelizers filter chain strategy. Fixes #1846 2023-10-17 02:52:45 +02:00
srcejon
939476b634
Merge branch 'f4exb:master' into freq_scanner 2023-10-16 10:35:31 +01:00
f4exb
2f2c387276 Change order of sub-band matching in the Upchannelizer similarly to fix for #1846 2023-10-15 13:50:59 +02:00
srcejon
fd5b14a0f6
Merge branch 'f4exb:master' into freq_scanner 2023-10-15 12:18:41 +01:00
f4exb
8ca7dbbd4e Change order of sub-band matching in the Downchannelizer. Fixes possible aliasing issues. Fixes #1846 2023-10-15 11:50:31 +02:00
Jon Beniston
2192a054ed Generate swagger files for Freq Scanner 2023-09-28 19:02:58 +01:00
srcejon
37521224c3 Add frequency scanner channel plugin 2023-09-28 16:45:35 +01:00
Jon Beniston
dc40fac021 Fix for Qt6 2023-09-23 21:31:25 +01:00
Jon Beniston
0dc87edc33 Default to 0.0.0.0 instead of 127.0.0.1 for --remote-tcp-address 2023-09-15 09:34:24 +01:00
Jon Beniston
1b1530f10d Add support for lnaGain API setting, to allow gain to be set more easily. 2023-09-15 09:32:41 +01:00
f4exb
af916d6e7c Fixed Swagger files generation and added missing files. Fixes #1821 2023-09-13 05:43:58 +02:00
Jon Beniston
8f00c55ba6 Add Android SDR Driver sample source. 2023-09-08 10:52:51 +01:00
srcejon
9b4d5fc4d6
Merge branch 'f4exb:master' into psk31_mod 2023-09-07 10:03:58 +01:00
srcejon
75c04ef9e7 Add extended ASCII support 2023-09-07 09:42:36 +01:00
Edouard Griffiths
428c4a3c78
Merge pull request #1810 from srcejon/fix_1805
Distinguish between China and Taiwan aircraft registrations in ADS-B Demod
2023-09-06 19:02:40 +02:00
srcejon
73ab056a36 Fix types 2023-09-06 15:51:05 +01:00
srcejon
c3f63253b5 Fix warnings 2023-09-06 15:48:52 +01:00
srcejon
be0a675c0a Add PSK31 modulator 2023-09-06 15:21:22 +01:00
Jon Beniston
abed953354 Distingush between China and Taiwan 2023-09-05 18:34:55 +01:00
Jon Beniston
60c55970d3 Fix warnings and formatting 2023-09-05 17:14:09 +01:00
Jon Beniston
11042dc889 Add command line options to start Remote TCP Sink on a specified device 2023-09-05 16:38:15 +01:00
srcejon
c947ef0c23 Fix compiler warnings 2023-09-04 13:25:25 +01:00
srcejon
4c6ee84f48 Add acronym decoder widget 2023-09-04 13:01:22 +01:00
Jon Beniston
a5214e3002 Improve normalisation, so output doesn't exceed 1 2023-09-04 09:32:39 +01:00
srcejon
fdd73c9d99 Fix Cyrillic encoding 2023-09-03 09:02:53 +01:00
srcejon
48300d3d00 Add additional settings to yaml 2023-09-01 18:49:57 +01:00
srcejon
f5968816ef Add initial RTTY Mod without API 2023-09-01 17:10:26 +01:00
Jon Beniston
313370aa44 Initialise PhaseDiscriminators state, to avoid outputting huge values. 2023-08-30 17:34:54 +01:00
Jon Beniston
0e1f2f43ce Add rotator az/el and offset to table. 2023-08-26 14:40:13 +01:00
Jon Beniston
9b3c348133 Fix gcc warnings 2023-08-24 16:05:57 +01:00
Jon Beniston
d5ea5f5d6f Add settings/serializableinterface.h 2023-08-24 15:55:33 +01:00
Jon Beniston
2a24f72590 Add support for plugin presets. 2023-08-24 15:51:50 +01:00
Jon Beniston
3e2addac05 Install CUDA runtime 2023-08-14 12:55:14 +01:00
Jon Beniston
3ce2f28502 Fix Vulkan compilation on Linux 2023-08-14 10:37:27 +01:00
Jon Beniston
5e71da4530 Add VkFFT support and profiler 2023-08-13 23:52:57 +01:00
Edouard Griffiths
7a1d3f5860
Merge pull request #1764 from srcejon/qt6_location_map
Support Map plugin for Qt 6.5.
2023-08-07 22:37:53 +02:00
Jon Beniston
5567c708e7 Support Map plugin for Qt 6.5. Some Qt 6.6 fixes. 2023-08-06 09:08:53 +01:00
Jon Beniston
abef4f9688 Use QFileInfo to get file extension. For #1760 2023-08-05 21:27:38 +01:00
Jon Beniston
37db1910c5 Add LIBSIGMF_DEPENDS 2023-07-30 21:50:25 +01:00
Daniele Forsi
0b87063e13 Fix spelling in *.yaml files (and in *.html) 2023-07-23 19:06:05 +02:00
Daniele Forsi
34aca019e2 Fix spelling in strings 2023-07-23 18:55:12 +02:00