|
neuro_toolbox
|
#include "config.hpp"

Go to the source code of this file.
Namespaces | |
| NTB | |
Functions | |
| void | NTB::make_signal (std::vector< double > &signal, const int fs, const int num_points=1024, const double f1=50.25, const double f2=80.5, const double a1=1.0, const double a2=0.5) |
| void | NTB::fft (const std::vector< double > &signal, std::vector< double > &frequencies, std::vector< double > &litudes, const double fs) |
1.8.13