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§
- SdrFile
Reader - Create a new
SdrFileReader
using the builder pattern. Then callread_next_chunk_complexf32
orread_next_chunk_complexf64
to read the samples. - SdrFile
Reader Builder - Use builder syntax to set the required parameters and finish by calling the method
Self::build()
.
Enums§
- Sample
Type - The type of samples in the SDR file You will have to look up what your SDR/software uses.