Re: [Discuss-gnuradio] gr-trellis broken on next branch

2011-10-25 Thread Tom Rondeau
On Fri, Oct 21, 2011 at 11:51 PM, Ben Reynwar wrote: > The block I added into gr-trellis is trellis_constellation_metrics_cf. > This block is equivalent to trellis_metrics_c in that it takes a > stream of symbols and outputs a stream of metrics. The difference is > that treliis_constellation_me

Re: [Discuss-gnuradio] gr-trellis broken on next branch

2011-10-21 Thread Ben Reynwar
The block I added into gr-trellis is trellis_constellation_metrics_cf. This block is equivalent to trellis_metrics_c in that it takes a stream of symbols and outputs a stream of metrics. The difference is that treliis_constellation_metrics_cf uses a constellation object (which is passed to it upo

Re: [Discuss-gnuradio] gr-trellis broken on next branch

2011-10-21 Thread Achilleas Anastasopoulos
Tom, this requires some further discussion. We need to know what is the plan with gr-digital. In some sense EVERYTHING can be included in there, however this is not a good design. gr-trellis is not an "implementation of digital modulation"; it provides digital encoding/decoding techniques that

Re: [Discuss-gnuradio] gr-trellis broken on next branch

2011-10-21 Thread Achilleas Anastasopoulos
bject:* Re: [Discuss-gnuradio] gr-trellis broken on next branch On Thu, Oct 20, 2011 at 10:34 PM, Achilleas Anastasopoulos mailto:anas...@umich.edu>> wrote: After installing the next branch i realized that gr-trellis is not working properly! This is due to some work (by Ben Rayn

Re: [Discuss-gnuradio] gr-trellis broken on next branch

2011-10-21 Thread Nowlan, Sean
Rondeau [trondeau1...@gmail.com] Sent: Friday, October 21, 2011 3:19 PM To: anas...@umich.edu Cc: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] gr-trellis broken on next branch On Thu, Oct 20, 2011 at 10:34 PM, Achilleas Anastasopoulos mailto:anas...@umich.edu>> wrote: After in

Re: [Discuss-gnuradio] gr-trellis broken on next branch

2011-10-21 Thread Tom Rondeau
On Thu, Oct 20, 2011 at 10:34 PM, Achilleas Anastasopoulos < anas...@umich.edu> wrote: > After installing the next branch i realized that gr-trellis is not > working properly! > > This is due to some work (by Ben Raynwar) that makes gr-trellis > dependent on gr-digital (???) > In particular the co