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


%Copyright 2002 The Mobile and Portable Radio Research Group 
% 
%This code is part of the GUI package 
global SFHandle 
 
NumDPDCHValue=[1;2;3;4;5;6]; 
UplinkSimConfig.NumDPDCH=NumDPDCHValue(get(gcbo,'value')); 
fee=get(SFHandle,'value'); 
if (UplinkSimConfig.NumDPDCH > 1) & (fee ~= 1) 
   DPDCH_SFDialog 
   set(SFHandle,'value',1); 
   UplinkSimConfig.SF=4; 
end