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

matlab例程

开发平台:

Matlab

  1. % SetupGUI.m sets up the basicGUI variables
  2. % Initialize the appropriate setup.m variables
  3. fft_size = 64;
  4. num_carriers = 4;
  5. input_type = 1; test_input_type = 1;
  6. channel_on = 0;
  7. do_QAM = 0;
  8. data_samples = [0 0 0 1 1 0 1 1]; % data to be transmitted
  9. data_in = data_samples;