discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Working with dbpsk module.


From: Tom Rondeau
Subject: Re: [Discuss-gnuradio] Working with dbpsk module.
Date: Mon, 6 Feb 2012 09:48:08 -0500

On Mon, Feb 6, 2012 at 9:34 AM, anay tuljapurkar <address@hidden> wrote:
Hey guys,

   Although outdated and removed from the digital-folder, I am currently working with the dbpsk module for one of my projects. I came across this error and kindly request anybody out there to help me out with the same. The error message that i received is as follows,

ValueError : itemsize mismatch : dbpsk_demod(4):0 using 1, sub_ff(14):0 using 4.

Thanks and Regards,
Anay.


The result of the dbpsk_demod is a bit stream, so only 1 bit per byte is set in each item (LSB). You'll want to convert this to whatever representation/form you want from there.

Tom


reply via email to

[Prev in Thread] Current Thread [Next in Thread]