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!