Commit Graph

3938 Commits

Author SHA1 Message Date
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 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
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
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 edb9defdf6 TestSource: moved timer start/stop to constructor/destructor. Fixes issue #661 2020-11-01 10:48:47 +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 abd2d1276c Updated versions and changelogs. Fixed missing yaml references in base resources for swagger-ui 2020-10-28 08:58:16 +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
f4exb b604eeeaa0 AFC: added documentation 2020-10-27 22:34:39 +01:00
Jon Beniston 91f204a74d Merge USRP updates 2020-10-27 18:35:42 +00:00
Jon Beniston 84c9d045c4 Fix for GCC 2020-10-27 17:03:54 +00:00
Jon Beniston 1a9b6d1763 Add ADS-B Demodulator plugin.
Add GS232 Rotator Controller feature plugin.
Add altitude and station name to My Positon.
Use QtDeploy to ensure all required Qt libraries are included (Should
fix OpenGL issues)
2020-10-27 16:22:10 +00:00
Jon Beniston 8cd3bb9b47 Widen combo box, so TX/RX fits in 2020-10-27 09:57:28 +00:00
Jon Beniston a9b6af0648 Fix compilation with UHD 3.15. Add dependency info to readme. 2020-10-27 09:56:15 +00:00
f4exb b5162dfc5f AFC: fixes. Implement devices apply and reset channels feedbac 2020-10-27 06:36:25 +01:00
f4exb d0081b2af4 AFC: REST API: actions and report: implementation 2020-10-27 06:36:15 +01:00
f4exb 797bbdbac5 AFC: fixed channel tracking 2020-10-27 06:34:15 +01:00
f4exb 573aa9b559 Frequency Tracker: added spectrum span log2 2020-10-27 06:31:06 +01:00
f4exb be4f7f3178 AFC: added tracker adjustment period and fixes 2020-10-27 06:19:39 +01:00
f4exb b04bb24146 Frequency Tracker: add spectrum display. Implements #665 2020-10-27 06:17:53 +01:00
f4exb 86ce2ca843 AFC: process tracker frequency change only if its offset actually chages 2020-10-27 06:17:42 +01:00
f4exb bee032833e AFC: process tracker frequency change only if its offset actually chages 2020-10-27 06:17:34 +01:00
f4exb b69ab47e90 AFC: UI changes and fixes 2020-10-27 06:17:18 +01:00
f4exb d2b50353da Freq Tracker: implemented channel API features feedback blocking counter 2020-10-27 06:17:07 +01:00
f4exb c6699562f4 AFC: fixed transverter correction 2020-10-27 06:16:30 +01:00
f4exb 6f4f7910f1 Channel settings feature feedback: all plugins 2020-10-27 06:16:17 +01:00
f4exb 977638d9d6 AFC: implemented full functionality 2020-10-27 06:06:31 +01:00
f4exb 1c1eade408 AFC: settings fix 2020-10-27 06:02:59 +01:00
f4exb 0cd512ce4a AFC plugin: brute force copy from Simple PTT plugin 2020-10-27 06:00:09 +01:00
Jon Beniston b7fac21297 Fix compiler warning 2020-10-26 14:50:00 +00:00
Jon Beniston 2400c4643c Add master clock rate display to GUI.
Calculate full range of sample rates supported, by varying master clock.
Check if requested sample rate can be met.
2020-10-26 14:39:12 +00:00
Jon Beniston 636c014427 Add loOffset to API 2020-10-26 09:03:23 +00:00
Jon Beniston 35380d4f36 Document LO offset options 2020-10-25 20:08:57 +00:00
Jon Beniston d8ae6fc765 Import USRP support.
Add LO offset support.
Only set tx/rx_bandwidth after getting tx stream, to reduce TX LO leakage for <10MHz bandwidths.
Check for reference and LO lock before getting streams.
2020-10-25 11:57:48 +00:00
Jon Beniston 209be94947 USRP driver improvements.
Set bit size to be 16 for interpolators and decimators.
Match buffer size to UHD.
Don't destroy TX stream, as there appears to be a bug when recreating it.
Catch exception when checking for TX underflow.
Increase RX FIFO size, to reduce overflows at high sample rates.
Allow RX to continue streaming after receiving timeout.
2020-10-23 13:12:37 +01:00
f4exb 8b05670814 MainCore: added feature and channel maps. FeatureSet and FeatureUISet: simplify feature registrations. Channel and feature names fix 2020-10-16 08:35:56 +02:00
f4exb 97b757fa98 TestSink: GUI: fixed getMasterTimer 2020-10-16 06:57:10 +02:00