-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontents.m
27 lines (24 loc) · 1.24 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
% FFST m-files
% ----------------------------------
% FFST/
% |- create/
% | |- myBall.m - create a ball/circle
% | |- myPicture.m - create an image with different shapes
% | |- myPicture2.m - create an image with other shapes
% | |- myRhombus.m - create a rhombus
% | |- mySquare.m - create a square
% |- helper/
% | |- coneIndicator.m - compute the indicator function for the cones
% | |- scalesShearsAndSpectra.m - compute the spectra of the shearlets for all a and s
% | |- shearletScaleShear.m - convert index to a and s or j and k and vice versa
% |- shearlets/
% | |- bump.m - psi_2
% | |- meyeraux.m - v
% | |- meyerNewShearletSpect.m - smooth shearlet
% | |- meyerScaling.m - phi
% | |- meyerScalingSpect.m - scaling function
% | |- meyerShearletSpect.m - default shearlet
% | |- meyerWavelet.m - psi_1
% |
% |- inverseShearletTransformSpect.m - inverse shearlet transform
% |- shearletTransformSpect.m - shearlet transform