get_fft: Discrete Fourier Transformation

View source: R/osciTools.R

get_fftR Documentation

Discrete Fourier Transformation

Description

A simple wrapper around mvfft to perform Discrete Fourier Transformation, discard redundant components (for real numbers only, the second half of the transform), and name columns by 'DC' (direct current, a term from electrical engineering) and the numbers of cycles in the data set reflected by each component. The last column is the Nyquist frequency.

Usage

get_fft(x)

Arguments

x

data to be transformed


raim/segmenTools documentation built on Feb. 16, 2025, 10:40 p.m.