필터 지우기
필터 지우기

I want to conversion matlab pitchShiftViaTSM.m to C++ code.

조회 수: 3 (최근 30일)
멋진남자
멋진남자 2023년 10월 10일
편집: 멋진남자 2023년 10월 11일
There is demoPitchShift.m file.
and There are Below functions.
1. load the audio signal
2. pitch-shifting
3. visualization
4. write pitch shift result
But It's OK without "3. visualization" functions conversion to C++ code.
How I conversion to C++ code?
I use MATLAB Coder or github source but it doesn't work out.
I'm gonna that I would like load the .wav file
and compute pitch-shifting TSM and save the it. from C++ code.

채택된 답변

檮杌
檮杌 2023년 10월 11일
It's a good start to take a look at the official doc from MathWorks. I believe you can start from the doc below.
Also, you can investigate whether the function or object of interest are supported for C/C++ code generation in the doc below.
Hope this helps
  댓글 수: 1
멋진남자
멋진남자 2023년 10월 11일
편집: 멋진남자 2023년 10월 11일
Yeah, I'm gonna that I would like load the .wav file
and compute pitch-shifting TSM and save the it. from C++ code.

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

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by