-
Notifications
You must be signed in to change notification settings - Fork 4
/
Contents.m
58 lines (57 loc) · 2.4 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
% Sparco Toolbox.
% Testing environment for sparse reconstruction.
% Version 1.1.4 24-June-2008
% by Ewout van den Berg ([email protected])
% and Michael P. Friedlander ([email protected])
% Copyright 2008, University of British Columbia
%
% SPARCO
% README - About the SPARCO toolbox.
% sparco - Interface to individual problems.
% sparcoSetup - Setup the SPARCO toolbox.
% literature.bib - BibTeX file with cites to problem sources.
%
% EXAMPLES
% ex1 - General demo.
% exGPSR - Example that calls GPSR (GPSR not included).
% exOp - Operator demo.
% exSPGL1 - Example that calls SPGL1 (SPGL1 not included).
% exTV - Total variation demo (requires SparseMRI).
%
% OPERATORS
% opBinary - Binary (0/1) ensemble.
% opBlockDiag - Diagonal operator.
% opBlur - Two-dimensional blurring operator.
% opColumnRestrict - Restriction operator on matrix columns.
% opConvolve1d - One-dimensional convolution operator.
% opCurvelet2d - Two-dimensional curvelet operator.
% opDCT - One-dimensional discrete cosine transform (DCT).
% opDiag - Scaling operator (i.e., diagonal matrix).
% opDictionary - Dictionary of concatenated operators.
% opDirac - Identity operator.
% opFFT - One-dimensional fast Fourier transform (FFT).
% opFFT2C - Centralized two-dimensional fast Fourier transform (FFT).
% opFFT2d - Two-dimensional fast Fourier transform (FFT).
% opFoG - Concatenate sequence of operators into a single operator.
% opGaussian - Gaussian ensemble.
% opHaar - One-dimensional Haar wavelet.
% opHaar2d - Two-dimensional Haar wavelet.
% opHadamard - Hadamard matrix.
% opHeaviside - Heaviside operator.
% opMask - Selection mask.
% opMatrix - Apply arbitrary matrix as operator.
% opPadding - Padding operator.
% opReal - Discard imaginary components.
% opRestriction - Selection and restriction operator.
% opSign - Sign-ensemble operator.
% opSplitComplex - Split a complex vector into real and imaginary parts.
% opTranspose - Transpose operator.
%
% PROBLEMS
% prob001 - FFT/Heaviside dictionary, HeaviSine singal
% prob002
% ...
%
% TOOLS
%
% $Id: Contents.m 1027 2008-06-24 23:42:28Z ewout78 $