lbands | R Documentation |
Convenience function to generate five new band-filtered signals given a raw EEG channel
lbands(l)
l |
a required parameter, which should be a single channel name, e.g.
matching one from |
if the channel l
exists, this command will generate five new EDF
channels that are band-pass filtered versions of the original, for delta,
theta, alpha, sigma and beta bands.
It is simply a wrapper around a series of COPY
and FILTER commands.
You'll need to edit the function definition, or supply a new one, to get
different bands, etc. (Just type lbands
at the R command line to
see the function definition.)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.