1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00
Commit Graph

6222 Commits

Author SHA1 Message Date
Jon Beniston 8e55a8c4e6 Freq Scanner: Don't unmute manually muted channels. #2636 2026-02-12 09:36:55 +00:00
f4exb a4483007a2 Frequency scanner: added controlled channel frequency shift 2026-02-08 01:11:08 +01:00
f4exb c8389506e4 Release v7.23.1 2026-02-02 21:38:25 +01:00
f4exb c0b7232d74 Apply atomic settings to channel MIMO plugins. Part of #1329 2026-02-01 12:26:46 +01:00
f4exb 47fba8c980 Apply atomic settings to channel Tx plugins. Fixes #1329 2026-02-01 12:26:46 +01:00
f4exb 2a46208d37 Apply atomic settings to channel Rx plugins part 2. Part of #1329 2026-02-01 12:26:46 +01:00
f4exb 103e86c80b Apply atomic settings to channel Rx plugins part 1. Part of #1329 2026-02-01 12:26:46 +01:00
f4exb 63348eeee1 Make device title editable in the basic device settings. Fixes #2292 2026-01-28 03:05:39 +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
f4exb 3b3f5b5405 ChirChat modulator: fixed message timings display 2026-01-25 00:34:01 +01:00
f4exb ab6c0ee5e7 ChirpChat: add option to reverse the chips sequence orientation. Fixes #2618 2026-01-24 22:11:17 +01: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
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
f4exb fedade27dd Morse decoder: set text intensity according to decoding cost factor 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
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
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
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
srcejon 8a891f26df Merge branch 'f4exb:master' into inmarsat 2026-01-14 09:03:57 +00:00
Jon Beniston 7584a6e87c Add library dependencies to fix Mac build. Fix library path for InmarsatC on Mac. 2026-01-14 09:03:24 +00:00
f4exb 1236b11900 Publish version v7.23.0 2026-01-13 19:07:23 +01:00
Jon Beniston b6ea869316 Fix for Qt5 2026-01-12 18:58:41 +00:00
Jon Beniston fd1adf6794 Fix warnings 2026-01-12 18:56:32 +00:00
Jon Beniston b668d41aa4 Tidy up 2026-01-12 18:44:30 +00:00
Jon Beniston ee35715bd4 Merge master 2026-01-12 18:36:49 +00:00
Jon Beniston 22257e5311 Add equalizers and EVM measurement. 2026-01-12 16:50:33 +00:00
Edouard Griffiths 5900f7a2c9 Merge pull request #2601 from f4exb/feature-rnnoise
Denoiser with RNNoise based noise reduction
2026-01-11 17:49:58 +01:00
f4exb d4a860853e Denoiser feature: make functions for detailed sample processing making code more readable 2026-01-11 11:45:46 +01:00
f4exb 7e0892801c Denoiser feature: build only for Linux 2026-01-11 09:18:15 +01:00
f4exb 499b7bb0fe Denoiser: disable for Mac and fix audio mute 2026-01-11 00:43:39 +01:00
f4exb 3074f16469 AM, NFM, BFM, WFM SSB demods: do not mute audio on the demod stream 2026-01-10 21:14:23 +01:00
f4exb 8ea74456f6 Denoiser: complete features and added readme 2026-01-10 18:19:57 +01:00
Jon Beniston ae0f07eaa4 Add MES column. Decode additional fields. 2026-01-09 14:51:39 +00:00
srcejon a1004cd935 Merge branch 'f4exb:master' into inmarsat 2026-01-07 13:02:21 +00:00
f4exb 4e0eecc595 RNnoise feature: basic implementation of audio 2026-01-07 13:39:58 +01:00
f4exb ed297a824e WDSP Rx: decouple data pipes handling from audio handling 2026-01-07 13:38:05 +01:00
Jon Beniston 0ae5320f77 Add OpenCV dependency 2026-01-07 10:45:55 +00:00
Jon Beniston 632032256c Fix Mac compilation. Only include required headers. 2026-01-06 20:34:50 +00:00
Jon Beniston e329d0311a Add frame details. 2026-01-06 15:31:50 +00:00
Jon Beniston 41b5991015 Default to 4k RF BW 2026-01-06 15:31:16 +00:00