import matplotlib.pyplot as plt
from sk_dsp_comm.fec_conv import FECConv
cc = FECConv()
cc.trellis_plot()
plt.show()
