• 大小: 3KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-03-12
  • 语言: Matlab
  • 标签: spa  spa算法  波长  

资源简介

基于matlab 2014b 的一种spa算法(连续投影算法),本人原本用于做光谱数据的定量分析,寻找特征波长。

资源截图

代码片段和文件信息

function [GHPVZSP] = spa(dataMWmaxsizeTinhib)
%SPA    Performs spectral analysis.
%   G = SPA(DATA)
%
%   DATA: The output-input data as an IDDATA object. (see help IDDATA)
%   G: Returned frequency response and uncertainty as an IDFRD object.
%      See IDPROPS IDFRD for a description of this object.
%   G also contains the spectrum of the additive noise v in the
%   model y = G u + v. See IDPROPS IDFRD.
%
%   If DATA is a time series G is returned as the estimated
%   spectrum along with its estimated uncertainty.
%
%   The spectra are computed using a Hann window of lag size
%   min(length(DATA)/1030) which can be changed to M by
%   G = SPA(DATAM)
%
%   The functions are computed at 128 equally spaced frequency-values
%   between 0 (excluded) and pi. The functions can be com

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        9628  2017-03-05 22:07  spa.m

评论

共有 条评论