various tools to make working with IQ files just a little easier
Simple tool to add headers to raw IQ files to play them back in SDR software easily. Supports u8, s16 and f32
Prints some info from WAV header, length in seconds and minutes, sample format, sample rate etc.
tool to convert wav files (u8, s16 and f32) and raw formats (u8, s8, s16 and f32)
simply
mkdir build && cd build
cmake ..
make
sudo make install # if you want to
to uninstall:
sudo make uninstall