Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

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 Ansichten (letzte 30 Tage)
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

Antworten (1)

Walter Roberson
Walter Roberson am 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 Kommentare

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by