When using vitdec function for testing error coming like "inputs must be a scalar and a square matrix. To compute elementwise POWER, use POWER (.^) instead"
Mostrar comentarios más antiguos
I am trying to test the vitdec function using soft decision. At this time, I am getting error as "Inputs must be a scalar and a square matrix.To compute elementwise POWER, use POWER (.^) instead"
Syntax used for viterbi decoder is given below,
decoded_data = vitdec(out_interleaved, trellis_type,34,'trunc','soft','32');
Where out_interleaved is an array which contains signed fixed point values
Also I am having one doubt that Does the vitdec function accepts only positive integer value for soft decision based method?
Please help me to solve this problem
Respuestas (1)
Tamil selvan
el 11 de Oct. de 2017
0 votos
1 comentario
Walter Roberson
el 11 de Oct. de 2017
I think it should be 7 rather than '7'
Categorías
Más información sobre Matrix Indexing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!