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