DSP matlab code convert to C++ using matlab coder
信息
This question is locked. 请重新打开它进行编辑或回答。
显示 更早的评论




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 个评论
Rena Berman
2024-12-4
(Answers Dev) Restored edit
回答(1 个)
Mark McBroom
2023-11-25
0 个投票
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.
This question is locked.
类别
在 帮助中心 和 File Exchange 中查找有关 MATLAB Coder 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!