Create different signal types, take DFT and plot them easily. using https://github.com/lava/matplotlib-cpp library for plot.
- sin
- cos
- add
- minus
- multiply
g++ dft.cpp -g -std=c++14 -I/usr/include/python2.7 -lpython2.7 -o executable.out
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Create different signal types, take DFT and plot them easily. using https://github.com/lava/matplotlib-cpp library for plot.
g++ dft.cpp -g -std=c++14 -I/usr/include/python2.7 -lpython2.7 -o executable.out