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


%************************************************************ 
% 
% Copyright 2002 The Mobile and Portable Radio Research Group 
% 
% Part of GUI for downlink simulator. 
% Invokes the appropriate menu when the BACK button is pressed 
% 
%************************************************************ 
 
global NumDPCHcalls DPCHremainder CallNumber LastCallChannelCount 
 
 
FormatIDs = [0 3 5 8 11 14 17 20 23 26 29 32 35 38 41 44 47]; 
 
if CallNumber == 1 
   close; 
   TxMenu(SimConfig); 
else 
   CallNumber = CallNumber -1; 
   close; 
   DPCHMenu(SimConfig); 
end