| FF PLOT | [Fourier Filter - design filter] |
| FP | [Interpolate/Resize using Fourier transform ||] |
| FQ | [Filter - Quick Fourier, High, low pass, etc. ||] |
| FT | [Fourier Transform ||] |
.OUTPUT FILE: FOU001
[Enter name for output file which will receive the filtered Fourier file.]
| 1: LOW-PASS, | 2: HIGH-PASS, | 3: GAUSSIAN LOW-PASS, | 4: GAUSSIAN HIGH-PASS, | 5: FERMI LOW-PASS, | 6: FERMI HIGH-PASS, | 7: BUTERWORTH LOW-PASS, | 8: BUTERWORTH HIGH-PASS | 9: REMEZ, | 10: B FACTOR |
.FILTER TYPE (1-10): 3
[Enter filter option code.
(1) Low-pass truncation. Filter is "top-hat" function that truncates Fourier transform at spatial frequency RAD.
(2) High-pass truncation. Filter is inverse "top-hat" function that passes Fourier transform beyond spatial frequency radius RAD.
(3) Gaussian low-pass. Filter is Gaussian function EXP(-f**2/(2.*RAD**2)), where F is the frequency.
(4) Gaussian high-pass. Filter is complement of Gaussian function: 1.0 - EXP(-F**2/(2.*RAD**2)).
(5) Fermi low-pass. Filter is 1/(1+EXP[(F-RAD)/T]) which negotiates between "top-hat" and Gaussian characteristics, depending on the value of T (see below).
(6) Fermi high-pass. As low-pass, but T is replaced by -T.
(7) Butterworth low-pass. Frequencies below pass band are
preserved, frequencies above stop band are removed, with
a smooth transition in between (pass band < stop band).
Filter is: 1/(SQRT(1+F/RAD)**(2*ORDER))
In the actual implementation of the filter the parameters,
RAD and ORDER are calculated from the pass-band frequency
and cut-off frequency specified by the user.
Frequencies above pass band are
preserved, frequencies below stop band are removed, with
a smooth transition in between (pass band > stop band).
See NOTE 3 below.
(8) Butterworth high-pass. Filter is: 1-(1/(SQRT(1+F/RAD)**(2*ORDER)))
(9) Multiplication by the Remez filter designed with the help of 'FF PLOT' command.
(10) B Factor: normalizes amplitudes by a 'B' temperature factor.
NOTES