Moritz-Alexander-Kern 060264eb51 add Multitaper PSD test data | 2 年 前 | |
---|---|---|
.. | ||
data | 2 年 前 | |
scripts | 2 年 前 | |
LICENSE.md | 2 年 前 | |
README.md | 2 年 前 | |
authors | 2 年 前 |
This folder contains the data used for Multitaper PSD unit tests. Specifically, it contains the MATLAB [Registered Trademark] Multitaper and Nitime Multitaper PSD estimate as well as the ground truth PSD of time series data generated using an autoregressive model (ARM).
scripts/
LICENSE
(BSD 3-clause)authors
-- list of authors and contributorsgenerate_test_data.py
-- Python script that generates time series data using ARM, computes the ground truth PSD and estimates its PSD using the Nitime multitaper method [1].matlab_multitaper.m
-- MATLAB script that loads the generated time_series.mat
and estimates its PSD via pmtm
[2] (i.e. Thomson Multitaper method [3]).requirements.txt
-- requirements containing the exact package versions used in generate_test_data.py
to generate time_series.npy
, time_series.mat
, psd_groundtruth.npy
and psd_nitime.npy
in data/
folder. The requirements file was generated using pipreqs-0.4.11
package.data/
LICENSE
(CC-BY)time_series.npy
-- artificial data generated using ARM (in NumPy format)time_series.mat
-- artificial data generated using ARM (in MATLAB format)matlab_multitaper.mat
-- data resulting from the matlab_multitaper.m
psd_groundtruth.npy
-- ground truth PSD of the time series datapsd_nitime.npy
-- data of multitaper PSD from the Nitime package [1]:copyright: 2021 by the development team.