资源简介
基于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
- 上一篇:无传感器控制系统的仿真模型(PMSM_HF)
- 下一篇:PMSM_SMO
相关资源
- MIMO_SparseChannel 多发多收的稀疏信道估
- sparse_representation 最热门的稀疏表示的
- sparse
-
ob
ject-Recognition-via-Sparse-PCA 利用稀疏 - FinalProject_rc2748
- stereo-disparity matlab实现图像匹配的视差
- Sparse-Coding-and-Dictionary 对图像稀疏编码
- Exercise1-Sparse-Autoencoder 网址:http://d
- Deep-Learning
- Aerospace-Toolbox-2.2
- Sparse_Representations_classifier 一个常用的
- sparsecoding 稀疏编码在图像分类中的实
- sparse-subspace-clustering 关于稀疏子空间
- csp CSP
- CPLEX-dispatch 采用MATLAB调用cplex求解含有
- Sparse-representation 稀疏表示的matlab代码
- DISPATCH-OF-MICROGRID 微电网多目标调度
- SparseLab200-Core 的方法。这类方法首先
- free-space-laser-communication- 无线光通信中
- KSVD
- LKpticalFlow LK光流算法
- Spatial-Modulation spaital modulation是08年开
- ScSR
- workspace 此matlab源程序是用来求解并联
- disparity-map 双目视觉
- SPA_GUI SPA(连续投影算法)的打包软件
- pso-riqian-dispatch 日前调度计划优化
- pso_dispatch 日前调度计划
- sparse-decomposition 基于稀疏表示的卡通
- Sparse Bayesian Learning -压缩感知
评论
共有 条评论