资源简介
MATLAB高阶累积量工具箱,包含内容有:
Higher-Order Spectrum Estimation: conventional methods
% cum2x - Estimates cross-covariance
% cum3x - Estimates third-order cross-cumulants
% cum4x - Estimates fourth-order cross-cumulants
% cumest - Estimates auto-cumulants, orders two, three, or f
代码片段和文件信息
function [avec bvec] = armaqs(ypq nordermaxlagsamp_segoverlapflag)
%ARMAQS Estimates ARMA parameters via the q-slice algorithm.
% [avec bvec] = armaqs(ypq nordermaxlagsamp_segoverlapflag)
% y : time-series (vector or matrix)
% p : AR order
% q : MA order
% norder: cumulant order: 3 or 4 [default = 3 ]
% maxlag: maximum cumulant lag to be used [default = p + q]
% samp_seg: samples per segment for estimating cumulants
% [default = length of y]
% overlap : percentage overlap of segments [default = 0]
% flag : ‘biased‘ or ‘unbiased‘ [default = ‘biased‘]
% avec : estimated AR parameter vector
% bvec : estimated MA parameter vector
% Copyright (c) 1991-1999 by United Signa
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 4497 1999-01-29 18:52 MATLAB高阶累积量工具箱\hosa\armaqs.m
文件 2907 1999-01-29 18:52 MATLAB高阶累积量工具箱\hosa\armarts.m
文件 4089 1999-01-29 18:52 MATLAB高阶累积量工具箱\hosa\armasyn.m
文件 4209 1999-01-29 18:52 MATLAB高阶累积量工具箱\hosa\arorder.m
文件 4078 1999-01-29 18:52 MATLAB高阶累积量工具箱\hosa\arrcest.m
文件 5493 1999-01-29 18:52 MATLAB高阶累积量工具箱\hosa\biceps.m
文件 5183 1999-01-29 18:52 MATLAB高阶累积量工具箱\hosa\bicepsf.m
文件 4250 1999-01-29 18:52 MATLAB高阶累积量工具箱\hosa\bicoher.m
文件 4762 1999-01-29 18:52 MATLAB高阶累积量工具箱\hosa\bicoherx.m
文件 5899 1999-01-29 18:52 MATLAB高阶累积量工具箱\hosa\bispecd.m
文件 6552 1999-01-29 18:52 MATLAB高阶累积量工具箱\hosa\bispecdx.m
文件 5288 1999-01-29 18:52 MATLAB高阶累积量工具箱\hosa\bispeci.m
文件 2019 1999-01-29 18:52 MATLAB高阶累积量工具箱\hosa\bispect.m
文件 4972 1999-01-29 18:52 MATLAB高阶累积量工具箱\hosa\Contents.m
文件 2113 1999-01-29 18:52 MATLAB高阶累积量工具箱\hosa\cum2est.m
文件 3177 1999-01-29 18:52 MATLAB高阶累积量工具箱\hosa\cum2x.m
文件 2946 1999-01-29 18:52 MATLAB高阶累积量工具箱\hosa\cum3est.m
文件 3655 1999-01-29 18:52 MATLAB高阶累积量工具箱\hosa\cum3x.m
文件 4507 1999-01-29 18:52 MATLAB高阶累积量工具箱\hosa\cum4est.m
文件 5725 1999-01-29 18:52 MATLAB高阶累积量工具箱\hosa\cum4x.m
文件 2785 1999-01-29 18:52 MATLAB高阶累积量工具箱\hosa\cumest.m
文件 4537 1999-01-29 18:52 MATLAB高阶累积量工具箱\hosa\cumtrue.m
文件 5976 1999-01-29 18:52 MATLAB高阶累积量工具箱\hosa\doa.m
文件 5626 1999-01-29 18:52 MATLAB高阶累积量工具箱\hosa\doagen.m
文件 8698 1999-01-29 18:52 MATLAB高阶累积量工具箱\hosa\glstat.m
文件 6533 1999-01-29 18:52 MATLAB高阶累积量工具箱\hosa\harmest.m
文件 3778 1999-01-29 18:52 MATLAB高阶累积量工具箱\hosa\harmgen.m
文件 4258 1999-01-29 18:52 MATLAB高阶累积量工具箱\hosa\hosahelp.m
文件 3215 1999-01-29 18:52 MATLAB高阶累积量工具箱\hosa\hprony.m
文件 2162 1999-01-29 18:52 MATLAB高阶累积量工具箱\hosa\ivcal.m
............此处省略32个文件信息
- 上一篇:demand response
- 下一篇:水表数字框字符分割-连通域法
评论
共有 条评论