welch_fft: Welch fft

Description Usage Arguments

View source: R/frequency_analysis.R

Description

Internal function for calculating the PSD using Welch's method

Usage

1
welch_fft(data, seg_length, n_fft, noverlap, n_sig, srate)

Arguments

data

Object to perform FFT on.

seg_length

length of each segment of data.

n_fft

length of FFT.

noverlap

overlap between segments.

n_sig

number of samples total.

srate

Sampling rate of the data.


neuroconductor-devel-releases/eegUtils documentation built on May 5, 2020, 3:49 a.m.