pavel-demin / ft8d

Minimal set of files required to build the FT8 decoder by Joe Taylor, K1JT and Steve Franke, K9AN.
GNU General Public License v3.0
21 stars 6 forks source link

how do i actually use it to decode a wav file #1

Closed zglozman closed 5 years ago

pavel-demin commented 5 years ago

This is a modified version to be used as a part of the FT8 application for the Red Pitaya board. It works with .c2 files (complex 32-bit floating-point data at 4000 samples per second). It doesn't work with .wav files.

wgaylord commented 4 years ago

Could this be used with other SDRs? (For example a LimeSDR which also features a FPGA that can pre-process the IQ data.) As it would be interesting to use my LimeSDR Mini to capture and report FT8 on 20m thru 10m

pavel-demin commented 4 years ago

Could this be used with other SDRs?

Yes, if SDR can produce complex 32-bit floating-point data at 4000 samples per second.