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

9648 Commits

Author SHA1 Message Date
Jon Beniston
2709c546c9 Try installing opencv separately 2023-10-30 14:46:30 +00:00
Jon Beniston
ccade1bcc2 Add qt 2023-10-30 14:09:47 +00:00
Jon Beniston
18b999c671 Remove opencv, to avoid vtk, which pulls in python 2023-10-30 13:39:24 +00:00
Jon Beniston
97b568ec08 Remove uhd to try to remove python dependency 2023-10-30 13:34:30 +00:00
Jon Beniston
3feaac19ea Try deleting the file 2023-10-30 12:38:45 +00:00
Jon Beniston
d87ea496a6 Try --force to fix python install issue 2023-10-30 11:39:31 +00:00
Jon Beniston
ab45587788 Try --overwrite to fix python install issue 2023-10-30 10:58:50 +00:00
Jon Beniston
a519a01f8c Update UHD to 4.5 2023-10-30 10:22:53 +00:00
Jon Beniston
175ccd13f4 Enable Mac Arm64 build 2023-10-30 10:12:07 +00:00
f4exb
c9075d46cb Updated versions and changelogs 2023-10-29 05:28:05 +01:00
f4exb
61351faf68 Frequency scanner: extend threshold range 2023-10-29 05:09:55 +01:00
Edouard Griffiths
325e4d8ffb
Merge pull request #1865 from srcejon/fix_1862
Use channel sample rate of 48k in RTTY and PSK31 mods
2023-10-28 19:58:00 +02:00
Edouard Griffiths
9a3e6c674e
Merge pull request #1861 from srcejon/freq_scanner
ADSB updates
2023-10-28 09:19:59 +02:00
Jon Beniston
7126fb9c14 Use channel sample rate of 48k in RTTY and PSK31 mods, to reduce filter taps at high baseband sample rates. 2023-10-27 17:41:48 +01:00
srcejon
1f055dd2f1 Fix gcc error 2023-10-26 17:16:55 +01:00
srcejon
a398381aaf Allow ADS-B to send airport ATC frequencies to Frequency Scanner.
Add ATC callsigns.
Add ATC mode, displaying basic info for all aircraft.
Add airport range rings.
Change Device setting to be an AM Demod setting, so AM demod isn't at DC.
Add basic aircraft data to ADSB Web API report.
2023-10-26 16:31:37 +01:00
Jon Beniston
a20e7999d1 Regen swagger files 2023-10-26 09:35:55 +01:00
srcejon
3797f2db50 Update ADSB and FreqScanner yaml 2023-10-26 09:28:38 +01:00
Edouard Griffiths
1d3c366c9a
Merge pull request #1857 from das-Iro/fix-typecast
Add explicit typecasting that was missing
2023-10-24 17:40:05 +02:00
Arne Jünemann
7f9ed6df6d Add explicit typecasting that was missing 2023-10-24 06:11:15 +02:00
Edouard Griffiths
c9a4d541af
Merge pull request #1856 from das-Iro/fix-fft-overlap
Fix fft overlap
2023-10-23 21:30:23 +02:00
Edouard Griffiths
dc7dd0c08c
Merge pull request #1855 from srcejon/freq_scanner
Add separate audio bandwidth setting to AM Demod
2023-10-23 18:10:28 +02:00
Edouard Griffiths
11685fa70d
Merge pull request #1854 from srcejon/fix_scope_streams
Fix 2 race conditions
2023-10-23 17:25:28 +02:00
srcejon
0fc5eb896b Fix Mac compilation 2023-10-23 15:29:08 +01:00
Arne Jünemann
277b2b4d18 Add missing range extension 2023-10-23 15:23:35 +02:00
srcejon
53372d0508 Add separate audio bandwidth setting. 2023-10-23 14:22:33 +01:00
Arne Jünemann
4d631b091e Merge branch 'master' of github.com:das-Iro/sdrangel 2023-10-23 15:15:27 +02:00
Edouard Griffiths
42f847f1a2
Merge pull request #1853 from srcejon/mac_ci
Update github action to use MacOS 12
2023-10-23 15:07:21 +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
Edouard Griffiths
036a89f4a3
Merge pull request #1852 from srcejon/freq_scanner
Frequency Scanner plugin
2023-10-23 13:47:32 +02:00
Jon Beniston
7dca35ac24 Initialise m_scopeSink 2023-10-22 23:25:12 +01:00
Jon Beniston
8814fda178 Fix race condition that can result in a crash or hang 2023-10-22 23:24:34 +01:00
Jon Beniston
842d90f268 Update to MacOS 12, as brew complains about 11 being unsupported 2023-10-22 14:27:06 +01:00
srcejon
3b0512bd29 Fix crash if some columns in .csv file is missing 2023-10-22 10:25:40 +01:00
srcejon
1b392ee53c Fix warnings 2023-10-22 10:25:08 +01:00
srcejon
3e147ec804 Avoid using channel guard bands, due to possible aliasing from half-band filters 2023-10-22 10:03:04 +01:00
srcejon
ce6b08b15e Add menu to enable/disable all rows. 2023-10-22 10:01:29 +01: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
Edouard Griffiths
cdc9ddb954
Merge pull request #1849 from srcejon/fix_1846
Fix compilation on Windows
2023-10-17 14:17:31 +02: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
srcejon
515e19f20b Fix crash and tidy up UI. 2023-10-13 08:54:43 +01:00