(Answers Dev) Restored edit
Info
This question is locked. 編集または回答するには再度開いてください。
DSP matlab code convert to C++ using matlab coder
4 ビュー (過去 30 日間)
古いコメントを表示
![](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 件のコメント
回答 (1 件)
Mark McBroom
2023 年 11 月 25 日
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 件のコメント
This question is locked.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!