• 大小: 11KB
    文件类型: .m
    金币: 1
    下载: 0 次
    发布日期: 2021-01-06
  • 语言: Matlab
  • 标签: MATLAB代码  

资源简介

alpha噪声产生的代码,之前下的。但愿对你们有帮助。

资源截图

代码片段和文件信息

function p = stblpdf(xalphabetagamdeltavarargin)
%P = STBLPDF(XALPHABETAGAMDELTA) returns the pdf of the stable 
% distribtuion with characteristic exponent ALPHA skewness BETA scale
% parameter GAM and location parameter DELTA at the values in X.  We use 
% the parameterization of stable distribtuions used in [2] - The 
% characteristic function phi(t) of a S(ALPHABETAGAMDELTA)
% random variable has the form
%
% phi(t) = exp(-GAM^ALPHA |t|^ALPHA [1 - i BETA (tan(pi ALPHA/2) sign(t)]
%                  + i DELTA t )  if alpha ~= 1
%
% phi(t) = exp(-GAM |t| [ 1 + i BETA (2/pi) (sign(t)) log|t|] + i DELTA t
%                                 if alpha = 1
%
% The size of P is the size of X.  ALPHABETAGAM and DELTA must be scalars

%P = STBLPDF(XALPHABETAG

评论

共有 条评论