f4exb
|
2385cdde7c
|
FT8 support: corrected possible code glitch
|
2023-02-03 10:37:03 +01:00 |
|
f4exb
|
41a2de1401
|
FT8 support: code reorganization (2)
|
2023-01-31 20:21:47 +01:00 |
|
f4exb
|
33156b9f66
|
FT8 support: code reformatting
|
2023-01-30 23:58:10 +01:00 |
|
f4exb
|
60795d8f37
|
FT8 demod: OSD optimization and fixes
|
2023-01-29 23:20:58 +01:00 |
|
f4exb
|
2299e5d115
|
FT8 demod: OSD demodulation callsign verification
|
2023-01-29 19:27:45 +01:00 |
|
f4exb
|
f63f1270ba
|
FT8 demod: support for types 0.5 and 5 messages
|
2023-01-28 22:45:07 +01:00 |
|
f4exb
|
5980dda8a9
|
FT8 demod: added message type column im nessages table
|
2023-01-28 12:29:58 +01:00 |
|
f4exb
|
e265ddf887
|
FT8 support and demod: added unpacking of DXpedition mesages. Added message type in FT8Message
|
2023-01-28 11:39:44 +01:00 |
|
f4exb
|
a86cc53945
|
FT8 demod: make OSD optional and log OSD information
|
2023-01-28 08:58:50 +01:00 |
|
f4exb
|
c5a9f5fe12
|
FT8 support: optimize FFT buffers and plan allocation
|
2023-01-25 16:30:40 +01:00 |
|
f4exb
|
c1c64b23e4
|
FT8 support: plan destructor
|
2023-01-25 14:37:53 +01:00 |
|
f4exb
|
aaa244974b
|
FT8 support: fixed FFT moving plans in a simgleton with global mutex
|
2023-01-25 09:11:18 +01:00 |
|
f4exb
|
e23db7e65c
|
FT8 support: removed stats stuff that are never used
|
2023-01-24 23:43:03 +01:00 |
|
f4exb
|
494f3bf055
|
FT8 support: removed TIMER code
|
2023-01-24 23:28:52 +01:00 |
|
f4exb
|
778548ddda
|
FT8 support: move analytic to private
|
2023-01-24 23:15:44 +01:00 |
|
f4exb
|
4067aecd33
|
FT8 support: remove or comment out asserts
|
2023-01-24 04:05:35 +01:00 |
|
f4exb
|
09d18ce9a3
|
FT8 demod: band presets
|
2023-01-22 20:08:32 +01:00 |
|
f4exb
|
2b5078e000
|
FT8 demod: make FT8::FFTEngine a singleton. Name worker threads for debugging
|
2023-01-21 12:22:05 +01:00 |
|
f4exb
|
6c15a0ffd2
|
FT8 demod: implemented logging and GUI updates
|
2023-01-20 23:16:57 +01:00 |
|
f4exb
|
b1cf15213c
|
FT8 demod: implemented decoder
|
2023-01-19 23:51:43 +01:00 |
|
f4exb
|
af21224664
|
FT8 support: MSVC fix
|
2023-01-12 22:25:42 +01:00 |
|
f4exb
|
6671f683ed
|
FT8 support: hide 128 bit integer
|
2023-01-12 20:54:42 +01:00 |
|
Edouard Griffiths
|
e3c16440d8
|
FT8 demod: added missing Boost include dirs
|
2023-01-12 10:27:43 +01:00 |
|
f4exb
|
6addf0fd30
|
FT8 demod: added missing FFTW3 include directories
|
2023-01-12 08:06:48 +01:00 |
|
f4exb
|
6ecd110d14
|
FT8 demod: adapted to QThread
|
2023-01-12 01:02:38 +01:00 |
|
f4exb
|
aaab8b5351
|
FT8 demod: removed string.h dependency
|
2023-01-11 17:08:57 +01:00 |
|
f4exb
|
ea49a8813b
|
FT8 denod: removed thread dependency in FT8 class
|
2023-01-11 16:36:10 +01:00 |
|
f4exb
|
508da7da9c
|
FT8 demod: unwanted dependencies removal and unpacking reorganization
|
2023-01-11 16:36:10 +01:00 |
|
f4exb
|
60debc5d83
|
: FT8 demod: implement Qt dependency and export for MSVC
|
2023-01-11 16:36:10 +01:00 |
|
f4exb
|
38fbcc65b7
|
: FT8 demod: implement Qt dependency and export for MSVC
|
2023-01-11 16:36:10 +01:00 |
|
f4exb
|
22acbebab6
|
FT8 demod: make FFT engine
|
2023-01-11 16:36:10 +01:00 |
|
f4exb
|
6adac5f45b
|
FT8 demod: FFT: removed main Unix dependencies
|
2023-01-11 16:36:10 +01:00 |
|
f4exb
|
7ec86b09de
|
FT8 demod: reorganized code (1)
|
2023-01-11 16:36:10 +01:00 |
|
f4exb
|
65e9d1a167
|
FT8 demod: removed sndfile dependency
|
2023-01-11 16:36:10 +01:00 |
|
f4exb
|
7cd08ef1e9
|
FT8 demod: implement callback as an interface class. Added test .wav file and file option in the sdrbench options
|
2023-01-11 16:36:10 +01:00 |
|
f4exb
|
23e01ea064
|
FT8 demod: isolate call1, all2 and locator in callback
|
2023-01-11 16:36:10 +01:00 |
|
f4exb
|
6594bf209e
|
FT8 demod: restore double precision for time variables
|
2023-01-11 16:36:10 +01:00 |
|
f4exb
|
902e58b46b
|
FT8 demod: initial commit of FT8 library with minimal changes and benchmark test
|
2023-01-11 16:36:10 +01:00 |
|