README
上传用户:aoptech
上传日期:2014-09-22
资源大小:784k
文件大小:1k
源码类别:

3G开发

开发平台:

Others

  1. ##################################################################################
  2. # DIRECTORY STRUCTURE
  3. ##################################################################################
  4. This directory contains the source code for the reusable OFDM IP components.
  5. For the functions of each IP please refer to doc/OFDM.pdf Section 3.
  6.      ChannelEstimator: Channel Estimator module
  7.      ConvEncoder: Convolutional Encoder module
  8.      CPInsert: Cyclic Prefix(CP) Insertion module
  9.      FFT: FFT and IFFT modules
  10.      FIFOs: Different types of FIFOs
  11.      Interleaver: Interleaver and De-interleaver modules
  12.      Mapper: Mapper and De-mapper modules
  13.      PilotInsert: Pilot and Guard insertion modules
  14.      Puncturer: Puncturer and Depuncturer modules
  15.      ReedSolomon: Reed-solomon Codecs modules
  16.      Scrambler: Scrambler and Descrambler modules
  17.      Synchronizer: Synchronizer module
  18.      Unserializer: S/P module
  19.      Viterbi: Convolutional Decoder module