Skip to content

randomradioprojects/iqtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iqtools

various tools to make working with IQ files just a little easier

tool list

iqtools_wavheader

Simple tool to add headers to raw IQ files to play them back in SDR software easily. Supports u8, s16 and f32

iqtools_wavinfo

Prints some info from WAV header, length in seconds and minutes, sample format, sample rate etc.

iqtools_convert

tool to convert wav files (u8, s16 and f32) and raw formats (u8, s8, s16 and f32)

how do i build/install this?

simply

mkdir build && cd build
cmake ..
make
sudo make install # if you want to

to uninstall:

sudo make uninstall

About

various tools to make working with IQ files just a little easier

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors