addSignals
Description
adds new signals to the European Data Format (EDF) or EDF+ file with labels in
edfw
= addSignals(edfw
,signallabels
,signaldata
)signallabels
and data in signaldata
.
specifies additional options using name-value pairs. For example,
edfw
= addSignals(___,Name,Value
)'DigitalMin',-2048,'DigitalMax',2048
specifies the digital minimum and
digital maximum values of sigdata
.
Examples
Input Arguments
Output Arguments
References
[1] Moody, G.B., and R.G. Mark. “The Impact of the MIT-BIH Arrhythmia Database.” IEEE Engineering in Medicine and Biology Magazine 20, no. 3 (June 2001): 45–50. https://doi.org/10.1109/51.932724.
[2] Kemp, Bob, Alpo Värri, Agostinho C. Rosa, Kim D. Nielsen, and John Gade. “A Simple Format for Exchange of Digitized Polygraphic Recordings.” Electroencephalography and Clinical Neurophysiology 82, no. 5 (May 1992): 391–93. https://doi.org/10.1016/0013-4694(92)90009-7.
[3] Kemp, Bob, and Jesus Olivan. "European Data Format 'plus' (EDF+), an EDF Alike Standard Format for the Exchange of Physiological Data." Clinical Neurophysiology 114, no. 9 (2003): 1755–1761. https://doi.org/10.1016/S1388-2457(03)00123-8.
Version History
Introduced in R2021a