Crate sdr_iq_file_reader

Source
Expand description

§SDR IQ File Reader

This library provides a simple way to read samples from an SDR IQ file through the SdrFileReader struct. See the SdrFileReader documentation for more information on how to use it.

Structs§

SdrFileReader
Create a new SdrFileReader using the builder pattern. Then call read_next_chunk_complexf32 or read_next_chunk_complexf64 to read the samples.
SdrFileReaderBuilder
Use builder syntax to set the required parameters and finish by calling the method Self::build().

Enums§

SampleType
The type of samples in the SDR file You will have to look up what your SDR/software uses.