The FPGA Implementation of The Digital Receiver
The FPGA Implementation of The Digital Receiver
The FPGA Implementation of The Digital Receiver
Poly phase
AD input N times Poly phase
decimation filter
PDW output
Parameter
code Detection
Poly phase
N times decimation
The A/D output data could be 2 or 4 times decimated.
8 times decimation can be achieved when the data received by FPGA is
processed by the decimation IP core.
After the decimation, the data stream will be recovered to original one
by order sorting .
FPGA implementation of the digital receiver CEIEC
Poly phase
IFFT
IFFT is realized by SFT, that is, take the conjugation for the input and
output of FFT.
As the input is parallel, it is advised to adopt FFTIP core which is applied
for serial input.
Twiddle factor is calculated and saved in the FPFA register in advance.
The data with certain bit could be obtained by the amplification and
rounding.
Base 2 or base 4 structure could be applied based on the FFT points,
which can achieved in the Matlab simulation.
CEIEC