Info

This question is closed. Reopen it to edit or answer.

Hello, I'm new in MATLAB. I have math files and want to change in verilog, I tried other example in Google it's ok but in my math files generation i have errors "The function 'convenc' is not supported for standalone code generation. "Please help me

2 views (last 30 days)
1 The function 'convenc' is not supported for standalone code generation. See the documentation for coder.extrinsic to learn how you can use this function in simulation.
2
convolution
54
Undefined function or variable 'coded_data'. The first assignment to a local variable determines its class.
61
The function 'vitdec' is not supported for standalone code generation. See the documentation for coder.extrinsic to learn how you can use this function in simulation.
66
Function 'display' is not supported for code generation. Consider adding coder.extrinsic('display') at the top of the function to bypass code generation

Answers (1)

Walter Roberson
Walter Roberson on 30 Aug 2015
You need to rewrite some of your code in terms of System Objects. See http://www.mathworks.com/help/comm/ref/comm.viterbidecoder-class.html
  5 Comments

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!