Skip to content

Matlab to C++ template. Python & Matlab based debugging code included.

Notifications You must be signed in to change notification settings

IIP-Sogang/MATLAB2Cpp_template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MATLAB2Cpp_template 1.0.3

Testbed for audio signal preprocessing

Submodules

git submodule init
git submodule update
  • WAV
    c++ WAV class for my processing modules
  • STFT
    STFT(Short Time Fourier Transform), ISTFT(Inverse - Short Time Fourier Transform) for wav,mic input and signal processing modules

Requirements

C++17 or higher (std::filesystem)

Usage

  1. mkdir build, input, output at root directory of the project
  2. goto build directory run cmake .. or use cmake GUI
  3. add your algorithm code file
  4. add routines for your algorithm into CMakeLists.txt,src/main.cpp (as instructed in the code)
  5. the main code read every file in the input directory as WAV format
  6. processed outputs will be saved into the output directory

About

Matlab to C++ template. Python & Matlab based debugging code included.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.8%
  • Other 0.2%