On Thu, Jan 08, 2009 at 05:56:45PM +0100, Silpan Patel wrote: > Hi everyone > > > I have searched around for this information, but am having a tough time > finding it. I am trying to do 64QAM soft symbol to bit conversion in > gnu radio. It would be something similar to gr.binary_slicer_fb, but > work on complex data and output binary data. > > Is there anything like this in gnu radio?
Have you looked at gr.constellation_decoder_cb? It's not fast, but could be made fast. Eric _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
