필터 지우기
필터 지우기

DSP matlab code convert to C++ using matlab coder

조회 수: 4 (최근 30일)
멋진남자
멋진남자 2023년 10월 16일
댓글: DGM 2024년 3월 25일
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

채택된 답변

Mark McBroom
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.
  댓글 수: 4
苹崧
苹崧 2024년 3월 25일
이동: DGM 2024년 3월 25일
19888-45209-61323-29230-25497-43412-35108-15123-25580-54377-05875-31006-25681-45018-46907-09460-23253-25339-58435-17194-52867-38929-08174-61608-35890-10321
DGM
DGM 2024년 3월 25일
That almost looks like encoded text, but I can't piece it together.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB Coder에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by