(Answers Dev) Restored edit
Info
This question is locked. Vuélvala a abrir para editarla o responderla.
DSP matlab code convert to C++ using matlab coder
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1818374/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1818379/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1818384/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1818389/image.png)
You can donwnload here
How can I convert to C++ code using matlab coder?
Let me know if you know other methods please.
Thank you
1 comentario
Respuestas (1)
Mark McBroom
el 25 de Nov. de 2023
Field can not be added to structures dynamically. For example, inside pvTSM.m, the functions stft and istft are called. A parameter structure is passed to these two functinos, but then inside the functions, the fields fsAudio and fftShift are added. This is not allowed. It can be resolved by adding the struct elements fsAudio and fftShift to the param structure before stft and istft are called.
3 comentarios
This question is locked.
Ver también
Categorías
Más información sobre MATLAB Coder en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!