Скачиваний:
57
Добавлен:
16.04.2013
Размер:
265 б
Скачать
#ifndef _MYFASTCONV_H_
#define _MYFASTCONV_H_

#ifdef __cplusplus
extern "C" {
#endif

#include "complexarray.h"

int myfastconv(const ComplexArray* x, const ComplexArray* y, ComplexArray* u);

#ifdef __cplusplus
};
#endif /* __cplusplus */

#endif
Соседние файлы в папке fft