Name

filt_params - using the FSC curve establish two frequencies: stop-band, corresponding to the point where the curves drops below predefined high value, and pass-band, corresponding to the point where the curves drops below predefined low value

Usage

freql, freqh = filt_params(dres, [high, low])

Input

dres
output of the fsc command
high
high value of the FSC curve, will correspond to stop-band frequency (default 0.95)
low
low value of the FSC curve, will correspond to pass-band frequency (default 0.1) note: high and low values are optional.

Output

freql
stop-band frequency
freqh
pass-band frequency

Author / Maintainer

Pawel A. Penczek

Keywords

category 1
FILTER

Files

filter.py

See also

filt_btwl

Maturity

beta
works for author, often works for others.

Bugs

For very strange FSC curves it may fail, better to print and verify the results.

filt_params (last edited 2013-07-01 13:13:01 by localhost)