fft_n: N-point FFT

View source: R/tfr_analysis.R

fft_nR Documentation

N-point FFT

Description

Either zero-pads by adding trailing zeroes, or truncates a signal to N and runs an FFT.

Usage

fft_n(signal, n)

Arguments

signal

signal to be FFT'd

n

Number of FFT points


craddm/eegUtils documentation built on March 24, 2022, 9:17 a.m.