Re: [USRP-users] difference between .dat file and cfile

2017-08-04 Thread Marcus Müller via USRP-users
Hi Snehasish, file endings are just names. They don't say anything about the content. GNU Radio doesn't accept a single data type, but has file source parametrizations that will lead to giving you the data in the file as single bytes, as pairs of bytes interpreted as shorts, as 4 Bytes interpre

[USRP-users] difference between .dat file and cfile

2017-08-04 Thread Snehasish Kar via USRP-users
Hello Please let me know the difference between cfile and .dat file generated by https://github.com/EttusResearch/uhd/blob/maint/host/examples/rx_samples_to_file.cpp . I tried using it and feeding it to gnuradio program that accepts cfile,but it didnot help. Please help me with it. BR Sneh