up.sample.Rd
Upsamples a given vector.
up.sample(x, f, y = NA)
x | vector of observations |
---|---|
f | frequency of upsampling; e.g, 2, 4, etc. |
y | value to upsample with; e.g., NA, 0, etc. |
A vector twice its length.
Any basic signal processing text.
B. Whitcher