Skip to content

AshkanAnousheh/simpleDFT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simpleDFT

Create different signal types, take DFT and plot them easily. using https://github.com/lava/matplotlib-cpp library for plot.

Supported signal types:

  • sin
  • cos

Supported signal arithmetic:

  • add
  • minus
  • multiply

Compile command:

g++ dft.cpp -g -std=c++14 -I/usr/include/python2.7 -lpython2.7 -o executable.out

About

Create signals and take DFT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages