photo

멋진남자


Last seen: 5 months 前 自 2023 起处于活动状态

Followers: 0   Following: 0

消息

I'm a programmer. Hello world!

Programming Languages:
Python, SQL
Spoken Languages:
English, Korean
Pronouns:
He/him

统计学

  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


[matlab 코드를 C++ 로 변환] 4차원의 값을 원하는 값만 변수에 저장해서 인수로 보낼 때
매트랩 콘솔 에서 .m 파일에서 불러온 특정 변수의 size를 보면 아래와 같습니다. >> size(someVar) ans = 44100 14 72 2 ...

6 months 前 | 0 个回答 | 0

0

个回答

已回答
load .mat 파일 불러오기 윈도우 visual studio 환경에서
matio 라는 라이브러리로 해결했습니다. 감사합니다.

6 months 前 | 0

| 已接受

提问


load .mat 파일 불러오기 윈도우 visual studio 환경에서
matlab 으로 구현된 소스코드를 C++으로 변환 하고 있습니다. 우선 .mat 파일을 불러와야 하는데 matlab에서 실행 한 아래 코드는 load 2024_matlab.mat ; 아래의 두 변수가 불...

6 months 前 | 1 个回答 | 0

1

个回答

提问


How to load .mat in the C++ environment?
I'm going to convert matlab code to C++. I have to first load .mat file in the C++ environment. So I finded matdgns.c file ...

6 months 前 | 1 个回答 | 0

1

个回答

提问


Error when converting on matlab coder to cpp
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % spectrogram calculation %%%%%%%%%%%%%%%%%%%%%%%%...

7 months 前 | 0 个回答 | 0

0

个回答

提问


Matlab coder error from conversion to C++.
I want to conversion matlab wsolaTSM.m and pitchShiftViaTSM.m to C++ code. So I success these but little bit problem. When I...

8 months 前 | 0 个回答 | 0

0

个回答

提问


Which of two are better copilot or matlab coder?
I want to conversion matlab wsolaTSM.m and pitchShiftViaTSM.m to C++ code. Which of two are better copilot or matlab coder? Ca...

8 months 前 | 0 个回答 | 0

0

个回答

提问


DSP matlab code convert to C++ using matlab coder
You can donwnload here https://www.audiolabs-erlangen.de/resources/MIR/TSMtoolbox/ How can I convert to C++ code...

9 months 前 | 1 个回答 | 0

1

个回答

提问


Convert matlab [DSP] TSM toolbox code to C plus plus
Could you Convert available this site TSM toolbox matlab code to C plus plus ? https://www.audiolabs-erlangen.de/resources/M...

9 months 前 | 1 个回答 | 0

1

个回答

提问


matlab coder error
matlab coder 에서 autodefine input types 버튼을 눌렀을 때 "함수 mitimes 는 coderapp.internal.autodef.AutoDefineEntryPoint 형 입력인수에 대해 정의되지 않았...

9 months 前 | 0 个回答 | 0

0

个回答

提问


I want to conversion matlab pitchShiftViaTSM.m to C++ code.
There is demoPitchShift.m file. and There are Below functions. 1. load the audio signal 2. pitch-shifting 3. visualization ...

10 months 前 | 1 个回答 | 0

1

个回答

提问


I want to conversion matlab wsolaTSM.m to C++ code.
There is demoTSMtoolbox.m file. and There are Below functions. 1. load the audio signal 2. compute TSM results 3. visuali...

10 months 前 | 0 个回答 | 0

0

个回答

提问


codegen convert C++ does not take 2 or 3 arguments error
I generate C++ code completed via matlab coder but encounter error below. I example matlab coder makes function below void w*...

10 months 前 | 1 个回答 | 0

1

个回答