-
Notifications
You must be signed in to change notification settings - Fork 3
/
readme.txt
39 lines (26 loc) · 931 Bytes
/
readme.txt
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
demo.m
demo how to run our simpler gradient methods VGD-VHL, ScalGD-VHL , in 1-D signal case.
solverPgd_fh.m
PGD-VHL algorithm, 1D case, fast computing via Hankel structure
solverVgd_fh.m
VGD-VHL algorithm, 1D case, fast computing via Hankel structure
SolverScaledgd_fh.m
ScalGD-VHL algorithm, 1D case, fast computing via Hankel structure
generateSignals_bdft_withsep.m
generate the true signal and measurements.
--------------------------------------------------------------------------------
./2Dcase
demo2d.m
run a fxied 2D case via our algorithms, and plot the delay-doppler location via 2D MUSIC
real2Dcase.mat
ture signal matrix; a fixed case.
solverPgd2d.m
PGD-VHL algorithm, 2D case
solverVgd2d.m
VGD-VHL algorithm, 2D case
solverScaledgd2d.m
ScalGD-VHL algorithm, 2D case
music_2d.m
MUSIC for 2D signal super-resolution
getSignals_ofdm.m
generate 2-D signal