Learn R Programming

RSEIS (version 4.2-4)

FRWDft: Forward fourier Transform

Description

Forward fourier Transform

Usage

FRWDft(g, n, tstart, dt)

Value

G

fourier compnents

f

frequency vector

t

time vector

Arguments

g

input signal

n

number of points

tstart

start of trace

dt

sample interval, s

Author

Jonathan M. Lees<jonathan.lees.edu>

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