clear all;
close all;
f=input('Enter the number of fliflops:');
x=input('Enter the number of outputs:');
trellis=struct('numInputSymbols',2,'numOutputSymbols',4,'numStates',4,'nextStates',[0 2;0 2;1 3;1 3],'outputs',[0 3;3 0;2 1;1 2]);
n=input('Enter the number of messages:')