##// END OF EJS Templates
Plots for Capon and MaxEntropy inversion methods. Compressed Sensing initial/partial implementation.
yamaro -
r16:17
parent child
Show More
@@ -22,6 +22,7
22 22 from modelf import * No newline at end of file
23 23 from scipy.optimize import fsolve No newline at end of file
24 24 from scipy.optimize import root No newline at end of file
25 import pywt No newline at end of file
25 26 No newline at end of file
26 27 No newline at end of file
27 28 ## Calculate Forward Model No newline at end of file
@@ -9,7 +9,7
9 9 def modelf(lambda1, H, F): No newline at end of file
10 10 No newline at end of file
11 11 # THRESH = 700;
12 No newline at end of file
12 exponent = H.T.conj()*lambda1; No newline at end of file
13 13 No newline at end of file
14 14 # exponent(exponent>THRESH) = THRESH; % numerical stabilizer No newline at end of file
15 15 # exponent(exponent<-THRESH) = -THRESH; No newline at end of file
@@ -4,6 +4,7
4 4 @author: Yolian Amaro No newline at end of file
5 5 ''' No newline at end of file
6 6 No newline at end of file
7 import numpy as np No newline at end of file
7 8 from modelf import * No newline at end of file
8 9 No newline at end of file
9 10 def y_hysell96(lambda1,g,sigma,F,G,H): No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now