fftcreate | R Documentation |
This function converts input signals into its Fast Fourier transform (FFT).
fftcreate(data)
data |
A seqbf object or vector to be transformed. |
The FFT shows the spectral density of the input. It can be understood as a harmonic analysis and indicates the strength of osciallative components comprising the signal. It can therefore be used to assess the meaning of oscillation as a characteristic. N/2 Frequencies are used as sampling rate.
density.bf <- fftcreate(seqbf)
tblFFT <- data.frame(density.bf = fftcreate(tbl$bf), density.rw = fftcreate(tbl$rw))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.