09-27-2016 06:39 PM
Sorry , I try to use MT Convolutional Decode VI but don't have output
Solved! Go to Solution.
09-28-2016 10:36 AM
Well. You are using rate 1/2 with a traceback length of 15. That means the length of the input data (which is coded data) to the decoder should be (>15)*2 that is, >=32.
I see in the image that you are providing <32 length data and hence the output is empty. Make it >=32 and you will start seeing the output data.