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

#ifdef __cplusplus
extern "C" {
#endif

#include "complexarray.h"

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

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

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