[Discuss-gnuradio] A BERT Block with Offset Compensation

2014-10-12 Thread Dan CaJacob
I am working on a GR block that will test two incoming bit streams (one a reference and one a received result) for equality and return the estimated BER. Blocks already exist that do this, but they assume the streams are aligned. My block will allow and correct for offsets in the bit streams.

Re: [Discuss-gnuradio] A BERT Block with Offset Compensation

2014-10-12 Thread Jeff Long
Hi Dan, On 10/12/2014 03:48 AM, Dan CaJacob wrote: I am working on a GR block that will test two incoming bit streams (one a reference and one a received result) for equality and return the estimated BER. Blocks already exist that do this, but they assume the streams are aligned. My block

Re: [Discuss-gnuradio] A BERT Block with Offset Compensation

2014-10-12 Thread k1gto
Can you perform the alignment prior to the but comparison stage? This would simplify the comparison so that it can focus on BER alone and no alignment tasks. It would also address the following:Another issue that may arise if the bits streams are not aligned during comparison is that as you slide