Dora,
I can help.
Can you describe VERY PRECISELY and concisely the encoding you are
trying to implement.
Once you do that I will help you construct the right FSM to describe it.
Achilleas
On Thu, Jun 24, 2010 at 5:16 PM, Dora Pa wrote:
> Hi Achilleas.
>
> I've tried to describe an FSM and unde
Dora,
you can describe Miller encoding with an FSM with 2 states 2 inputs and
4 outputs. Once you do that both encoding and decoding can be done
easily using the gr-trellis framework.
Achilleas
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu
Hi list!
I'm wondering if anybody has already written a block do decode Miller
encoded signals? I currently trying to implement this myself but i got
stuck and have no idea if the code I've written so far is correct (dsp
beginner :) ).
Thanks in advantage.
Dora Pa
___