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

3G开发

开发平台:

Others

  1. README - 802.11a Transmitter
  2. This package implements the baseband hardware logic for an 802.11a
  3. Transmitter, which is a cleaned up and partially parameterized version
  4. of the 802.11a (originally done in the 2005 Spring term of MIT's 6.884
  5. class) [http://csg.csail.mit.edu/6.884/projects.html]. 
  6. One can build the using the command "make design". This generates 6
  7. variants of the Pipeline all of which vary in how the IFFT computation
  8. is done (whether combinationally, in a simple pipeline or a circular
  9. pipeline of varying complexity).
  10. The following paper, included in this directory, describes the system
  11. and parameterization in detail:
  12.   Nirav Dave, Michael Pellauer, Steve Gerding, Arvind "802.11a
  13.   Transmitter: A Case Study in Microarchitectural Exploration" Formal
  14.   Methods and Models for Codesign (MEMOCODE 2006). Napa Valley, CA,
  15.   USA. July 2006
  16. Currently, some of the static elaboration and optimizations are fairly
  17. heavy so compilation takes many minutes (but less than an hour in
  18. total). This project eventually grew into a highly parameterized OFDM
  19. baseband system -- this OFDM baseband system project is also available
  20. via MIT's open source hardware design repository.