test_ber_v4.m

来自「OFDMA 物理层开发的matlab 源码.飞思卡尔提供.对物理层开发的工程师有」· M 代码 · 共 48 行

M
48
字号
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%  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 + =
减小字号Ctrl + -
显示快捷键?