Home | History | Annotate | Download | only in include

Lines Matching refs:real

114 If you have a real data input data[] of size 2**(log2Size + 1), you
122 Fourier transform of a real data input, you can also conduct the inverse
123 Fourier transform to get the real data input by
145 500 runs of paired 256 point complex (512 point real) input FFT
149 Real: 0.160 sec.
154 Assembly: Real 0.170 sec, Complex 0.140 sec.
155 Microsoft C: Real 0.250 sec, Complex 0.240 sec.
156 Stric C: Real 0.540 sec, Complex 0.441 sec.
220 fftdata *real;
255 do_real_fft conducts a forward FFT of a real data array using
262 data -- A real data array, overwritten by the positive frequency
266 even elements store the real component, while the odd
275 do_real_ifft conducts an inverse FFT of a real data array's FFT using
282 data -- FFT of an real data array, overwritten by the real data array.
285 the even elements store the real component of the transform,