LabVIEW Control Design and Simulation Module

SI Split Signal VI

  • Updated2023-03-14
  • 7 minute(s) read

SI Split Signal VI

Owning Palette: Data Preprocessing VIs

Requires: Advanced Signal Processing Toolkit or Control Design and Simulation Module

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

SI Split Signal (SISO Waveform)

stimulus signal in specifies the input waveform of the stimulus signal.
response signal in specifies 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 specifies an array that represents the stimulus signal.
response signal in specifies an array that represents 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 specifies the input waveform array of the stimulus signals. Each element of the waveform array is the waveform of one stimulus signal.
response signal in specifies 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 specifies an array that represents the stimulus signals. Each row in the array is one stimulus signal.
response signal in specifies an array that represents 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 specifies the input waveform array of the stimulus signals. Each element of the waveform array is the waveform of one stimulus signal.
response signals in specifies 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 specifies an array that represents the stimulus signals. Each row in the array is one stimulus signal.
response signals in specifies an array that represents 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.

Log in to get a better experience