Community Profile

photo

멋진남자


Last seen: 3 months ago Active since 2023

Followers: 0   Following: 0

Message

I'm a programmer. Hello world!

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

Statistics

  • Thankful Level 2

View badges

Feeds

View by

Question


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

3 months ago | 0 answers | 0

0

answers

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

3 months ago | 0

| accepted

Question


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

3 months ago | 1 answer | 0

1

answer

Question


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 ...

3 months ago | 1 answer | 0

1

answer

Question


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

4 months ago | 0 answers | 0

0

answers

Question


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...

5 months ago | 0 answers | 0

0

answers

Question


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...

5 months ago | 0 answers | 0

0

answers

Question


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...

7 months ago | 1 answer | 0

1

answer

Question


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...

7 months ago | 1 answer | 0

1

answer

Question


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

7 months ago | 0 answers | 0

0

answers

Question


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 ...

7 months ago | 1 answer | 0

1

answer

Question


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...

7 months ago | 0 answers | 0

0

answers

Question


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*...

8 months ago | 1 answer | 0

1

answer