Skip to contents

Aliased sinc function

Usage

asinc(x, T, delta_t)

Arguments

x

numeric

T

length of a finite time series, e.g. 1e04

delta_t

sampling frequency of the sediment core / climate timeseries

Examples

plot(asinc(seq(-1 / 2, 1 / 2, length.out = 1001), T = 10, delta_t = 1), type = "l")