[][src]Function wfdb_rust::parse_wfdb

pub fn parse_wfdb(header_path: &Path) -> (Header, Vec<Vec<i16>>)

Parse the WFDB signals based on information in the header. This returns the parsed header as well as a Vec for each signal listed in the header.