1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-04 15:04:38 -04:00
Commit Graph

43 Commits

Author SHA1 Message Date
f4exb e4022031a9 Freq scanner VAD: Sonar fixes 2026-02-22 10:44:39 +01:00
f4exb 32c31d0efb Freq scanner VAD: use max voice score for max power priority mode 2026-02-21 11:44:09 +01:00
f4exb e6ff9669a9 Freq scanner VAD: CW mitigation 2026-02-21 11:44:09 +01:00
f4exb 98c703bfbf Freq scanner: implemented device frequency locking 2026-02-21 11:44:09 +01:00
f4exb ceb602283a Freq Scanner: GUI changes 2026-02-21 11:44:09 +01:00
f4exb fc35c55fb5 Freq Scanner voice squelch: use cepstal liftering 2026-02-21 11:44:09 +01:00
f4exb e782848642 Freq Scanner voice squelch: revamping of voice detection 2026-02-21 11:44:09 +01:00
f4exb 6f452a2a46 Freq Scanner: scanner sample rate and minimum bins special computation for Voice Squelch 2026-02-21 11:44:09 +01:00
f4exb bc49e37f8b Frequency Scanner: added a button to force continue scanning 2026-02-21 11:44:09 +01:00
f4exb bb711fc965 Frequency Scanner: for voice squelch use a fixed 48 kHz scanner sanple rate and FFT size of 2048 2026-02-21 11:44:09 +01:00
f4exb 4312fc3f0c Frequency Scanner: for voice SSB calculate min bits so that bin size is ~25 Hz 2026-02-21 11:44:09 +01:00
f4exb 71cdba9e32 Frequency Scanner: added voice squelch for SSB 2026-02-21 11:44:09 +01:00
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
srcejon a91fa3b760 Don't stop source if being deleted. For #2315. Send DSPSignalNotification in audio mods for #2336. 2024-11-25 17:16:08 +00:00
srcejon 1235f71388 Freuqency Scanner: Add multiplex mode. 2024-11-05 10:09:09 +00:00
f4exb 9d1160e7cd Frequency Scanner: initialize pointer to FrequencyScanner. Fixes #2262 2024-10-04 20:50:36 +02:00
DreamNik d2e89b7337 Fix PR comments 2024-09-09 19:17:30 +03:00
srcejon fd1d411bf0 Frequency Scanner: Fix rounding error that prevent some channels from being scanned, depending on sample rate. 2024-06-27 13:01:06 +01:00
srcejon 28cc7c3f31 FreqScanner: Add API action to run scan. Add scan results to channel report. 2024-06-21 10:24:16 +01:00
Mykola Dvornik 15337cac66 Fix bug that prevents settings changes updates via reverse API
Most plugins that use reverse API to PATCH settings updates to remote
server only do so when `useReverseAPI` is toggled, but not when the
relevant settings are being updated. So lets fix the precondition to
use the `m_useReverseAPI` flag instead.
2024-04-14 18:58:12 +02:00
Daniele Forsi 8c3f7e3775 Remove unused includes and use more direct includes 2024-04-11 23:31:34 +02:00
srcejon 483e338614 Add AvailableChannelOrFeatureHandler for handling lists of channels, features and message pipes to them. 2024-02-16 16:31:12 +00:00
f4exb 86a1d15eba Frequency Scanner: handle change of I/Q stream in tracked channels 2023-12-14 21:57:49 +01:00
f4exb c5e9da7004 Frequency scanner: set device frequency for both Rx and MIMO devices 2023-12-14 21:57:49 +01:00
f4exb 5ed6f060a0 Frequency Scanner: allow scanning channels of a MIMO device 2023-12-14 21:57:49 +01:00
srcejon d989561df5 Use common code for creating and processing device and channel Ids. 2023-12-05 12:32:53 +00:00
srcejon 3ca14c2bb1 Stop scanning when Tune menu selected. 2023-12-01 12:47:50 +00:00
srcejon f3a47a2747 Update Freq Scanner API 2023-11-30 13:14:21 +00:00
srcejon 64f33717d0 Freq Scanner: Add per-frequency settings. Fix freq > 2GHz. 2023-11-29 17:13:34 +00:00
f4exb 3a944fa209 Rewriting of copyright notices for plugins/channelrx. Part of #1893 2023-11-18 12:02:48 +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
srcejon 0fc5eb896b Fix Mac compilation 2023-10-23 15:29: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 bb2655cd51 Fix warnings 2023-10-03 16:57:45 +01:00
srcejon 83ceae4ba3 Use full bandwidth 2023-10-03 16:09:54 +01:00
srcejon d2526cdc5b Fix loading settings. Add remove inactive button. Restart scan when sample rate changes. 2023-10-02 15:45:17 +01:00
srcejon e89623f64d Fix restoring frequencies. 2023-09-29 20:58:19 +01:00
srcejon 33629b77e2 Center channels when possible. Fix channel setting initial display. Add clear active count button. 2023-09-29 14:35:52 +01:00
srcejon b3d3ca43ca Fix filtering of Freq Scanner from list of channels. 2023-09-29 09:38:15 +01:00
srcejon 7fe7f2aa86 Update threading to latest approach 2023-09-29 08:42:25 +01: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