www.pudn.com > WCDMA.rar > NextModulatorCallback.m


%************************************************************ 
% 
% Copyright 2002 The Mobile and Portable Radio Research Group 
% 
% Part of GUI for downlink simulator. 
% Invokes the appropriate menu when the NEXT button  
% of the Modulator menu is pressed 
% 
%************************************************************ 
global PulseLengthHandle OversampleHandle  
 
SamplePerChipValues = 2:10; 
PulseLengthValues = 6:2:30;  
 
PulseLength = PulseLengthValues( get(PulseLengthHandle,'value')); 
SimConfig.PulseLength= PulseLength; 
 
SimConfig.SamplesPerChip = SamplePerChipValues( get(OversampleHandle,'value')); 
 
close; 
ChannelMenu;