fft.c--This computes an in-place complex-to-complex FFT x and y are the real and imaginary arrays
fft.c--This computes an in-place complex-to-complex FFT x and y are the real and imaginary arrays of 2^m points. di...
complex+network技术资料下载专区,收录590份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
fft.c--This computes an in-place complex-to-complex FFT x and y are the real and imaginary arrays of 2^m points. di...
复数运算#include<iostream.h> class Complex { public: Complex( double r =0, double i =0 ) Complex(int a) { Real...
定义一个复数类Complex,使得下面的代码能够工作 Complex c1(3,5); // 用复数3+5i初始化c1 Complex c2 = 4.5; // 用实参4.5初始化c2 c1.add(c2); // 将c1与c2相加,结果保...
CFFT是一个数据宽度和点数都可配置的基4 FFT core,由于旋转因子是用CORDIC算法实现的,因此经过FFT后信号的增益和标准的FFT算法不同。
To convert ar filter to complex cepstrum CC
This computes an in-place complex-to-complex FFT x and y are the real and imaginary arrays of 2^m points. dir = 1 g...
Neural Networks at your Fingertips.rar =============== Network: Adaline Network =============== Application: P...
Matlab Neural network about Neural network and application