Re: [Discuss-gnuradio] Help with gr-trellis

2014-06-06 Thread Tom Rondeau
On Thu, Jun 5, 2014 at 7:12 PM, Tommy Tracy wrote: > Hello Everyone, > > To test my code, I am porting > gnuradio/gr-trellis/examples/python/test_tcm.py to c++, and encountering an > error with the trellis fsm constructor. > > I tried creating an fsm object: > -- > const char* fsm_filen

[Discuss-gnuradio] Help with gr-trellis

2014-06-05 Thread Tommy Tracy
Hello Everyone, To test my code, I am porting gnuradio/gr-trellis/examples/python/test_tcm.py to c++, and encountering an error with the trellis fsm constructor. I tried creating an fsm object: -- const char* fsm_filename = "fsm_files/awgn1o2_4.fsm"; gr::trellis::fsm *f = new gr::trel