| | |
bool fs=n [y/n] | y, determine frequency-dependent smoothing
|
int mode=0 | predictive filtering mode; default: non-stationary
|
int n1win=n1 | first window length
|
int n2win=nx | second window length
|
int n3win=ny | second window length
|
int niter=100 | number of iterations
|
int nsx=2 | number of shifts in non-causal prediction filtering
|
int nsy=2 | number of shifts in non-causal prediction filtering
|
bool opt=y [y/n] | y, determine optimal size for efficiency
|
float r1=0.5 | first overlapping ratio
|
float r2=0.5 | second overlapping ratio
|
float r3=0.5 | third overlapping ratio
|
string rect#= | size of the smoothing stencil in #-th dimension /auxiliary input file/
|
string shift#= | shifting of the smoothing stencil in #-th dimension /auxiliary input file/
|
bool sym=n [y/n] | y, symmetric scaling for Hermitian FFT
|
bool verb=n [y/n] | Verbosity flag
|
|