Wykres commitów

  • 91f2e648c8 Add library build and install master Your Name 2021-01-13 09:44:19 +0000
  • f02150453f Moving towards more OOP oop-decoder Karlis Goba 2019-11-22 13:45:42 +0200
  • c6d79b961c Merge branch 'master' of https://github.com/kgoba/ft8_lib Karlis Goba 2019-11-15 10:23:06 +0200
  • 2d1337d47e Fixed FT8 waveform generation for high frequencies Karlis Goba 2019-11-15 10:22:45 +0200
  • 78b8f772c1 Merge branch 'master' of https://github.com/kgoba/ft8_lib Karlis Goba 2019-11-15 07:44:50 +0200
  • 0b8f6f8b48 Added field separation in FT8 message unpacking Karlis Goba 2019-11-14 13:44:19 +0200
  • 5fab5772d8 More tests Karlis Goba 2019-11-12 15:51:10 +0200
  • 81044a07f3 Minor fixes Karlis Goba 2019-11-12 15:50:59 +0200
  • b41916aebf Added sync score threshold to speed up decoding with few or no signals Karlis Goba 2019-11-12 15:36:32 +0200
  • 68ec7856e3
    Merge pull request #6 from drf5n/patch-1 Kārlis Goba 2019-11-11 13:43:31 +0200
  • 82da02f7ad Further polishing of decoding accuracy Karlis Goba 2019-11-11 13:36:22 +0200
  • 100ef498c5 Test script to check overall accuracy compared to test cases generated by WSJT-X Karlis Goba 2019-11-10 09:04:26 +0200
  • 43266baf76 Improved decode accuracy (better sync score), configurable time/freq OSR Karlis Goba 2019-11-10 09:04:00 +0200
  • 3ff0e4ef74 gen_ft8.cpp: switch frequency to float David R Forrest 2019-11-09 09:09:58 -0500
  • c727f2b572 Fixed free message unpacking, some minor code cleanup Karlis Goba 2019-11-09 11:54:05 +0200
  • 3a55d358f0
    gen_ft8.cpp: add FREQUENCY option David Forrest 2019-11-08 21:01:01 -0500
  • ff7247943c
    Merge pull request #4 from phdlee/master Kārlis Goba 2019-05-27 10:17:28 +0300
  • 2fd2926b1e implement-none standard for wsjt-x 2.1.0 rc5 phdlee 2019-05-27 14:36:06 +0900
  • a31733448d Added test cases with corresponding decodes from WSJT-X Karlis Goba 2019-01-16 13:59:51 +0200
  • dd6599bee6 Added free-text encoding (as a fallback) Karlis Goba 2019-01-08 11:27:51 +0200
  • 3f84b984fe Dropped _v2 suffix and moved everything to ft8:: namespace Karlis Goba 2019-01-02 20:54:18 +0200
  • 7818b0f5e0 Added CRC checking Karlis Goba 2019-01-02 20:24:44 +0200
  • ccc80ff9e3 Fixed FFT scaling, moved logging to stderr Karlis Goba 2018-12-28 20:42:22 +0200
  • 5de7436d87 Updated description wrt decoding Karlis Goba 2018-12-27 22:42:37 +0200
  • 0c4efc2d87 Moved decoding DSP routines to separate file Karlis Goba 2018-12-27 22:33:07 +0200
  • 0c2e35b998 Improved decode by extending search in time and better windowing Karlis Goba 2018-12-25 14:01:51 +0200
  • 70837f4cbc Removed unnecessary copying and memory use Karlis Goba 2018-12-25 14:01:09 +0200
  • e6cbd139ff Updated decoding to v2 Karlis Goba 2018-12-24 14:22:26 +0200
  • bff6589f7f Fixed compilation errors Karlis Goba 2018-12-22 16:09:43 +0200
  • 4e5bd7ce69 Updated with focus on FT8 v2 (v1 is gone pretty much) Karlis Goba 2018-12-22 15:35:10 +0200
  • 6eaf85f86c Moved v1 stuff away and moved FT8 constants into a separate file Karlis Goba 2018-12-22 15:15:34 +0200
  • 451798660c Preparation for v2 decoding Karlis Goba 2018-11-26 16:47:45 +0200
  • 0edb70c94b Working decode (v1), initial version Karlis Goba 2018-11-20 17:04:05 +0200
  • 73dd8e2709 Fixed issues in grid unpacking Karlis Goba 2018-11-15 15:29:28 +0200
  • a8d963cdfd Added belief propagation decoder as per WSJT-X Karlis Goba 2018-11-14 17:06:32 +0200
  • db8f28dd8b Got LDPC sum-product decoder working Karlis Goba 2018-11-13 17:16:24 +0200
  • b1a1d1edc6 Tested sync candidate search Karlis Goba 2018-11-13 13:04:36 +0200
  • 8397509c85 Added candidate search for decoding Karlis Goba 2018-11-12 12:49:35 +0200
  • b8fc6e92d8 Working towards decoding, added FFT routines and a LDPC decoder Karlis Goba 2018-11-07 15:50:55 +0200
  • 0de42ee1bb Naming restructure Karlis Goba 2018-11-02 15:43:10 +0200
  • 88858f8c1d Reorganized files Karlis Goba 2018-11-02 14:03:28 +0200
  • b9c40886ca Minor changes; more comments Karlis Goba 2018-11-02 09:55:54 +0200
  • 81bcc70286 Working towards a test tool Karlis Goba 2018-11-01 16:21:40 +0200
  • a4992b068e Simplified encode174() routine Karlis Goba 2018-10-29 17:58:11 +0200
  • 609e045f07 Updated README with v2 info Karlis Goba 2018-10-29 16:31:45 +0200
  • c2f10e8cb2 Fixed FT8 v2.0 encoding Karlis Goba 2018-10-29 15:28:46 +0200
  • 41e7aef8b8 Added namespace to FT8 v2 Karlis Goba 2018-10-29 10:17:36 +0200
  • a29e1f0221 Updated tables and code Karlis Goba 2018-10-28 10:40:00 +0200
  • 8f004f11c4 Moved integer conversion routines Karlis Goba 2018-10-28 10:39:39 +0200
  • 18dc2b1eab Added draft versions of unpack routines Karlis Goba 2018-10-26 15:48:27 +0300
  • fd271eca35 More of 77 bit protocol Karlis Goba 2018-10-26 11:43:16 +0300
  • 4bf6772c94 First draft of 77-bit packing Karlis Goba 2018-10-24 10:35:26 +0300
  • 95153e6de0 Separated text processing functions Karlis Goba 2018-10-24 10:35:06 +0300
  • 27c0f0c42d Improved free-text messages and bugfixes Karlis Goba 2018-10-18 19:22:01 +0300
  • c122a2b01d Added free-text encoding, fixed minor integer width bugs Karlis Goba 2018-10-18 18:31:24 +0300
  • 500c204f4d
    Update README.md Kārlis Goba 2018-10-18 12:01:41 +0300
  • 53a3be97d2
    Added explanatory comments Kārlis Goba 2018-10-18 11:43:51 +0300
  • b65bad8ef0
    Update README.md Kārlis Goba 2018-10-18 11:36:35 +0300
  • 41c7ff262b
    Update README.md Kārlis Goba 2018-10-18 11:31:20 +0300
  • c521e1ca7b Merge branch 'master' of https://github.com/kgoba/ft8_lib Karlis Goba 2018-10-18 11:16:43 +0300
  • 2da7757586 Extra comments and minor updates Karlis Goba 2018-10-18 11:16:21 +0300
  • ae57bbc084
    Update README.md Kārlis Goba 2018-10-18 10:44:16 +0300
  • 5aa5bd077c First draft Karlis Goba 2018-10-18 10:42:43 +0300
  • 1efae07b2e
    Initial commit Kārlis Goba 2018-10-18 10:35:39 +0300