Commit Graph

71 Commits

Author SHA1 Message Date
Marat Fayzullin 391f8c1c40 Adding NAVTEX decoder and service. 2024-04-08 21:18:25 -04:00
Marat Fayzullin e8e174603e Shrinking SITORB and CCIR493 bandwidth back to 170Hz. 2024-03-18 21:39:18 -04:00
Marat Fayzullin d940dd5fd3 Improving CCIR493 and SITORB decoders. 2024-03-12 19:41:38 -04:00
Marat Fayzullin 83886e3c1a Adjustments to background DSC decoder mode. 2024-03-07 20:48:45 -05:00
Marat Fayzullin 06290bdded Lowering DSC background service sampling rate. 2024-03-07 11:17:31 -05:00
Marat Fayzullin 1f1106f059 Debugging DSC background decoding. 2024-03-05 23:18:50 -05:00
Marat Fayzullin 316d3167d9 Added frequency and timestamp to DSC data. 2024-03-04 16:00:34 -05:00
Marat Fayzullin 8fdbf90303 Adding UI for the DSC decoder. 2024-02-28 22:35:44 -05:00
Marat Fayzullin 2a5f936d9c Changing frequency now resets CW decoder state. 2024-02-18 15:38:19 -05:00
Marat Fayzullin b77f512bed Added FAX LPM parameter (default is 120). 2024-01-10 18:45:18 -05:00
Marat Fayzullin b706563a94 Added option to show CW dits and dahs, reorganized settings page. 2023-12-16 22:37:29 -05:00
Marat Fayzullin 5b0a045220 Fixing showCw default value. 2023-12-16 18:02:28 -05:00
Marat Fayzullin ecdb6d6d06 Refactoring CW decoder. 2023-12-16 17:55:25 -05:00
Marat Fayzullin 0e29f0028c Renaming Sitor to SitorB. 2023-12-15 22:17:10 -05:00
Marat Fayzullin 4542e2f404 Removing fec argument from CCIR496. 2023-12-15 21:24:36 -05:00
Marat Fayzullin f147509af9 Removing extra copy of DscDemodulator. 2023-12-15 18:36:43 -05:00
Marat Fayzullin ca2e77b301 Merge branch 'dsc' of https://github.com/luarvique/openwebrx into dsc 2023-12-14 23:47:38 -05:00
Marat Fayzullin a66de19cc2 Refactoring SITORB / CCIR476. 2023-12-14 23:46:51 -05:00
Marat Fayzullin 0a115261d5 Adding initial DSC support. 2023-12-14 23:44:40 -05:00
Marat Fayzullin 539d3848ba Adding initial DSC support. 2023-12-09 20:02:30 -05:00
Marat Fayzullin dad4ac2b82 Adding SITOR. 2023-10-25 20:06:43 -04:00
Marat Fayzullin fac634ca8b Switching to jketterl's RTTY decoder. 2023-09-12 20:14:51 -04:00
Marat Fayzullin c4afe1e594 Merging the rest of owrx folder. 2023-09-10 21:00:51 -04:00
Marat Fayzullin 8c82853d18 Fixing two RTTY decoders. 2023-09-10 21:00:51 -04:00
Marat Fayzullin 3956df01ac Adding csdr/ code from jketterl's develop branch. 2023-09-10 21:00:51 -04:00
Marat Fayzullin a5836f8776 Adding FAX options. 2023-09-06 16:19:49 -04:00
Marat Fayzullin f996e49abd No longer need RealPart in there. 2023-09-04 21:08:49 -04:00
Marat Fayzullin 72153bb51e Dropped FAX frequency to 12kHz, added NFM to SSTV underlying modes. 2023-09-03 23:41:32 -04:00
Marat Fayzullin 252c78e8bf Fax decoder now uses floats as input. 2023-09-03 20:49:10 -04:00
Marat Fayzullin 763a13aa15 Making SSTV decoder take audio from the primary demodulator. 2023-09-03 18:03:05 -04:00
Marat Fayzullin 7ba08376db SSTV decoder now takes floats, not complex floats. 2023-09-02 13:10:32 -04:00
Marat Fayzullin b500367e9a Porting MSK144 decoder from the OWRX 'develop' branch. 2023-05-06 20:17:09 -04:00
Marat Fayzullin 04382d3989 Merged fax decoder and SSTV performance improvements. 2023-04-22 15:55:22 -04:00
Marat Fayzullin ef86d75596 Removed SSTV NFM mode (not used), simplified some code. 2023-03-10 18:55:00 -05:00
Marat Fayzullin 1089b1a548 Adding debug time to SSTV decoder. 2023-03-08 11:54:47 -05:00
Marat Fayzullin c12a896fea Committing missing SSTV service changes. 2023-03-01 19:22:32 -05:00
Marat Fayzullin 04804f8e96 Halving SSTV sampling rate to avoid issues with background bandwidth optimization. 2023-02-28 23:03:38 -05:00
Marat Fayzullin 8c48220d2c Removing AisDemodulator, PacketDemodulator will do the job. 2023-02-25 21:47:15 -05:00
Marat Fayzullin 1115d59783 Adding AIS mode/service, implemented via Direwolf. 2023-02-25 17:41:53 -05:00
Marat Fayzullin 20f425c6f3 Enabling SSTV background service. 2023-02-16 13:27:50 -05:00
Marat Fayzullin 88bbff42f1 Debugging 2023-02-12 21:22:50 -05:00
Marat Fayzullin f14256d60d Adding SSTV to the UI. 2023-02-11 13:00:21 -05:00
Marat Fayzullin bca9ca00f9 Cleanup. 2023-02-10 20:09:32 -05:00
Marat Fayzullin 051998123d Adding SSTV decoder. 2023-02-10 20:09:32 -05:00
Marat Fayzullin ee8438af87 Shifting RTTY band 500Hz up. 2023-02-04 22:26:44 -05:00
Marat Fayzullin ce4a23062c Importing changes to remove dependency on Digiham package. 2023-02-04 14:29:09 -05:00
Marat Fayzullin ad8d79225f Merge branch 'oz1jhm' 2023-02-04 13:36:53 -05:00
Marat Fayzullin f8a672355f Now shifting CW carrier to 800Hz before processing it. 2023-02-04 13:36:05 -05:00
Marat Fayzullin 0edd456c3e Switching RTTY decoder to processing complex input. 2023-02-02 21:56:10 -05:00
Marat Fayzullin 329df158e1 Fixing digital modes chain. 2023-02-02 21:52:15 -05:00