Wykres commitów

66 Commity (5790d02ceb34a1fba35decc0d79778606482d41a)

Autor SHA1 Wiadomość Data
Daniele Forsi 5790d02ceb Automatically generate a man page
Add --help and --version for help2man.
2021-12-26 20:54:42 +01:00
Daniele Forsi 3a7cdc823c No need to seek to EOF to get file length
We are going to (try to) decode as much as we read from disk anyway.
2021-12-26 09:06:01 +01:00
Daniele Forsi 4bfc01bba3 Fix calculation of number of samples in .c2 files
Fixes output message from:
Number of samples: 44977
to:
Number of samples: 45000
2021-12-26 08:58:38 +01:00
Guenael 0b5705f0b5 fix: bad SNR report fixed, using old fir coefs 2021-12-24 12:26:21 -05:00
Guenael 2d87d2949c fix: rollback on previous FIR coefs 2021-12-24 00:05:16 -05:00
Guenael f6af4e0b0b chore: request/use input freq with rx files 2021-12-23 19:00:15 -05:00
Guenael 56fd3dd178 fix: pthread NULL not required 2021-12-23 17:54:28 -05:00
Guenael 9410fd04c2 chore: version update 2021-12-23 17:53:54 -05:00
Guenael 8c60c0747c feat: load .c2 files & path max length fix 2021-12-23 17:48:38 -05:00
Guenael 242d593156 fix: incorrect snr fix attempt & normalize signal 2021-12-23 15:31:34 -05:00
Guenael 6b7521102f chore: EXIT_SUCCESS / EXIT_FAILURE 2021-12-22 23:20:07 -05:00
Guenael f2ce421e87 fix: implicit direct sampling for HF bands 2021-12-22 23:17:35 -05:00
Guenael 73f4e8c411 chore: version format update for wsprnet 2021-12-22 23:15:27 -05:00
Guenael b248ceb121 WIP chore: wsprd lib update partial 2021-12-22 00:43:49 -05:00
Daniele Forsi bf756adadf fix: typos 2021-12-19 19:51:27 +01:00
Guenael 5f5e52a43f fix: typo 2021-12-17 19:11:08 -05:00
Guenael d5e4e321c7 chore: version number update 2021-12-17 18:48:11 -05:00
Guenael 501f9c2816 fix: timing issue fixed & timing stuff rework 2021-12-17 18:47:21 -05:00
Guenael 3df88acc0d fix(rtlsdr_wsprd.c): directsampling option rollback 2021-12-17 01:07:59 -05:00
Guenael 95296ef71c fix: typo 2021-12-15 22:11:40 -05:00
Guenael e1b490ceb6 feat(sampling): double buffering used, major refactor 2021-12-15 22:05:32 -05:00
Guenael d0f981863a chore(build): back to std=gnu11 for old raspian 2021-12-14 23:56:16 -05:00
Guenael 3f61ec4bb8 fix(licence): issue with GNU GPLv3 included in this project 2021-12-11 23:05:22 -05:00
Guenael c685ac24cd chore(rtlsdr_wsprd.c): fct rename & minor rework 2021-12-11 19:54:41 -05:00
Guenael a17f983384 chore: code cleanup 2021-12-11 12:30:20 -05:00
Guenael 1930e04f90 fix(rtlsdr_wsprd.c): save function using a prefix now & doc adjustment 2021-12-11 02:51:03 -05:00
Guenael da159896a7 fix(rtlsdr_wsprd.c): exit 0 after read file 2021-12-11 02:09:36 -05:00
Guenael a56b734728 chore(rtlsdr_wsprd.c): minor rework 2021-12-11 02:04:35 -05:00
Guenael 1f652f6cc2 fix(rtlsdr_wsprd.c): wspr long signal (15min) option don't yet exist for rtlsdr-wsrpd 2021-12-11 01:21:16 -05:00
Guenael 0418d4c8e1 fix(rtlsdr_wsprd.c): getops patch & filter fix 2021-12-11 01:17:13 -05:00
Guenael 277d32f0c5 feat(rtlsdr_wsprd.c): new load/save fct + ref signal + coef rework 2021-12-10 23:40:43 -05:00
Guenael ad6752e65a fix(rtlsdr_wsprd.c): rx options & dbg 2021-12-10 00:54:04 -05:00
Guenael 0288a63a6d feat(CI): unit-test integraed in the CI & typo fix 2021-12-10 00:28:51 -05:00
Guenael e280b3b6e1 feat(dbg): debugging function, read/write/selftest 2021-12-10 00:23:56 -05:00
Daniele Forsi 0a4827990e Fix spelling errors
Command line:
codespell --write-changes --interactive 2 --ignore-words-list rcall

Fixes:
./rtlsdr_wsprd.c:319: Abord ==> Abort, aboard
./rtlsdr_wsprd.c:823: Complier ==> Compiler
./README.md:6: Rasberry ==> Raspberry
./README.md:19: inital ==> initial
./README.md:19: additionnal ==> additional
./README.md:48: paramaters ==> parameters
./README.md:69: personnal ==> personal
2021-12-04 23:43:03 +01:00
Guenael d140fd524f feat(reformat): using Google c++ style everywhere 2021-12-04 15:24:12 -05:00
Guenael 346309e6e9 fix(issue #42): Possible resource leaks 2021-12-04 14:35:04 -05:00
Guenael de213f1bfe chore(compiler): trying clang, why not... 2021-12-04 13:07:23 -05:00
Guenael c8576a067e chore(license): licence update, no major change (remain 2-clause license, aka. FreeBSD License) 2021-12-04 12:44:19 -05:00
Guenael 8844c110ca fix(rtlsdr_wsprd): freq fix, uint32 not double 2021-12-04 12:27:50 -05:00
Guenael c29724aee2 chore(gcc): remove some warning from the compiler 2021-12-03 23:47:09 -05:00
Guenael 6f73090338 chore(files): moving wsprd files in a single directory 2021-12-03 23:08:36 -05:00
Guenael 175e846ee6 chore(rtlsdr_wsprd.*): code reformat, google style 2021-12-03 20:44:40 -05:00
Guenael, VA2GKA e8e98e1bd0
Merge branch 'master' into master 2021-12-03 18:08:20 -05:00
Guenael, VA2GKA 27f599655f
Merge pull request #18 from dforsi/fix-typos
Fix some typos
2021-11-30 18:28:18 -05:00
Alfredo Vania - IZ7BOJ 0861e51718
Update rtlsdr_wsprd.c
Added timestamp to spot and automatic band selection
2021-11-22 10:33:56 +01:00
Daniele Forsi 79368be7ae Fix some typos 2018-01-15 22:10:55 +01:00
Daniele Forsi 173bc501f2 Fix default value for gain 2018-01-15 21:58:38 +01:00
Guenael 7e422a1c72 format 2017-06-23 16:42:20 -04:00
Guenael 26d4d297b9 files process & rewrite 2017-06-23 16:37:20 -04:00