Readme.txt
上传用户:m_sun_001
上传日期:2014-07-30
资源大小:1115k
文件大小:1k
源码类别:

matlab例程

开发平台:

Matlab

  1. This simulation script set allows for an OFDM transmission to be 
  2. simulated. Imagetx.m generates the OFDM signal, saving it as a 
  3. windows WAV file. This allows the OFDM signal to be played out a sound
  4. card and recorded back. Imagerx.m decodes the WAV to extract the 
  5. data.
  6. settings.m contains all the common settings to specify all the 
  7. simulation parameters such as FFT size, number of carriers,
  8. input data source file, input and output WAV files, etc.
  9. See settings.m for more details.
  10. Note: The both the receiver and transmitter must have a copy of the 
  11. input data file, as this is used for calculating the exact number
  12. of data words in the transmission.
  13. The scripts should work as extracted. Just run imagetx.m to generate the
  14. OFDM signal. Then run imagerx.m to decode the signal. The initial settings
  15. transmit a wave file 'Corrs.wav'. The decoded OFDM data ('Out.wav') can be
  16. compared with the original data by listening to the two wave files.
  17. Note: I have tried this script set in Matlab 5.1 and found that is does not
  18. work correctly. If you have to get it working under matlab 5, send me an email
  19. and I will fix up the errors.
  20. Eric Lawrey October 1997.
  21. eng-epl@jcu.edu.au
  22. James Cook University
  23. Electrical and Computer Engineering Department
  24. Australia