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