Re: [Discuss-gnuradio] lack of understanding the different formats to store samples

2016-03-16 Thread Marcus Müller
Ok, let "I" and "Q" be single bits each, so each byte would then be IQIQIQIQ if I had to take a guess. You can get get back something that GR commonly deals with by doing packed to unpacked (type=B, bits per chunk = 1, endianness=your machine) -> IChar to Complex Best regards, Marcus On

Re: [Discuss-gnuradio] lack of understanding the different formats to store samples

2016-03-16 Thread Ralph A. Schmid, dk5ras
OK, I will give this a try :) I hoped that there would be some overview, explaining the different interconnect formats when connecting gnuradio blocks... Tnx! Ralph. From: Jacob Gilbert [mailto:mrjacobagilb...@gmail.com] Sent: Friday, March 11, 2016 3:50 PM To: Ralph A. Schmid,

Re: [Discuss-gnuradio] lack of understanding the different formats to store samples

2016-03-16 Thread Ralph A. Schmid, dk5ras
Each byte seems to contain 4 1 bit I/Q samples. This is the text from the readme: "The output file size can be reduced by using "-b 1" option to store four 1-bit I/Q samples into a single byte." Ralph. > -Original Message- > From: discuss-gnuradio-bounces+ralph=schmid@gnu.org >