#include "analysistransform.h" int main() { analysistransform* m_fft = new analysistransform(); return 0; }