• 大小: 0.22M
    文件类型: .m
    金币: 1
    下载: 0 次
    发布日期: 2021-03-28
  • 语言: Matlab
  • 标签: matlab  

资源简介


产生 Nakagami Rayleigh 等信道的MATLAB仿真程序

资源截图

代码片段和文件信息

function varargout = randraw(distribName distribParams varargin)
%
%   EFFICIENT RANDOM VARIATES GENERATOR

% See alphabetical list of the supported distributions below (over 50 distributions)

% 1)  randraw 
%           presents general help.
% 2)  randraw( distribName ) 
%           presents help for the specific distribution defined 
%           by usage string distribName (see table below).
% 3)  Y = randraw( distribName distribParams sampleSize );
%           returns array Y of size = sampleSize of random variates from distribName  
%           distribution with parameters distribParams
%
%               ALPHABETICAL LIST OF THE SUPPORTED DISTRIBUTIONS:
%  ____________________________________________________________________
% |      DISTRIBUTION NAME                    |   USAGE STRING         |
% |___________________________________________|________________________|
% |        Alpha                              |    ‘alpha‘             |
% |        Ang

评论

共有 条评论