read_edf_signal | R Documentation |
Read 'EDF(+)' or 'BDF(+)' file signals
read_edf_signal(
path,
signal_numbers = NULL,
convert_volt = c("NA", "V", "mV", "uV")
)
path |
file path, passed to |
signal_numbers |
channel/electrode numbers |
convert_volt |
convert voltage (electric potential) to a new unit,
|
A list containing header information, signal lists, and
channel/electrode names. If signal_numbers
is specified,
the corresponding names should appear as selected_signal_names
.
get_signal()
can get physical signals after unit conversion.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.