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