|
| static string [,] | ChannelsToGrid (List< Channel > channels) |
| | Converts Channel's data into 2 dimension array More...
|
| |
| static List< Channel > | Convert (DataSet dataset) |
| | Converts a formated set of data to a list of Channels More...
|
| |
| static List< string > | ExcludeComment (List< string > lines, string comment) |
| | Exclude comment More...
|
| |
| static DataSet | Format (List< string > lines, char delimiter, int header, string group, double fs) |
| | Creates a formated data set More...
|
| |
| static object | Load (string path) |
| | Loads an object from a binary file More...
|
| |
| static List< string > | ReadFile (string path) |
| | Reads all lines of a file More...
|
| |
| static void | Save (object obj, string path) |
| | Saves an object to a binary file More...
|
| |
| static void | SaveData (List< Channel > channels, char delimeter, string path) |
| | Saves a list of Channels into a Text file More...
|
| |