Package example


Variables

tuple options = parse_args( )
tuple sig = vector( '../sig.rsf' )
tuple noise = vector( '../swellnoise.rsf' )
 data = sig+noise
tuple A = Cosine( sig.space )
 tmp1 = A*data
tuple tmp2 = tmp1.thr( 0.0001 )
 res = A.H*tmp2
string synth = "sfsigmoid n1=10 n2=10 > sig.rsf"


Variable Documentation

tuple A = Cosine( sig.space )

Definition at line 120 of file example.py.

Definition at line 117 of file example.py.

tuple noise = vector( '../swellnoise.rsf' )

Definition at line 116 of file example.py.

tuple options = parse_args( )

Definition at line 112 of file example.py.

int res = A.H*tmp2

Definition at line 124 of file example.py.

tuple sig = vector( '../sig.rsf' )

Definition at line 115 of file example.py.

string synth = "sfsigmoid n1=10 n2=10 > sig.rsf"

Definition at line 12 of file example.py.

tmp1 = A*data

Definition at line 122 of file example.py.

tuple tmp2 = tmp1.thr( 0.0001 )

Definition at line 123 of file example.py.


Generated on Sun Aug 10 09:11:08 2008 for SLIMpy by  doxygen 1.5.6