[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
printing trellis
From: |
Max |
Subject: |
printing trellis |
Date: |
Tue, 5 Apr 2016 17:22:54 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 |
Hi.
I've got problem with trellis structure returned by poly2trellis()
function from communications package.
Simple example:
t = poly2trellis(5, [23, 33]);
The output of printf ("%d %d\n", t.nextStates); and t.nextStates are
completely different, while for t.outputs it's pretty-much the same.
Both are 16x2 matrices.
The questions is - how do I print the content of both properly?
Pardon if that's something trivial but going through manual did not
helped so far.
cheers,
Max.