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

6436 Commits

Author SHA1 Message Date
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
eea8828943
Merge pull request #687 from kasper93/soapysdr
Package SoapySDR modules
2020-11-07 02:13:33 +01:00
Kacper Michajłow
88ef866edb Package SoapySDR modules 2020-11-06 19:22:46 +01:00
f4exb
556ddaaff6 Updated versions and changelogs 2020-11-06 07:07:23 +01:00
f4exb
fec07c0b08 Switched back external/windows to f4exb 2020-11-06 06:13:56 +01:00
f4exb
f1cf57bacd NFM: review frequency deviation and NFM demod volume control 2020-11-06 06:08:04 +01:00
f4exb
fecbd54a35 Linux package build: do not build server flavor 2020-11-05 20:41:33 +01:00
f4exb
3377fb084b NFM demod: damper discriminator output amplitude by 2 to limit audio loudness 2020-11-05 20:41:33 +01:00
f4exb
41f0fec4f6 sdrbase cmake: restored Boost_INCLUDE_DIRS 2020-11-05 20:41:33 +01:00
f4exb
f2bd3e4b84 Downgrade cmake version requirements 2020-11-05 20:41:33 +01:00
Edouard Griffiths
b9c0c5ad6a
Merge pull request #685 from AsciiWolf/patch-1
Workaround Flatpak issues on Wayland
2020-11-05 16:48:04 +01:00
AsciiWolf
d727abe79e
Workaround Flatpak issues on Wayland 2020-11-05 14:20:50 +01:00
Kacper Michajłow
7ad8c046f2 NFMDemodSink: Fix ctcssOn logic 2020-11-05 00:01:25 +01:00
f4exb
38755e35f1 NFM demod: restored expected FM deviation 2020-11-05 00:00:34 +01:00
Kacper Michajłow
00ba5115f3 NFMDemodSink: Proper audio scaling to 16-bit 2020-11-04 23:32:46 +01:00
Kacper Michajłow
1e5ae8ea0f Define _USE_MATH_DEFINES and clean M_PI redefinitions 2020-11-04 23:05:41 +01:00
f4exb
a9d09e30a8 Fixed Qt version checks 2020-11-04 23:05:32 +01:00
f4exb
19ecf12c22 removed asserts 2020-11-04 21:51:55 +01:00
f4exb
379096cbdd Migrate code to Qt 5.14.2 2020-11-04 20:08:44 +01:00
Edouard Griffiths
76926ab550
Merge pull request #683 from kasper93/vs2019
Add support for VS2019 and Ninja
2020-11-04 15:59:41 +01:00
Kacper Michajłow
70434765d7 Add support for VS2019 and Ninja
- Specify byproducts in external projects
- Use external Boost
- Remove hacky Qt detection
- Fix CRT mismatch in external projects (fixes SoapySDR on Windows)
- Minor fixes
2020-11-04 10:40:17 +01:00
Kacper Michajłow
2a86bc566a Temporary switch to forks 2020-11-04 03:12:07 +01:00
f4exb
b67705a625 Windows build: upgrade to Qt 5.13.2 2020-11-04 01:35:00 +01:00
f4exb
3567468023 KiwiSDR: fixed issue in local network. Fixes #435 2020-11-03 22:11:19 +01:00
f4exb
c5a36c48a0 Updated versions and changelogs 2020-11-03 13:15:25 +01:00
f4exb
593d955172 Scope MagSq trigger fix. Fixes #669 2020-11-02 22:12:54 +01:00
f4exb
5903e170ca Main Window: fixed sampling device changed. Fixes #668 2020-11-02 08:29:21 +01:00
f4exb
edb9defdf6 TestSource: moved timer start/stop to constructor/destructor. Fixes issue #661 2020-11-01 10:48:47 +01:00
f4exb
ef1a7ef8d2 CTCSS detector: fixed crash on destructor. Fixes #680 2020-11-01 08:23:50 +01:00
Kacper Michajłow
eeb243ea7e Use namepsace instead empty class 2020-11-01 02:13:49 +01:00
f4exb
fff4b7e465 Added export for new FIR filter 2020-11-01 00:20:09 +01:00
f4exb
85e357d465 NFM: augmented CTCSS tones. Implements #664 2020-10-31 22:56:12 +01:00
f4exb
e932d17fdb NFMDemodSink: Fixes and minor refactoring 2020-10-31 22:11:17 +01:00
f4exb
d7f8208814 Fix and refactor fir filter 2020-10-31 21:30:45 +01:00
f4exb
b9adbfb1d8 Refactored GUI queue access (from kasper93) 2020-10-31 19:27:35 +01:00
f4exb
ecbf85e1a0 ADS-B: added 2MS/s sample rate and moving average for instant correlation values 2020-10-31 05:09:28 +01:00
Edouard Griffiths
9160742ebe
Merge pull request #678 from zuckschwerdt/fix-cmath
Fix missing cmath include
2020-10-30 16:16:04 +01:00
f4exb
5cb17be298 ADS-B demod: optimization of sync word correlation. Some UI changes. Implements #675 2020-10-30 14:27:43 +01:00
Christian W. Zuckschwerdt
20a8bd8c71 Fix missing cmath include 2020-10-30 11:20:08 +01:00
f4exb
66324c9ee4 Windows: added external openssl dependency 2020-10-28 21:33:13 +01:00
f4exb
abd2d1276c Updated versions and changelogs. Fixed missing yaml references in base resources for swagger-ui 2020-10-28 08:58:16 +01:00
f4exb
204aa9b397 Feature::MsgChannelSettings: added missing export 2020-10-28 01:49:06 +01:00
f4exb
ada4ae5b1f ADS-B demod: fixed image file names 2020-10-28 00:27:05 +01:00
f4exb
5e1be619dd Merge AFC plugin and Frequency Tracker changes 2020-10-27 23:13:08 +01:00
Edouard Griffiths
4fc91db3d0
Merge pull request #671 from srcejon/adsb_demod
Add ADS-B demodulator and GS-232 rotator controller plugins
2020-10-27 22:36:28 +01:00
f4exb
b604eeeaa0 AFC: added documentation 2020-10-27 22:34:39 +01:00
Jon Beniston
430b5d8224 Update package dependencies 2020-10-27 19:57:24 +00:00
Jon Beniston
91f204a74d Merge USRP updates 2020-10-27 18:35:42 +00:00
Jon Beniston
bf194095aa Remove tabs 2020-10-27 17:07:03 +00:00
Jon Beniston
84c9d045c4 Fix for GCC 2020-10-27 17:03:54 +00:00