Skip to content

bestjunh/MATLAB2Cpp_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published