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

matlab例程

开发平台:

Matlab

  1. % SetupSoundGUI.m sets up the SoundGUI variables
  2. % Initialize the appropriate setup.m variables
  3. fft_size = 128;
  4. num_carriers = 32;
  5. input_type = 2; file_input_type = 3; file_name = 'shortest.wav';
  6. channel_on = 1;
  7. do_QAM = 1;
  8. QAM_periods = 10;
  9. clip_level = 1.0; % 0.0 - 1.0 (0-100%)
  10. noise_level = 0.0;
  11. already_made_noise = 0;
  12. ComputeChannelGUI