Downsampling Seismic Signal from 200sps to 100sps

조회 수: 4 (최근 30일)
Kavourakos
Kavourakos 2019년 2월 13일
댓글: Kavourakos 2019년 2월 13일
Hello
How could I downsample my seismic signal from 200sps to 100sps (from 0.005 sample rate to 0.01 sample rate)??
Thankss

채택된 답변

Walter Roberson
Walter Roberson 2019년 2월 13일
resample(xx,1,2)
if your data is vector or if array with channels stored as columns .
If you have a timeseries then a different resample applies with different parameters .
Consider also converting to a timetable object and using retime()

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Multirate Signal Processing에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by