Automatic Spectral Analysis

版本 1.0.0.0 (90.5 KB) 作者: Stijn de Waele
Automatic spectral analysis for irregular sampling/missing data, analysis of spectral subband.
13.6K 次下载
更新时间 2005/5/9

无许可证

Accurate estimates of the autocorrelation or power spectrum can be obtained with a parametric model (AR, MA or ARMA). With automatic inference, not only the model parameters but also the model structure are determined from the data. It is assumed that the ARMASA toolbox is present. This toolbox can be downloaded from the MATLAB Central file exchange at www.mathworks.com
The applications of this toolbox are:
- Reduced statistics ARMAsel: A compact yet accurate ARMA model is obtained based on a given power spectrum. Can be used for generation of colored noise with a prescribed spectrum.
- ARfil algorithm: The analysis of missing data/irregularly sampled signals
- Subband analysis: Accurate analysis of a part of the power spectrum
- Vector Autoregressive modeling: The automatic analysis of auto- and crosscorrelations and spectra
- Detection: Generally applicable test statistic to determine whether two signals have been generated by the same process or not. Based on the Kullback-Leibler index or Likelihood Ratio.
- Analysis of segments of data, possibly of unequal length.

For background information see my PhD thesis, available at http://www.dcsc.tudelft.nl/Research/PubSSC/thesis_sdewaele.html

引用格式

Stijn de Waele (2024). Automatic Spectral Analysis (https://www.mathworks.com/matlabcentral/fileexchange/3680-automatic-spectral-analysis), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R14SP1
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Conditional Mean Models 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

AutomaticSpectra/Detection/

AutomaticSpectra/Examples/

AutomaticSpectra/KullbackLeibler/

AutomaticSpectra/SegmentsMissing/

AutomaticSpectra/TimserTools/

AutomaticSpectra/Vectors/

AutomaticSpectra/Vectors/conversions/

AutomaticSpectra/armasa_rs/

AutomaticSpectra/armasa_rs/estimation/

AutomaticSpectra/armasa_rs/estimation/estimator_tools/

版本 已发布 发行说明
1.0.0.0

* included _e m-files for reduced statistics ARMAsel;
* made Matlab 7 proof;
* bug fix in KLDiscrepancy;
* new directory name.