GEPH316 Seismic Data Processing

Field Data Workshop 2000



11 Frequency filtering data
Previous Up Next
Previous: Frequency filter design Up: Contents Next: Statics

Frequency filtering


Low-pass filtering

suwind < line > s05 key=sx min=05 max=05
suxwigb < s05  title="s05" label1="Time (s)" label2="Trace numbers" &
suspecfx < s05 | suxwigb title="s05 spectra" label1="Frequency (Hz)" label2="Trace numbers" &
sufilter < s05 > s05.low1 f=190,200,210,220 amps=1.,1.,0.,0.
suxwigb < s05.low1  title="s05 low-pass filtered at 205 Hz" label1="Time (s)" label2="Trace numbers" &
sufilter < s05 > s05.high1 f=190,200,210,220 amps=0.,0.,1.,1.
suxwigb < s05.high1 title="s05 high-pass filtered at 205 Hz"  label1="Time (s)" label2="Trace numbers" &
suspecfx < s05.high1 | suxwigb title="s05 spectra high-pass filtered at 200 Hz" label1="Frequency (Hz)" label2="Trace numbers" &
sufilter < s05 > s05.air f=270,290,310,330 amps=0.,0.,1.,1.
suxwigb < s05.air title="s05 air wave  high-pass filtered at 300 Hz" label1="Time (s)" label2="Trace numbers" &
supswigp < s05.low1  title="s05 low-pass filtered at 200 Hz" label1="Time (s)" label2="Trace numbers" | lp -d mono
supswigp < s05.high1 title="s05 high-pass filtered at 200 Hz"  label1="Time (s)" label2="Trace numbers" | lp -d mono
supswigp < s05.air   title="s05 air wave high-pass filtered at 300 Hz" label1="Time (s)" label2="Trace numbers" | lp -d mono

zap xwigb


High-pass filtering

suspecfx < s05 | suxwigb title="s05 spectra" label1="Frequency (Hz)" label2="Trace numbers" &
sufilter < s05 > s05.high2 f=40,50,60,70 amps=0.,0.,1.,1.
suxwigb < s05.high2  title="s05 high-pass filtered at 55 Hz"  label1="Time (s)" label2="Trace numbers" &
sufilter < s05 > s05.low2 f=40,50,60,70 amps=1.,1.,0.,0.
suxwigb < s05.low2  title="s05 low-pass filtered at 55 Hz"  label1="Time (s)" label2="Trace numbers" &
supswigp s05.high2 title="s05 high-pass filtered at 45 Hz"  label1="Time (s)" label2="Trace numbers" | lp -d mono
supswigp s05.low2  title="s05 low-pass filtered at 45 Hz"  label1="Time (s)" label2="Trace numbers" | lp -d mono

zap xwigb


Filtering the complete line


subfilt < line.cdp > line.filter  fstoplo=50 fpasslo=70 fpasshi=240 fstophi=260 verbose=1
suxwigb < line.filter  title="Line band-pass filtered betwen 60 and 250 Hz"  label1="Time (s)" label2="Trace numbers" &

zap xwigb
rm s05.*
rm line.cdp
ls


Previous Up Next
Previous: Frequency filter design Up: Contents Next: Statics
GEPH316 Reading List Glossary Top of page Go to <---> GEPH311 GEPH311 GEPH315 ES University

Comments on this information may be mailed to B.Robinson@lancaster.ac.uk
Copyright © Brian Robinson 2000. All rights reserved.
Last updated on 24/03/2000 by BR.