?? ms_fqi_initialization.m
字號:
xPaddedFrameLength=xFrameLength;
switch xRC
case 3
switch xFrameLength
case {16,40}
xGenPoly = [6 2 1 0];
case 80
xGenPoly = [8 7 4 3 1 0];
case 172
xGenPoly = [12 11 10 9 8 4 1 0];
case {24,360,744,1512,3048,6120}
xGenPoly = [16 15 14 11 6 5 2 1 0];
otherwise
error('Error:Invalid Frame Length for Radio Configration 3 in cdma 2000 Mobile Station block<Frame Quality Indicator>');
end
case 4
switch xFrameLength
case 21
xPaddedFrameLength = 22;
xGenPoly = [6 2 1 0];
case 55
xPaddedFrameLength = 56;
xGenPoly = [8 7 4 3 1 0];
case 125
xPaddedFrameLength = 126;
xGenPoly = [10 9 8 7 6 4 3 0];
case 267
xPaddedFrameLength = 268;
xGenPoly = [12 11 10 9 8 4 1 0];
case {24,552,1128,2280,4584}
xGenPoly = [16 15 14 11 6 5 2 1 0];
otherwise
error('Error:Invalid Frame Length for Radio configuration 4 in cdma 2000 Mobile Station block<Frame Quality Indicator>');
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -