📄 test_ber_v4.m
字号:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Property of Freescale
% Freescale Confidential Proprietary
% Freescale Copyright (C) 2006 All rights reserved
% ----------------------------------------------------------------------------
% $RCSfile: test_BER_v4.m.rca $
% Tag $Name: $
% $Revision: 1.13 $
% $Date: Tue Jan 30 14:51:13 2007 $
% Target: Matlab
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% test_BER_v4 (version 4.1)
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Freescale抯 WiMAX BER curves Simulator %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% The following code is Property of Freescale.
% Freescale Copyright (C) 2006 All rights reserved.
%
%
%%%%%%%%%%%%
%% Syntax %
%%%%%%%%%%%%
%
% test_BER_v4
%
% test_BER_v4( ParamsFileNumber, StartSNR, EndSNR, StepSNR,
% SimulationLimit, FadingChannel, DecoderMode, SimulationType)
%
% test_BER_v4( ParamsFileNumber, StartSNR, EndSNR, StepSNR,
% SimulationLimit, FadingChannel, DecoderMode, SimulationType, RandSeed)
%
%%%%%%%%%%%%%%%%%
%% Description %
%%%%%%%%%%%%%%%%%
%
% ParamsFileNumber : between 0 and 99. Chose which BERparamsXX.m will be used.
% This file contains parameters for the simulation.
% StartSNR : Starting SNR
% EndSNR : Last SNR
% StepSNR : SNR step. For example if StartSNR=0, EndSNR=10 and StepSNR=2,
% the SNR Range will be: [0 2 4 6 8 10]
% SimulationLimit : Limit of the simulation in bits. For example you can specify 1e2 or 1e7.
% FadingChannel : 'CMA', 'CMB', 'AWGN' or 'Custom'.
% DecoderMode : If FECType=0 (CC), it specifies the Viterbi Decoder mode to be used:
%
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -