resample_signal | R Documentation |
Resample (up or down) a signal
resample_signal(
signal,
time,
by = 2,
to = NULL,
from = NULL,
method = "interpolation"
)
signal |
The signal to resample. |
time |
The time vector of the signal to resample. |
by |
The factor by which to resample the signal (default is |
to |
The frequency to resample to. |
from |
The original sampling frequency. |
method |
Resampling method (default is |
A list with the resampled signal and time if methdo = "interpolate"
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.