#include "./discsignal.hh" #include "../test/common.hh" int main() { DiscSignal *tmp = get_from_file("/tmp/tmp.mat"); DiscSignal *tmp2 = get_from_file("/tmp/tmp2.mat"); print_to_file(&((*tmp) - (*tmp2)), "/tmp/out.mat"); }