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