R/frequency_analysis.R
welch_fft.Rd
Internal function for calculating the PSD using Welch's method. Hardcoded to use Hamming window.
welch_fft(data, seg_length, n_fft, noverlap, n_sig, srate)
Object to perform FFT on.
length of each segment of data.
length of FFT.
overlap between segments.
number of samples total.
Sampling rate of the data.