Hi,
I want to down-sample my data from 100 samples/second to 40
samples/second. As per the SAC manual, decimate function has only integral
factor (from 2 to 7) to down-sample the data. Is there any possible way to
use decimate function or any other function to down-sample from 100 to 40
samples/second. I would be grateful for any suggestion in this regard.
Thanks
Abhash Kumar
I want to down-sample my data from 100 samples/second to 40
samples/second. As per the SAC manual, decimate function has only integral
factor (from 2 to 7) to down-sample the data. Is there any possible way to
use decimate function or any other function to down-sample from 100 to 40
samples/second. I would be grateful for any suggestion in this regard.
Thanks
Abhash Kumar
-
For a resampling like yours, I would use interpolate. If there is a lot of energy near the Nyquist, you need to low-pass filter it first. Download the SAC manual and search on interpolate .
On May 9, 2016, at 2:31 PM, Abhash Kumar <abhash.kumar84<at>gmail.com> wrote:
Hi,
I want to down-sample my data from 100 samples/second to 40 samples/second. As per the SAC manual, decimate function has only integral factor (from 2 to 7) to down-sample the data. Is there any possible way to use decimate function or any other function to down-sample from 100 to 40 samples/second. I would be grateful for any suggestion in this regard.
Thanks
Abhash Kumar
----------------------
SAC Help (http://ds.iris.edu/message-center/topic/sac-help/)
Sent via IRIS Message Center (http://ds.iris.edu/message-center/)
Update subscription preferences at http://ds.iris.edu/account/profile/
-
Dear All -
* 100 sps test data: Upsample to 200 sps, downsample to 40 sps
FUNCGEN SEISMOGRAM; INTERPOLATE DELTA 0.005 ; DECIMATE 5
On 10 May 2016, at 03:31, Abhash Kumar <abhash.kumar84<at>gmail.com> wrote:
Hi,
George Helffrich
I want to down-sample my data from 100 samples/second to 40 samples/second. As per the SAC manual, decimate function has only integral factor (from 2 to 7) to down-sample the data. Is there any possible way to use decimate function or any other function to down-sample from 100 to 40 samples/second. I would be grateful for any suggestion in this regard.
Thanks
Abhash Kumar
----------------------
SAC Help (http://ds.iris.edu/message-center/topic/sac-help/)
Sent via IRIS Message Center (http://ds.iris.edu/message-center/)
Update subscription preferences at http://ds.iris.edu/account/profile/
george.helffrich<at>bris.ac.uk