backmodulatorcallback.m
来自「一个利用matlab」· M 代码 · 共 22 行
M
22 行
%************************************************************
%
% 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
if SimConfig.Num_DPCH == 0
close;
TxMenu(SimConfig);
else
CallNumber = CallNumber -1;
close;
DPCHMenu(SimConfig);
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?