filter used
|
data-filter
|
Notes
|
boxcar(32)
|
data-boxcar(32)
|
- The plasmaline is obvious in the filtered data.
- data -filter removes some of the plasmaline below the peak.
|
boxcar(64)
|
data-boxcar(64)
|
boxcar(128)
|
data-boxcar(128)
|
savitzky-golay filter
|
data-savgol
|
- points left used: 256
- points right used: 256
- order=0 (smoothing)
- degree=2
- you can see some of the plasmaline in the fitler (below the
peak).
|
kaiserWindow
|
data-kaiser
|
- freqcutoff: .0035 of band
- gibss ripple 60db down
- nterms=1024
- the lowpass cutoff of the filter was tuned to the width of
the plasmaline at the minimum gradient.
- Around the peak, the filter sidelobes are letting the
clutter thru.
|
cos^4 window
|
data-cos^4
|
- around the peak the clutter is not being completely removed.
- some of the plasmaline remains in the filter below the peak
|