RE: [Discuss-gnuradio] How to decode the convolutional code, in the GRC

2011-04-05 Thread intermilan
u > To: tianxia...@hotmail.com; discuss-gnuradio@gnu.org > Subject: Re: [Discuss-gnuradio] How to decode the convolutional code, in the > GRC > > The matrices PS and PI are documented in the fsm class and in the > gr-trellis documentation: PS[s] is a vector of "previous

Re: [Discuss-gnuradio] How to decode the convolutional code in the GRC

2011-04-01 Thread Achilleas Anastasopoulos
comments/thought will be quite welcomed. Regards, Andrew On 03/14/2011 12:00 PM, discuss-gnuradio-requ...@gnu.org wrote: Date: Mon, 14 Mar 2011 10:11:44 -0400 From: Achilleas Anastasopoulos Subject: Re: [Discuss-gnuradio] How to decode the convolutional code, in the GRC To: intermilan, gnuradio

Re: [Discuss-gnuradio] How to decode the convolutional code in the GRC

2011-04-01 Thread Feng Andrew Ge
scuss-gnuradio] How to decode the convolutional code, in the GRC To: intermilan, gnuradio mailing list Message-ID:<4d7e2220.8020...@umich.edu> Content-Type: text/plain; charset=GB2312 inter, as i said in my previous email, you just have to consider the equivalent channe

Re: [Discuss-gnuradio] How to decode the convolutional code, in the GRC

2011-04-01 Thread Achilleas Anastasopoulos
alpah[] in your code? > Is there some reference when you write these codes.if there is some > ,please tell me.I appreciate your hlep. > Thanks. > > > > Date: Mon, 14 Mar 2011 10:11:44 -0400 > > From: anas...@umich.edu > > To: tianxia...@hotmail.com; discus

RE: [Discuss-gnuradio] How to decode the convolutional code, in the GRC

2011-03-14 Thread intermilan
: anas...@umich.edu > To: tianxia...@hotmail.com; discuss-gnuradio@gnu.org > Subject: Re: [Discuss-gnuradio] How to decode the convolutional code, in the > GRC > > inter, > > as i said in my previous email, you just have to consider the equivalent > channel (the fact that it is n

Re: [Discuss-gnuradio] How to decode the convolutional code, in the GRC

2011-03-14 Thread Achilleas Anastasopoulos
rly the parameter constellation if I do not > use the chunks_to_symbols block. > Thanks for your help. > > inter > > > Date: Fri, 11 Mar 2011 17:33:25 -0500 > > From: anas...@umich.edu > > To: tianxia...@hotmail.com; di! scuss-gnura...@gnu.org > > Subject: RE

RE: [Discuss-gnuradio] How to decode the convolutional code, in the GRC

2011-03-14 Thread intermilan
o@gnu.org > Subject: RE: [Discuss-gnuradio] How to decode the convolutional code, in the > GRC > > > inter, > > think of whatever is AFTER the trellis encoder and BEFORE the viterbi > decoder as an equivalent channel. > > What is the equivalent channel in your case

RE: [Discuss-gnuradio] How to decode the convolutional code in the GRC

2011-03-14 Thread intermilan
tell me to do to see if it works.Thanks again. inter > Date: Fri, 11 Mar 2011 20:51:44 -0700 > Subject: Re: [Discuss-gnuradio] How to decode the convolutional code in the > GRC > From: b...@reynwar.net > To: tianxia...@hotmail.com; discuss-gnuradio@gnu.org > > You're

Re: [Discuss-gnuradio] How to decode the convolutional code in the GRC

2011-03-11 Thread Ben Reynwar
decode the data.Do > you know how to set that parameter constellation in the block > trellis_viterbi_combined if I used this block in my flow graph? > >   inter > > >> Date: Thu, 10 Mar 2011 22:33:36 -0700 >> Subject: Re: [Discuss-gnuradio] How to decode the co

RE: [Discuss-gnuradio] How to decode the convolutional code, in the GRC

2011-03-11 Thread Achilleas Anastasopoulos
inter, think of whatever is AFTER the trellis encoder and BEFORE the viterbi decoder as an equivalent channel. What is the equivalent channel in your case? What is its input alphabet? what is its output alphabet? From your description, it seems that the input alphabet is the same as the outpu

RE: [Discuss-gnuradio] How to decode the convolutional code in the GRC

2011-03-10 Thread intermilan
> Date: Thu, 10 Mar 2011 22:33:36 -0700 > Subject: Re: [Discuss-gnuradio] How to decode the convolutional code in the > GRC > From: b...@reynwar.net > To: tianxia...@hotmail.com; discuss-g

Re: [Discuss-gnuradio] How to decode the convolutional code in the GRC

2011-03-10 Thread Ben Reynwar
You probably want to use the trellis_viterbi_combined block. The documentation for the trellis blocks is in gnuradio/gr-trellis/doc/gr-trellis.xml. (if you have xmlto installed then an html file is also built.) Ben 2011/3/10 intermilan : > Hi all: >   Now I want to use the Trellis_encoder bl

[Discuss-gnuradio] How to decode the convolutional code in the GRC

2011-03-10 Thread intermilan
Hi all: Now I want to use the Trellis_encoder block in the GRC to make an example for the convolutional code.In my opinion, I use Trellis_encoder to produce the convolutional code, then make the convolutional code through the modulator and demodulator(such as DPSK), finally use some bloc