Wykres commitów

97 Commity (cd0dc2eca3c14526d6d96a085be013dd63154e11)

Autor SHA1 Wiadomość Data
Kārlis Goba cd0dc2eca3
Merge pull request #20 from kholia/master
Fix a memory leak in decode_ft8.c
2022-02-06 21:28:43 +02:00
Dhiru Kholia 5fb933b0d4 Fix a memory leak in decode_ft8.c
This fix is useful when ft8_lib is used as a library.
2022-02-06 13:34:20 +05:30
Kārlis Goba 95473cda53
Merge pull request #17 from kholia/master
Allow compilation on Android as ISO C++ code
2021-12-18 09:59:19 +02:00
Dhiru Kholia 759f59d960 Allow compilation on Android as ISO C++ code 2021-12-18 12:06:46 +05:30
Kārlis Goba e7c23cb46c
Update README.md 2021-12-14 22:14:10 +02:00
Kārlis Goba 6fb6c2d5cd
Update README.md 2021-12-14 22:10:13 +02:00
Kārlis Goba 569d1f6c3e
Update README.md 2021-12-14 22:07:53 +02:00
Karlis Goba cbc656c375 Added FT4 decoding 2021-12-14 10:38:07 +02:00
Karlis Goba 927fae9d3a Updated the decoder from whole signal processing to frame processing 2021-12-11 07:48:15 +02:00
Karlis Goba acea17221e Further steps towards FT4 decoding 2021-12-08 23:33:52 +02:00
Karlis Goba 26decf92f7 Added prefixes to ft8/ft4/ftx functions and clang-formatted code 2021-11-17 10:31:01 +02:00
Kārlis Goba 550f3dc29c
Merge pull request #15 from kholia/master
Misc. fixes required on Ubuntu 21.04 (Linux)
2021-11-07 11:30:45 +02:00
Dhiru Kholia 23247aa471 Misc. fixes required on Ubuntu 21.04 (Linux) 2021-11-07 14:41:07 +05:30
Kārlis Goba c21ef4500b
Merge pull request #14 from kholia/master
Fix M_PI related compilation isues on Linux
2021-11-07 10:31:40 +02:00
Dhiru Kholia 7e9926f1bd Fix M_PI related compilation isues on Linux 2021-11-01 16:38:36 +05:30
Karlis Goba ee9567ab1d Minor tweaks for performance 2021-08-18 11:07:12 +03:00
Karlis Goba 78c3e25a08 Added FT4 encoding 2021-08-16 20:02:52 +03:00
Karlis Goba 456eefede4 Minor cleanup in encoding, more documentation 2021-08-16 12:49:32 +03:00
Karlis Goba f7ca67be9f Further minor updates and cleanup 2021-08-13 12:39:37 +03:00
Karlis Goba d46686bccc Merge branch 'master' of https://github.com/kgoba/ft8_lib 2021-08-12 15:04:20 +03:00
Karlis Goba 67ff4b95e7 Improved decoding slightly 2021-08-12 15:04:15 +03:00
Kārlis Goba 5a44db939f
Update README.md 2021-08-12 14:36:35 +03:00
Karlis Goba 89c1cd90ec Cleanup of code 2021-08-12 14:32:49 +03:00
Karlis Goba 7d57d9e855 Merge branch 'master' of https://github.com/kgoba/ft8_lib 2021-08-12 13:43:33 +03:00
Karlis Goba ac9510b993 Simplified decoder interface and decode_ft8.c 2021-08-12 13:43:25 +03:00
Kārlis Goba c0ad8145e5
Update README.md 2021-08-11 00:17:16 +03:00
Karlis Goba 1690b55a62 Cleanup and a little documentation 2021-08-10 13:37:54 +03:00
Karlis Goba 271756b4c7 Some cleanup 2021-08-06 09:57:08 +03:00
Karlis Goba 74ff78663b Renaming constants to use less generic names 2021-08-05 14:21:07 +03:00
Karlis Goba 3418b64b08 Fixed compilation errors 2021-08-05 14:11:21 +03:00
Karlis Goba 5c33a6e8bb Renamed .cpp to .c 2021-08-05 14:10:03 +03:00
Karlis Goba dd43982dbd Second step to moving to C 2021-08-05 14:07:31 +03:00
Karlis Goba 2dbaa4672b First step of moving to C 2021-08-05 13:56:35 +03:00
Kārlis Goba 6ebf14342e
Merge pull request #8 from F5OEO/master
Add library build and install
2021-02-20 16:36:13 +02:00
Your Name 91f2e648c8 Add library build and install 2021-01-13 09:44:19 +00:00
Karlis Goba c6d79b961c Merge branch 'master' of https://github.com/kgoba/ft8_lib 2019-11-15 10:23:06 +02:00
Karlis Goba 2d1337d47e Fixed FT8 waveform generation for high frequencies 2019-11-15 10:22:45 +02:00
Karlis Goba 78b8f772c1 Merge branch 'master' of https://github.com/kgoba/ft8_lib 2019-11-15 07:44:50 +02:00
Karlis Goba 0b8f6f8b48 Added field separation in FT8 message unpacking 2019-11-14 13:44:19 +02:00
Karlis Goba 5fab5772d8 More tests 2019-11-12 15:51:10 +02:00
Karlis Goba 81044a07f3 Minor fixes 2019-11-12 15:50:59 +02:00
Karlis Goba b41916aebf Added sync score threshold to speed up decoding with few or no signals 2019-11-12 15:36:32 +02:00
Kārlis Goba 68ec7856e3
Merge pull request #6 from drf5n/patch-1
gen_ft8.cpp:  add FREQUENCY option
2019-11-11 13:43:31 +02:00
Karlis Goba 82da02f7ad Further polishing of decoding accuracy 2019-11-11 13:36:22 +02:00
Karlis Goba 100ef498c5 Test script to check overall accuracy compared to test cases generated by WSJT-X 2019-11-10 09:04:26 +02:00
Karlis Goba 43266baf76 Improved decode accuracy (better sync score), configurable time/freq OSR 2019-11-10 09:04:00 +02:00
David R Forrest 3ff0e4ef74 gen_ft8.cpp: switch frequency to float 2019-11-09 09:09:58 -05:00
Karlis Goba c727f2b572 Fixed free message unpacking, some minor code cleanup 2019-11-09 11:54:05 +02:00
David Forrest 3a55d358f0
gen_ft8.cpp: add FREQUENCY option
Allow generation of FT8 files at other frequencies than 1000Hz.
2019-11-08 21:01:01 -05:00
Kārlis Goba ff7247943c
Merge pull request #4 from phdlee/master
implement-none standard for wsjt-x 2.1.0 rc5
2019-05-27 10:17:28 +03:00