discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Apply Trellis in benchmark_tx and rx


From: Achilleas Anastasopoulos
Subject: Re: [Discuss-gnuradio] Apply Trellis in benchmark_tx and rx
Date: Fri, 11 Nov 2011 15:17:20 -0500

The output of the fsm encoder is a byte with possible values 0,1,2,3
representing a 2-bit symbol.
Is this what you have in mind when you connect it to the remaining blocks?

self.connect(self,
                    self.bytes2chunks, self.symbol_mapper,
self.trellis_enc,
                    self.diffenc, self.chunks2symbols, self.rrc_filter,
self)



Achilleas



reply via email to

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