Info

This question is locked. Vuélvala a abrir para editarla o responderla.

DSP matlab code convert to C++ using matlab coder

4 visualizaciones (últimos 30 días)
멋진남자
멋진남자 el 16 de Oct. de 2023
Locked: Rena Berman el 4 de Dic. de 2024
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

Respuestas (1)

Mark McBroom
Mark McBroom el 25 de Nov. de 2023
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 comentarios
苹崧
苹崧 el 25 de Mzo. de 2024
Movida: DGM el 25 de Mzo. de 2024
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 el 25 de Mzo. de 2024
That almost looks like encoded text, but I can't piece it together.

This question is locked.

Categorías

Más información sobre MATLAB Coder en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by