computeFft: Fast Fourier Transform

Description Usage Arguments Value Author(s) Examples

View source: R/RcppExports.R

Description

Compute the discrete fourier transform using the the fast FT algorithm provided by the Armadillo library

Usage

1

Arguments

v

Armadillo vector with numeric elements

Value

A complex vector with the FT result

Author(s)

Roberto Maestre

Examples

1
2
3
4
5
## Not run: 
# simple call:
computeFft(sin(seq(1:100)))

## End(Not run)

rmaestre/variableStars documentation built on April 11, 2020, 11:10 p.m.