-
Notifications
You must be signed in to change notification settings - Fork 13
/
Contents.m
25 lines (24 loc) · 987 Bytes
/
Contents.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
% ASTLINESPEC - Atomic Line Spectral Estimation Toolbox
%
% This toolbox contains scripts to estimate frequencies and amplitudes of
% a line spectral signals from noisy time samples. The toolbox also
% provides reimplementation of MUSIC and Cadzow algorithms for comparison.
%
% Files
%
% ast_denoise - Denoise line spectral signal using AST and return
% astdemo - Atomic Line Spectral Estimation Demo
% ast_expts - Run AST experiments from the [aper
% cadzow_denoise - Given a line spectral signal and number of frequencies
% linespectrum - Construct a line spectral signal
% music_denoise - Given a line spectral signal and number of frequencies
% setup - Installation
%
% To get started run
%
% showdemo astdemo
%
% from the command prompt. AST_DENOISE contains the actual routine for
% denoising. AST_EXPTS allows us to replicate the experimental setup in the
% paper. LINESPECTRUM is a helper function to generate line spectral
% signals.