1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-07-22 07:32:29 -04:00
Commit Graph

703 Commits

Author SHA1 Message Date
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
dae67170a7 Merge branch 'fix' into dev 2015-12-13 02:10:57 +01:00
f4exb
c111b94318 BFM demod: fixes in stereo processing 2015-12-12 23:26:42 +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
0259868ebe Merge branch 'fix' into dev 2015-12-10 04:03:47 +01:00
f4exb
85f4963438 Code fix: threaded sample sink handle message method should take a const message argument 2015-12-10 01:56:38 +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
2a194ca44e Airspy: implemented LNA and Mixer AGC controls 2015-12-09 01:49:46 +01:00
f4exb
fa2d9aecf5 BFM demod: added pilot view option and pilot power display 2015-12-09 00:04:46 +01:00
f4exb
f300b675bf Unset PLL lock status as soon as condition is lost 2015-12-09 00:02:21 +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