Re: [Discuss-gnuradio] Convert 16-bit IQ File to CFile

2016-12-01 Thread Martin Braun
If, by 'cfile format', you mean raw, native fc32 (== std::complex) files, you can do file source -> ishort to complex -> file sink in GRC. Cheers, M On 12/01/2016 08:30 AM, AndroidT Tester wrote: > I have a 16-bit IQ pair recording sample, I can load it in GnuRadio with > IShort to Complex block

[Discuss-gnuradio] Convert 16-bit IQ File to CFile

2016-12-01 Thread AndroidT Tester
I have a 16-bit IQ pair recording sample, I can load it in GnuRadio with IShort to Complex block and it works well. Now how can I convert it to a Cfile where I will be able to use Gqrx and other tools that only accept "Cfile" format? Thank you ___