DSP matlab code convert to C++ using matlab coder
Infos
This question is locked. Rouvrir pour modifier ou répondre.
Afficher commentaires plus anciens




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 commentaire
Rena Berman
le 4 Déc 2024
(Answers Dev) Restored edit
Réponses (1)
Mark McBroom
le 25 Nov 2023
0 votes
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 commentaires
DGM
le 25 Mar 2024
That almost looks like encoded text, but I can't piece it together.
This question is locked.
Catégories
En savoir plus sur MATLAB Coder dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!