Learn R Programming

RSEIS (version 3.3-3)

FRWDft: Forward fourier Transform

Description

Forward fourier Transform

Usage

FRWDft(g, n, tstart, dt)

Arguments

g
input signal
n
number of points
tstart
start of trace
dt
sample interval, s

Value

  • Gfourier compnents
  • ffrequency vector
  • ttime vector

See Also

INVRft

Examples

Run this code
zil  <-  rnorm(300)
fss  <-  FRWDft( zil, length(zil), 0, 0.004)

Run the code above in your browser using DataLab