The source codes are from the "Simulation and software Radio for mobile communication" It contain the channel model and Cellur handsahacking or the other algorithm.
FIR濾波器的C++實(shí)現(xiàn)
Below are program source listings for FIR.h and FIR.cpp, the header file and class file for implementing arbitrary causal FIR filters in the Synthesis Tool Kit (STK) framework
fft.c--This computes an in-place complex-to-complex FFT
x and y are the real and imaginary arrays of 2^m points.
dir = 1 gives forward transform
dir = -1 gives reverse transform