Reply by nitin lodhe April 14, 20062006-04-14
Dear sir/madam,

I need a code for FFT function that takes argument as follows
sfftmodel(rin,iin,N,THROUGHPUT,ARCH,DATA_PREC,TWIDDLE_PREC,INVERSE);

Where-
rin = real(x((i-1)*N + 1: i*N));

iin = imag(x((i-1)*N + 1: i*N));

THROUGHPUT=4

ARCH=0

DATA_PREC

TWIDDLE_PREC

input_vector_length = length(x)

number_of_blocks = ceil

(input_vector_length/N);

inverse 1 forFFT 0 for IFFT;

--Waiting for ur +ve reply,
Bye,
-------Nitin