Commit Graph

426 Commits

Author SHA1 Message Date
f4exb f143b59403 NFM demod and UDP source: revised FM completely rationalizing deviation. New input in UDP source GUI to specify the FM deviation 2016-04-04 03:44:06 +02:00
f4exb aafff9b534 UDP source plugin GUI: added missing channel frequency display on the channel marker when the mouse is passed on the GUI 2016-04-03 18:14:04 +02:00
f4exb 962224e052 NFM demodulator plugin: documentation as readme 2016-04-03 17:04:35 +02:00
f4exb 82ef5b9908 UDP source plugin: documentation as readme 2016-04-03 15:18:05 +02:00
f4exb 4debb8eb41 UDPsrc utility: fixed buffer wrap around code. UDPSunk plugin: set a fixed UDP block size of 2048 (512 samples * 4 byte samples) thanks to UDPsrc utility 2016-04-03 11:29:11 +02:00
f4exb 42ba2ca5a0 NFM demod GUI: removed RF bandwidth initial index value of -1 2016-04-01 03:58:54 +02:00
f4exb dbad815b2a NFM demod: GUI: use combo box for RF demodulator bandwidths 2016-04-01 00:18:49 +02:00
f4exb 0c4d4ee385 NFM demod: GUI: use buttons for volume and squelch to reduce screen space 2016-03-31 22:49:13 +02:00
f4exb 1263eaeb1a NFM demod: RF bandwidh and AF bandwidth on the same line 2016-03-31 22:00:36 +02:00
f4exb 68ed0013ea NFM demod: added adjustable squelch gate time (AGC attack) to adjust the length of transient elimination from default 50ms 2016-03-31 19:38:39 +02:00
f4exb 85778dbcc1 CMakeLists.txt files cleanup 2016-03-29 09:36:19 +02:00
Edouard Griffiths 27b6aab5f7 Windows build: added possibility to build with MinGW64 (experimental, does not work) 2016-03-27 18:56:33 +02:00
f4exb 692686684e AM dempd: light audio mute button in green when the squelch is open 2016-03-27 05:44:35 +02:00
f4exb 2c38a8b9a0 NFM dempd: light audio mute button in green when the squelch is open 2016-03-27 05:37:15 +02:00
Edouard Griffiths e861ddfc29 Android build: use simple boost install 2016-03-22 01:24:38 +01:00
f4exb a957d99f67 BFMdemod: solved C++11 compile problem by initializing float constant in .cpp 2016-03-21 08:40:42 +01:00
Edouard Griffiths 9eee3fd869 BFMdemod: reverted C++11 changes. Causing too many problems 2016-03-21 08:34:27 +01:00
f4exb 6973decce1 BFMdempd plugin: Set c++11 option 2016-03-21 08:21:51 +01:00
f4exb c50b31e289 Android build: fixes for C++11. Hardware (libusb) independent 2016-03-21 06:18:09 +01:00
f4exb 17d58ba2a5 BFM demod plugin: fixed core dump due to missing initialization in RDS parser constructor 2016-03-16 05:02:35 +01:00
f4exb 8be4c20f5b Windows build: added udpsrc channel plugin to the build 2016-03-10 03:11:18 +01:00
f4exb 0b6f236f43 Windows build: added tcpsrc channel plugin to the build 2016-03-10 03:09:54 +01:00
f4exb b7a39452bf WFMdemod: removed useless dependency on GLSpectrum 2016-03-10 03:07:13 +01:00
f4exb 7902d97b49 NFMdemod: removed useless dependency on GLSpectrum 2016-03-10 02:59:56 +01:00
f4exb 8cc3ec4d03 Windows build: added demodbfm channel plugin to the build 2016-03-10 02:54:25 +01:00
f4exb 7f27e8f1c3 Windows build: added .pro files for the rest of channel plugins 2016-03-10 02:44:13 +01:00
f4exb ef9dbefe50 Renamed channel plugin directories 2016-03-10 02:29:42 +01:00
Edouard Griffiths 782bb8ae40 Windows build: apply modifications 2016-03-09 06:39:19 +01:00
Edouard Griffiths 7fa519e39f Windows build: added AM demod plugin 2016-03-09 00:20:49 +01:00
Edouard Griffiths 4eeac640cc AM demod: removed useless dependency to GLSpectrum 2016-03-09 00:19:43 +01:00
f4exb 944418a720 UDPsource plugin: fixed missing method body causing program crash when address text is edited 2016-02-25 00:55:05 +01:00
f4exb 3bfb2452ba Merge branch 'dev' 2016-02-24 15:56:47 +01:00
f4exb 6fd9e4f5bc cmake: added install and uninstall targets 2016-02-24 11:51:36 +01:00
f4exb 1602525e0c SDRdaemon plugin: removed references to file input 2016-02-01 08:24:14 +01:00
f4exb e9d55b7f04 SSB demod: changed span tooltip description 2016-01-13 21:19:50 +01:00
f4exb 4cec982a7f Channel Analyzer GUI: corrected filter limits 2016-01-13 21:19:10 +01:00
f4exb 24607ee6f1 Added tooltip for all channel GUIs frequency shift direction button 2016-01-12 19:54:37 +01:00
Edouard Griffiths 1c6f97bba9 Added missing tooltips in channel GUIs 2016-01-12 13:14:14 +01:00
f4exb 802e8f300f UDP and TCP channel sources: Normalize delta frequency font size 2016-01-12 06:26:51 +01:00
F4EXB ec8e4d51df Font size and face normalization (final) 2016-01-12 05:51:26 +01:00
f4exb 709cee9fc3 Added frequency units to BaldeRF GUI Rx center frequency dial 2016-01-12 04:43:41 +01:00
f4exb bf9368a002 Normalized Channel Analzyer and SSB GUIs (global font family and size) 2016-01-12 04:24:59 +01:00
f4exb 433cc021ea Normalized Channel Analzyer and SSB GUIs 2016-01-12 03:52:19 +01:00
f4exb 73bd332619 AM demod: make squelch tail twice faster as attack 2015-12-26 21:30:30 +01:00
f4exb 61d6d90ce3 AM demod: implement mute/umute toggle 2015-12-26 18:23:55 +01:00
f4exb d46ab16ead AM demod: enhanced squelch: supressed transients, smooth open/close 2015-12-26 18:11:38 +01:00
f4exb 0613100bbd SSB demod: re-implemented fixed DSB option 2015-12-26 04:50:29 +01:00
f4exb 2b98bc9d8a SSB demod: continuous sum for SSB downsampling 2015-12-26 04:04:22 +01:00
f4exb 332fe54b6a SSB demod: implement DSB filter 2015-12-26 03:56:28 +01:00
f4exb 10c7e1e442 SSB demod: fixed BW and Low cut limits 2015-12-26 03:34:49 +01:00
f4exb 4de446053d Revert "SSB demod: implemented DSB option"
This reverts commit 5e0e3a01e1.
2015-12-26 03:23:18 +01:00
f4exb 111f00b230 BFM demod: fixed LSB stereo 2015-12-26 00:19:41 +01:00
f4exb 3564b8ba58 BFM demod: re-introducing LSB stereo GUI controls 2015-12-25 20:12:50 +01:00
f4exb 8065c4157c Revert "BFM demod: introducing LSB stereo for what it's worth..."
This reverts commit b5669fee2f.
2015-12-25 19:59:45 +01:00
f4exb 7e67793059 Fixed AM demod sliders 2015-12-25 18:03:30 +01:00
f4exb 627a7f91d2 BFM demod: suppress LSB stereo balance adjustement 2015-12-24 16:20:41 +01:00
f4exb 7fa649aacc Fixed unresolved symbol in TCP Src channel plugin 2015-12-24 15:30:41 +01:00
f4exb 89d70b7375 DFM demod: Adjust LSB stereo levels 2015-12-24 02:05:29 +01:00
f4exb b5669fee2f BFM demod: introducing LSB stereo for what it's worth... 2015-12-23 06:42:59 +01:00
f4exb b877907785 BFM demod: RDS: really improve PSN decoding and display 2015-12-23 04:27:25 +01:00
f4exb 00ae3babbd BFM demod: RDS parser: initialize PSN display at start 2015-12-23 02:21:17 +01:00
f4exb d034063978 BFM demod: RDS PSN update improvement 2015-12-23 02:21:03 +01:00
f4exb 93571770bc Revert "BFM demod: implemented forward error correction in RDS decoder"
This reverts commit 444f829e29.
2015-12-20 19:30:58 +01:00
f4exb cae6c94770 BFM demod: RDS EON program name fix 2015-12-18 08:39:34 +01:00
f4exb cdae494a92 BFM demod: corrected RDS EON block program service name update 2015-12-17 04:32:22 +01:00
f4exb 444f829e29 BFM demod: implemented forward error correction in RDS decoder 2015-12-17 04:17:21 +01:00
f4exb 3c1a9790c0 BFM demod: fix RDS GUI 2015-12-17 01:27:13 +01:00
f4exb bf926ede36 BFM demod: implemented phase discriminator in a separate utility class 2015-12-17 01:13:42 +01:00
f4exb 90552271f8 Corrected NFM demod. Implemented phase discriminator object in WFM demod 2015-12-17 01:01:22 +01:00
f4exb 3028357718 NFM demod: phase discriminator refactoring. Review volume boundaries 2015-12-17 00:45:44 +01:00
Edouard Griffiths 28bde131ba NFM demod: adjust phase discriminator settings. Put in in a separate header 2015-12-16 21:12:12 +01:00
f4exb 5ca9004167 NFM demod: cleanup and adjustment of phase discriminators 2015-12-16 08:49:09 +01:00
f4exb 2d929171bb BFM demod: RDS GUI part #13: fixed group 3 initialization 2015-12-16 05:27:04 +01:00
f4exb 62cb806eb1 BFM demod: RDS GUI part #12: implemented group 3 generic decoding 2015-12-16 05:16:27 +01:00
f4exb 729ac9cf3c BFM demod: RDS GUI part #11: implemented group8 generic decoding 2015-12-16 04:43:29 +01:00
f4exb 73ac0c58e5 BFM demod: RDS GUI part #10: prepare ability to change frequency from frequency combo boxex. Need future channel plugin to its source plugin link to be implemented 2015-12-16 04:12:49 +01:00
f4exb 044e0bfc27 BFM demod: RDS GUI part #9: group14 full implementation. Separate clear RDS data button 2015-12-16 03:12:38 +01:00
Edouard Griffiths 9fe292f162 BFM demod: RDS GUI part #8: group14 parsing into memebers implementation 2015-12-15 15:21:36 +01:00
f4exb 4387136420 BFM demod: RDS GUI part #7: cosmetic corrections on group 8 display 2015-12-15 08:54:13 +01:00
f4exb bbf2469431 BFM demod: RDS GUI part #6: implemented groups 1,2 and 8 2015-12-15 02:55:12 +01:00
Edouard Griffiths 542877a454 BFM demod: RDS GUI part #5: prepare groups 1, 2 and 8 implementation. Enhancements in the RDS GUI management 2015-12-14 15:15:31 +01:00
f4exb 9eb271b218 BFM demod: RDS GUI part #4: group 4 implementation 2015-12-14 09:01:37 +01:00
f4exb 8717efef92 BFM demod: RDS GUI part #3:various display optimizations 2015-12-14 04:01:41 +01:00
f4exb fd8e771543 BFM demod: RDS GUI part #2: quality metrics report 2015-12-14 03:01:44 +01:00
f4exb 4d156044e4 BFM demod: RDS GUI part #1: counters, PI and Group 0 2015-12-14 01:36:13 +01:00
f4exb 48855bfb63 BFM demod: working RDS support 2015-12-13 09:45:29 +01:00
f4exb 6782c753ad BFM decoder: implement RDS decoder 2015-12-13 02:54:22 +01:00
f4exb df95e188e8 BFM demod: fixed stereo L-R injection factor 2015-12-12 23:13:37 +01:00
f4exb 74e338f092 Have a specialized class for UDP output (debug purpose) 2015-12-12 23:01:46 +01:00
f4exb 1be47adfef BFM demod: RDS decoder cleanup 2015-12-12 19:53:24 +01:00
f4exb 1a9dca1632 BFM demod: working RDS demod 2015-12-12 15:14:26 +01:00
f4exb 8fa44a4ddb Merged fix 2015-12-12 02:30:10 +01:00
f4exb 2aa0cea1ca BFM demod: use atan2 phase discriminator with scaling depending on sample rate and excursion for better fidelity 2015-12-12 02:17:41 +01:00
f4exb dcea42d309 BFM demod: RDS demod debug #1 2015-12-11 19:33:10 +01:00
f4exb 14f72bae8a BFM demod: added RDS decoder class 2015-12-11 03:58:35 +01:00
f4exb 5761330365 BFM demod: RDS demod debug #1 2015-12-11 03:57:17 +01:00
Edouard Griffiths dbd1db1f28 RDS demod: bugfix and errors debug prompt 2015-12-10 15:02:16 +01:00
Edouard Griffiths ea0640c844 Corrected RDS demod clock phase calculation 2015-12-10 14:15:44 +01:00
Edouard Griffiths 4ecc0f18bb BFM demod: basic RDS demodulator test 2015-12-10 14:10:48 +01:00
Edouard Griffiths 3cdab34fb7 BFM demod: RDS demod completed 2015-12-10 13:39:15 +01:00
f4exb 0705461d8a BFM demod: added RDS demodulator class 2015-12-10 08:54:57 +01:00
f4exb 46aae9c5ad BFM demod: changed to RDS PLL 2015-12-09 04:22:12 +01:00
f4exb 1b66b72a11 BFM demod: implement button to control RDS activation 2015-12-09 04:13:13 +01:00
f4exb 274626d58f BFM demod: change channel color 2015-12-09 03:05:23 +01:00
f4exb 5b1592598e BFM demod: save mono/stereo toggle 2015-12-09 01:59:16 +01:00
f4exb fa2d9aecf5 BFM demod: added pilot view option and pilot power display 2015-12-09 00:04:46 +01:00
Edouard Griffiths cdf51b99e9 BFM demod: update spectrum setting with rate information upon channelizer change rate signal 2015-12-08 13:10:02 +01:00
f4exb 205fee6837 BFM demod: update spectrum with sample rate information by polling 2015-12-08 09:25:46 +01:00
f4exb 4aaaad2fe9 BFM demod: fixed mono 2015-12-08 08:30:45 +01:00
f4exb 9fdff1e028 BFM and WFM demods: Fixed initial RF BW display on deserialization 2015-12-08 02:23:58 +01:00
f4exb e533997dbe BFM demod: apply de-emphasis 2015-12-08 02:00:30 +01:00
f4exb 2f8fda7137 PLL cleanup 2015-12-07 22:31:44 +01:00
f4exb 508486f791 BFM demod: implemented mono/stereo control from GUI 2015-12-07 08:55:22 +01:00
f4exb 83423e13e0 BFM demod: working stereo decode. Mono/Stereo controls not implemented 2015-12-07 04:16:05 +01:00
f4exb cd31cc6c0e BFM demod: implemented mono/stereo control button with stereo pilot lock indication (green) 2015-12-07 03:36:56 +01:00
f4exb baccaba2c8 BFM demod: PLL lock pilot carrier in flow 2015-12-07 02:18:31 +01:00
f4exb f69e69a799 BFM demod: added phase lock class. Updated copyright notices 2015-12-06 19:47:55 +01:00
f4exb 7815531b3c Added new Broadcast FM demod. Copy of WFM for now 2015-12-06 10:30:51 +01:00
f4exb 078ec79b1c Mute option for NFM channel 2015-12-06 04:49:22 +01:00
f4exb 45261ce623 SSB demod: corrected BW and Low cut sliders limits 2015-12-06 02:37:40 +01:00
f4exb 5e0e3a01e1 SSB demod: implemented DSB option 2015-12-06 02:34:47 +01:00
f4exb f512503dc1 SSB demod: implemented DSB GUI control 2015-12-06 00:43:40 +01:00
f4exb fc89d3ea5c SSB demod: add flip binaural channels option 2015-12-05 19:57:48 +01:00
f4exb 183701acc5 New icons for SSB channel 2015-12-05 19:39:11 +01:00
f4exb b07d9c838d SSB demod: binaural option 2015-12-05 18:48:15 +01:00
f4exb f8c36546b0 UDP source: implemented mono/stereo audio input toggle 2015-12-05 12:23:55 +01:00
f4exb f69264ec24 UDP source: move audio input setting to immediate group 2015-12-05 12:03:26 +01:00
f4exb 08a3bc9097 UDP source: new icons. Implemented audio on/off button with icon 2015-12-05 11:49:24 +01:00
f4exb 74f1f4e675 UDP source: interactive audio port setting from the GUI 2015-12-05 04:03:30 +01:00
f4exb 70d4088fa6 UDP source: fixed audio port assignment in configuration message handler 2015-12-05 03:36:31 +01:00
Edouard Griffiths ddd5ec5dc8 UDP source: Implemented audio input port in input class only 2015-12-04 13:47:43 +01:00
f4exb c15b71eb6b UDP source: reinstated Audio port UI 2015-12-04 09:03:03 +01:00
f4exb 3f5d88b48d UDP Source: change UDP port and Audio port accordingly 2015-12-04 08:54:47 +01:00
f4exb c1f1c741f1 UDP Source: implemented audio enable and volume change 2015-12-04 03:46:51 +01:00
f4exb eeecaf5d3f UDP Source: new GUI items 2015-12-03 04:24:29 +01:00
f4exb f297298adb UDP source: basic audio return via UDP 2015-12-03 04:02:21 +01:00
f4exb 9ed6b40ba5 UDP Source: compiles 2015-12-02 02:28:31 +01:00
f4exb ffebc53586 TCPSrc channel: process connexion/deconnnexion through messages 2015-11-27 08:49:36 +01:00
f4exb 10783906cb Remove TCP references in attributes and variables of the UDP source plugin 2015-11-19 08:55:58 +01:00
f4exb 34e6c93a89 New UDP source channel plugin. For now a copy of TCP source plugin 2015-11-19 03:27:37 +01:00
f4exb f981773f81 TCP src code cleanup 2015-11-19 03:26:46 +01:00
f4exb 0492c50e55 Enhancements to TCP src plugin. Effectively show channel power on TCP src GUI 2015-11-18 06:05:13 +01:00
f4exb 9b93405554 TCPsrc GUI enhancements 2015-11-18 05:36:29 +01:00
f4exb 681863b2a2 Fixed NFM squelch 2015-10-25 14:47:28 +01:00
f4exb 53cc5b7db0 Fixed channel analyzer initialization phase 2015-10-22 03:42:27 +02:00
f4exb dc3bdc62e1 SSB demod: fixed audio volume too low 2015-10-11 06:57:26 +02:00
f4exb e9f122fac1 NFM demod: optimized feed routine. Fixed channel power calculation 2015-10-11 06:34:12 +02:00
f4exb cdadb7cb9b Channel Analyzer: optimize samples processing 2015-10-09 09:02:44 +02:00
f4exb 9cd0639fed Corrected deserializing of bandwidth and low cutoff 2015-10-09 08:55:22 +02:00
f4exb 76a60a8cb2 Use vertical tab for channel tabs 2015-10-09 08:45:29 +02:00