フィルターのクリア

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 Center および File ExchangeMATLAB Compiler SDK についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by