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

6493 Commits

Author SHA1 Message Date
Jon Beniston
9a3585a756 Reduce interpolator taps to enable it to run in real-time. Should significantly improve PER for RTLSDR at 2.4MSa/s.
Add developer controls to adjust interpolator settings.
Fix tab-order in GUI.
2020-11-12 13:25:49 +00:00
Jon Beniston
21956dc9d0 Fix surface position calculation.
Check latitude and local decode is in valid range.
2020-11-12 08:40:12 +00:00
Jon Beniston
f823741b34 Add decoding of surface position messages 2020-11-11 09:19:37 +00:00
Jon Beniston
27c4802a7f Add option to automatically resize columns after an aircraft is added to the table 2020-11-10 14:27:42 +00:00
Jon Beniston
6aa2943849 Confirm redownload of files if less than 100 days old 2020-11-10 14:07:15 +00:00
Jon Beniston
51bf8a6b21 Add Az/El and distance to airport information box.
Use km rather than nm for distance to airport calculation.
Require double click to set ATC freqeuncy.
Allow airport to be set as target, by double clicking Az/El in airport
info box.
2020-11-10 13:40:57 +00:00
Jon Beniston
599c31493a Add decode of Mode-A transonder (Squawk) code 2020-11-10 12:03:36 +00:00
f4exb
ea213bf6cc Do not include sigmffilerecord if libsigmf is not available 2020-11-10 06:18:36 +01:00
f4exb
99c079b549 SigMF file input 2020-11-10 02:09:21 +01:00
f4exb
8a06f73efa SigMF file input: REST API 2020-11-10 00:36:03 +01:00
Edouard Griffiths
dc40755324
Merge pull request #699 from srcejon/audio_input
Add audio input sample source
2020-11-09 23:50:00 +01:00
Jon Beniston
96bb5235de Merge branch 'audio_input' of https://github.com/srcejon/sdrangel into audio_input 2020-11-09 21:14:23 +00:00
Jon Beniston
112e703137 Don't call openAudioDevice if called from start(), otherwise AudioInput will be created on wrong thread 2020-11-09 21:12:40 +00:00
Jon Beniston
f72c118598 Don't add alsa realm suffix, as there do not appear to be duplicate names 2020-11-09 21:12:40 +00:00
Jon Beniston
f85250f638 Set reverse API keys. Avoid restarting thread 2020-11-09 21:12:40 +00:00
Jon Beniston
33482dd276 Fix readme markup 2020-11-09 21:12:40 +00:00
Jon Beniston
2bd5714308 Rebase to master 2020-11-09 21:12:08 +00:00
Jon Beniston
162112a5c0 Allow volume to be set after start() 2020-11-09 21:05:00 +00:00
Jon Beniston
181d8cfcfe Don't call openAudioDevice if called from start(), otherwise AudioInput will be created on wrong thread 2020-11-09 20:56:15 +00:00
Jon Beniston
90f450b25c Don't add alsa realm suffix, as there do not appear to be duplicate names 2020-11-09 20:55:23 +00:00
f4exb
943ae81750 ChirpChat modulator: implementation 2020-11-09 18:56:06 +01:00
f4exb
4d986fd1a0 ChirpChat modulator: REST API files 2020-11-09 18:15:52 +01:00
Edouard Griffiths
c5d0a582f4
Merge pull request #698 from f4exb/feature-309
Feature 309
2020-11-09 17:30:03 +01:00
Jon Beniston
330507773c Set reverse API keys. Avoid restarting thread 2020-11-09 16:14:20 +00:00
f4exb
b9395219d4 Added ChirpChat demod (2) 2020-11-09 17:14:17 +01:00
Jon Beniston
4fd64d11b3 Fix readme markup 2020-11-09 16:04:13 +00:00
Jon Beniston
00e5a4de34 Add audio sample source plugin 2020-11-09 15:54:35 +00:00
Jon Beniston
599ee2651e Allow volume to be set after start() 2020-11-09 15:52:25 +00:00
f4exb
ffd0971020 Updated versions and changelogs 2020-11-09 14:10:17 +01:00
f4exb
00885a48c9 Removed LoRa demod and added ChirpChat demod (1) 2020-11-09 11:35:18 +01:00
f4exb
9024d3f6fa ADS-B: reworked correlation threshold. Added RSSI. Corrected latitude negative shift. Implements #696 2020-11-09 07:28:43 +01:00
f4exb
fffac68b7f NFM: updated documentation 2020-11-08 12:34:56 +01:00
f4exb
fa68a8ff2b NFM: RF, AF bandwidth and FM deviation independent setting. Implements #691 2020-11-08 12:34:56 +01:00
Edouard Griffiths
c5eb6a2eeb
Merge pull request #694 from kasper93/win32
CMake: Add an option to hide console on Windows
2020-11-08 09:49:53 +01:00
Kacper Michajłow
7250240a9f CMake: Add an option to hide console on Windows
Fixes #693
2020-11-08 08:24:15 +01:00
Kacper Michajłow
a259f5af5b CMake: Specify targets to not build tools and things we do not need 2020-11-08 08:24:15 +01:00
Kacper Michajłow
d315026f37 CMake: Add support for ASAN on MSVC 2020-11-08 08:24:15 +01:00
Edouard Griffiths
465944f671 Merge pull request #673 from kasper93/rtlsdr_sr
RTL-SDR: Adjust sample rate limits
2020-11-07 20:21:44 +01:00
f4exb
1d29db8795 CI: Add docker build 2020-11-07 20:09:45 +01:00
Edouard Griffiths
a47416041f
Merge pull request #690 from kasper93/rf_filter
NFMDemod: Add RF filter for freq deviation
2020-11-07 18:09:23 +01:00
Edouard Griffiths
35b7f741eb
Merge pull request #688 from srcejon/adsb_improvements
ADS-B demodulator improvements
2020-11-07 10:40:48 +01:00
Edouard Griffiths
d22d2a460d
Merge pull request #686 from kasper93/docker
CI: Add docker build
2020-11-07 08:53:42 +01:00
Kacper Michajłow
35a01df5d1 CMake: Produce compile commands on supported generators 2020-11-07 07:00:27 +01:00
Kacper Michajłow
786640ee1f NFMDemod: Add RF filter for freq deviation
- Run CTCSS filter with reduced rate to much detection
- Convert tabs to spaces to be consistent in the file
- Fix AF squelch threshold setting after changing SR
2020-11-07 06:59:04 +01:00
Edouard Griffiths
779b8dc391
Now remove on_finish 2020-11-07 05:06:57 +01:00
Edouard Griffiths
8d3d8774a9
Try APPVEYOR_CONSOLE_DISABLE_PTY: true 2020-11-07 04:55:44 +01:00
Edouard Griffiths
dce565c611
Try on_finish for BYOC build 2020-11-07 04:42:03 +01:00
Edouard Griffiths
ed7971afb8
Use BYOC Linux machine for Docker image build 2020-11-07 02:48:18 +01:00
Edouard Griffiths
eea8828943
Merge pull request #687 from kasper93/soapysdr
Package SoapySDR modules
2020-11-07 02:13:33 +01:00
Jon Beniston
c2dc5808a6 Only run sink worker thread during acqusition 2020-11-06 22:33:16 +00:00