SignalImporters
SignalIn
This block takes variables defined in the OML workspace and treats them as signals. The variable should have "time" and "ch" fields.
FromBase
This block outputs the value of the corresponding variable defined from the Base scope. If the variable is not defined in the Base, the variable default value is used.
FromCSV
This block reads data from a .csv file. The first line of the .csv file should include the variable names, and the first variable name should be "time".
FromCSVnoHeader
This block reads data from a CSV file where the header line may or may not be present.
FromHDF
This block reads in data from an HDF5 file, then outputs the data as a signal.
FromMatFile
This block reads in data from a Matfile and then outputs the data as a signal.
FromTextFile
This block reads in data from an ASCII text file. The data is read in columnwise.