1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-03-02 05:10:06 -05:00

10755 Commits

Author SHA1 Message Date
Edouard Griffiths
161358ddbd
Merge pull request #2631 from NealsSec/master
Update UHD library to 4.9.0.1 for Ubuntu Debs
2026-01-31 09:29:19 +01:00
Neals
43924ab33e Revert "Update flatpak uhd lib"
This reverts commit cec1419bbabd4d334b49149530796eb4a9bb2da3.
2026-01-30 23:04:25 -06:00
Neals
d3b6a90045 Revert "Fix flatpak patches"
This reverts commit 50e843b952cdef4b80318ee448c0bcb8ed9341ab.
2026-01-30 23:04:20 -06:00
Neals
50e843b952 Fix flatpak patches 2026-01-30 02:10:05 -06:00
Neals
cec1419bba Update flatpak uhd lib 2026-01-29 19:08:17 -06:00
Edouard Griffiths
00c60a2855
Merge pull request #2630 from f4exb/feature-2292
Make device title editable in the basic device settings. Fixes #2292
2026-01-28 15:14:57 +01:00
Neals
a2dff68f4a forgot to add ppa flag 2026-01-27 20:25:25 -06:00
Neals
bf32e79d71 Add ettus ppa to linux cicd 2026-01-27 20:15:17 -06:00
f4exb
63348eeee1 Make device title editable in the basic device settings. Fixes #2292 2026-01-28 03:05:39 +01:00
Edouard Griffiths
5d6840b55a
Merge pull request #2629 from NealsSec/master
bump UHD to 4.9.0.1
2026-01-27 21:00:47 +01:00
Neals
496986410e bump UHD to 4.9.0.1 2026-01-26 23:19:26 -06:00
Edouard Griffiths
9b13b53e54
Merge pull request #2627 from srcejon/acars
Fix windows crash handler on Qt6
2026-01-26 18:19:37 +01:00
Jon Beniston
d7bd6cf9f9 Fix windows crash handler on Qt6 from displaying random Chinese characters. 2026-01-26 11:45:25 +00:00
Edouard Griffiths
3d44c3491e
Merge pull request #2625 from srcejon/acars
Replace NCOF with NCO
2026-01-25 19:21:52 +01:00
srcejon
139b366bfd
Merge branch 'f4exb:master' into acars 2026-01-25 16:43:30 +00:00
Edouard Griffiths
5e453fa005
Merge pull request #2624 from f4exb/feature-2618
Invert chirp ramps in ChirpChat modulator and demodulator
2026-01-25 13:06:41 +01:00
Jon Beniston
bffe587c18 Replace NCOF with NCO as the latter has better SFDR. 2026-01-25 11:11:20 +00:00
Jon Beniston
29357a8244 NCO: Add support for dithering. Add parameter to make integer only. Add IQ imbalance variant of nextIQ. 2026-01-25 11:04:56 +00:00
Edouard Griffiths
046272085a
Merge pull request #2620 from srcejon/acars
NCO: Use fixed-point phase accumulator and interpolation
2026-01-25 08:39:54 +01:00
f4exb
3b3f5b5405 ChirChat modulator: fixed message timings display 2026-01-25 00:34:01 +01:00
f4exb
05b9b499b1 FT8: fixed CRC build 2026-01-25 00:33:21 +01:00
f4exb
ab6c0ee5e7 ChirpChat: add option to reverse the chips sequence orientation. Fixes #2618 2026-01-24 22:11:17 +01:00
srcejon
b06b3d4634
Merge branch 'f4exb:master' into acars 2026-01-24 16:00:29 +00:00
Edouard Griffiths
02f243a351
Merge pull request #2622 from srcejon/fix_remote_tcp_socket_crash
RemoteTCPInput: Fix potential crash during connection
2026-01-23 22:13:36 +01:00
Edouard Griffiths
cb3bc174c6
Merge pull request #2621 from srcejon/inmarsat
Inmarsat: Improve frequency offset estimation and fix address coordinates
2026-01-23 20:46:41 +01:00
Jon Beniston
9cd5cfbf9c RemoteTCPInput: Fix potential crash if receiving an error while connecting to server. 2026-01-23 12:34:23 +00:00
Jon Beniston
35e81aa067 Improve coarse frequency estimate, by using Hann window + quadratic interpolation. 2026-01-23 12:28:48 +00:00
Jon Beniston
56b73e849b Fix decoding of latitude and longitude for rectangular and circular areas. 2026-01-23 12:11:58 +00:00
Jon Beniston
ebc8afa64c Remove unused variables. 2026-01-23 12:11:12 +00:00
Jon Beniston
ace57cca69 Mark get functions as const. 2026-01-22 17:46:40 +00:00
Jon Beniston
3128bacd9f NCO: Use Q12.20 phase accumulator and linear interpolation, to increase resolution and reduce spurious. 2026-01-22 15:32:28 +00:00
Edouard Griffiths
7cc44d3878
Merge pull request #2617 from srcejon/acars
Scope updates
2026-01-17 21:32:44 +01:00
Jon Beniston
12ee6c6662 Support markers being displayed in polar view. Use ALT to place right markers. #1811 2026-01-17 16:55:14 +00:00
Jon Beniston
1d1c8d56a9 Fix Y views not being able to restored from settings. 2026-01-17 16:54:22 +00:00
Jon Beniston
d10d09c6c9 Add XPPoints and XPolarGrid to settings. 2026-01-17 16:53:37 +00:00
Edouard Griffiths
80cdc3c471
Merge pull request #2616 from f4exb/fix-2606
Fix db/S meter minimum values when there is no input and more...
2026-01-17 11:34:23 +01:00
f4exb
fedade27dd Morse decoder: set text intensity according to decoding cost factor 2026-01-17 05:52:41 +01:00
f4exb
32837c7757 Avoid duplicate builds on releases 2026-01-17 05:52:41 +01:00
f4exb
4777fb5818 Fix db/S meter minimum values when there is no input. Fixes #2606 2026-01-17 05:52:41 +01:00
f4exb
dece3fa180 Save/restore WDSPRx audio mute in settings. Part of #2607 2026-01-17 05:52:41 +01:00
Edouard Griffiths
d90c190f3a
Merge pull request #2615 from srcejon/fix_2614
AMBE: Don't try to open empty device.
2026-01-16 12:38:50 +01:00
Jon Beniston
e1c4b61fd7 AMBE: Don't try to open empty device. #2614 2026-01-16 09:58:27 +00:00
Edouard Griffiths
d8db586c45
Merge pull request #2610 from srcejon/inmarsat
Enable denoiser on Mac
2026-01-15 17:20:53 +01:00
Jon Beniston
4de2d062d1 Enable denoiser on Mac 2026-01-15 15:08:52 +00:00
Edouard Griffiths
5eccb660b8
Merge pull request #2609 from srcejon/fix_2607
Fix saving/restoring of SSB demod mute and BFM demod de-emphasis settings
2026-01-15 14:30:54 +01:00
Jon Beniston
c56f154430 BFM Demod: Display loaded deemphasis setting in GUI. 2026-01-15 08:49:15 +00:00
Jon Beniston
232ec1a817 SSBDemod: Save/restore audio mute setting. #2607 2026-01-15 08:44:36 +00:00
Edouard Griffiths
5706cfd615
Merge pull request #2605 from srcejon/inmarsat
Fix Inmarsat on Mac
2026-01-14 16:21:47 +01:00
Jon Beniston
ebe4f4feba Fix lint warnings. 2026-01-14 10:56:18 +00:00
Jon Beniston
6f8b5a2e2e Update Inmarsat docs with image of latest GUI. 2026-01-14 10:14:06 +00:00