Re: [Discuss-gnuradio] Demod not working with Deinterleave

2010-04-09 Thread abbasi9999
Hi Have you solved your problem? because I'm facing the same problem. I think in your code there are two mistakes: 1. the mux value should be set to 00230001 not 10321032. 2. may be you are missing : self._rx_subdev = self._u.db(0) + self._u.db(1) Anyway, I'm not sure. but because when i do : us

[Discuss-gnuradio] Demod not working with Deinterleave

2009-05-13 Thread William Sherman
Hi. 1) I have modified benchmark_rx.py/receive_path.py to allow it to receive two channels from two RFX2400 daughterboards (I aim to use the second channel for sensing). As suggested by the examples/mailing list, I inserted a deinterleave block after the source to retrieve streams from each chann