#include "discsignal.hh" #include "fft.hh" #include "common.hh" int main() { DiscSignal *tmp = get_from_file("/tmp/tmp3.mat"); fft *fftt = new fft(*tmp, true); print_to_file(&fftt->get_magnitude(), "/tmp/out.mat"); }