eeg_power_band | R Documentation |
Compute power bands.
eeg_power_band(
.data,
.bands = list(delta = c(0.5, 4), theta = c(4, 8), alpha = c(8, 13), beta = c(13, 30)),
.relative = FALSE,
...
)
.data |
An |
.bands |
A named list of frequency bands. |
.relative |
Calculate band power relative to total power. |
... |
Other arguments passed to |
Other frequency-based functions:
eeg_psd()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.