SI Split Signal VI

System Identification VIs

SI Split Signal VI

Owning Palette: Data Preprocessing VIs

Installed With: System Identification Toolkit

Splits stimulus and response signals into two parts. Use one set of signals for model estimation and one for model validation. Wire data to the stimulus signal in and response signal in inputs to determine the polymorphic instance to use or manually select the instance.

Example

Use the pull-down menu to select an instance of this VI.

 Place on the block diagram  Find on the Functions palette

SI Split Signal (SISO Waveform)

stimulus signal in is the input waveform of the stimulus signal.
response signal in is the input waveform of the response signal.
1st portion (%) specifies the length of the first portion of the stimulus and response signals as a percentage of the length of the original signals. The default is 66.
stimulus signal 1 returns the waveform of the first portion of the stimulus signal.
response signal 1 returns the waveform of the first portion of the response signal.
stimulus signal 2 returns the waveform of the second portion of the stimulus signal.
response signal 2 returns the waveform of the second portion of the response signal.

SI Split Signal (SISO Array)

stimulus signal in is the input array of the stimulus signal.
response signal in is the input array of the response signal.
1st portion (%) specifies the length of the first portion of the stimulus and response signals as a percentage of the length of the original signals. The default is 66.
stimulus signal 1 returns the array of the first portion of the stimulus signal.
response signal 1 returns the array of the first portion of the response signal.
stimulus signal 2 returns the array of the second portion of the stimulus signal.
response signal 2 returns the array of the second portion of the response signal.

SI Split Signal (MISO Waveform)

stimulus signals in is the input waveform array of the stimulus signals. Each element of the waveform array is the waveform of one stimulus signal.
response signal in is the input waveform of the response signal.
1st portion (%) specifies the length of the first portion of the stimulus and response signals as a percentage of the length of the original signals. The default is 66.
stimulus signals 1 returns the waveform array of the first portion of the stimulus signals.
response signal 1 returns the waveform of the first portion of the response signal.
stimulus signals 2 returns the waveform array of the second portion of the stimulus signals.
response signal 2 returns the waveform of the second portion of the response signal.

SI Split Signal (MISO Array)

stimulus signals in is the input array of the stimulus signals. Each row in the array is one stimulus signal.
response signal in is the input array of the response signal.
1st portion (%) specifies the length of the first portion of the stimulus and response signals as a percentage of the length of the original signals. The default is 66.
stimulus signals 1 returns the array of the first portion of the stimulus signals.
response signal 1 returns the array of the first portion of the response signal.
stimulus signals 2 returns the array of the second portion of the stimulus signals.
response signal 2 returns the array of the second portion of the response signal.

SI Split Signal (MIMO Waveform)

stimulus signals in is the input waveform array of the stimulus signals. Each element of the waveform array is the waveform of one stimulus signal.
response signals in is the input waveform array of the response signals. Each element of the waveform array is the waveform of one response signal.
1st portion (%) specifies the length of the first portion of the stimulus and response signals as a percentage of the length of the original signals. The default is 66.
stimulus signals 1 returns the waveform array of the first portion of the stimulus signals.
response signals 1 returns the waveform array of the first portion of the response signals.
stimulus signals 2 returns the waveform array of the second portion of the stimulus signals.
response signals 2 returns the waveform array of the second portion of the response signals.

SI Split Signal (MIMO Array)

stimulus signals in is the input array of the stimulus signals. Each row in the array is one stimulus signal.
response signals in is the input array of the response signals. Each row in the array is one response signal.
1st portion (%) specifies the length of the first portion of the stimulus and response signals as a percentage of the length of the original signals. The default is 66.
stimulus signals 1 returns the array of the first portion of the stimulus signals.
response signals 1 returns the array of the first portion of the response signals.
stimulus signals 2 returns the array of the second portion of the stimulus signals.
response signals 2 returns the array of the second portion of the response signals.

Example

Refer to the Four-Stage Evaporator VI in the labview\examples\System Identification\Industry Applications\Process Industry Systems.llb for an example of using the SI Split Signal VI.

 Open example  Browse related examples