import dascore as dc
= (
patch 'example_event_1')
dc.get_example_patch(=(None, 300))
.pass_filter(time
)
=True, scale=0.04); patch.viz.waterfall(show
Taper Edge Effects
taper
is often used to manage “edge effects” associated with several other types of processing such as filtering. For example:
Bandpass filtering without tapering
Bandpass filtering with tapering
import dascore as dc
= (
patch 'example_event_1')
dc.get_example_patch(=0.05)
.taper(time=(None, 300))
.pass_filter(time
)
=True, scale=0.15); patch.viz.waterfall(show