LabVIEW Sound and Vibration API Reference

SVPO Convert to Even Angle Signal VI

  • Updated2024-06-18
  • 14 minute(s) read

SVPO Convert to Even Angle Signal VI

Owning Palette: Embedded Monitoring VIs

Requires: Sound and Vibration Toolkit

Converts an even-time-spaced scaled signal to an even-angle-spaced signal by resampling the acquired signal. The output signal is synchronous to the rotational speed with a constant number of samples per revolution. Use this VI on embedded targets that have limited computational resources. Wire data to the scaled signal [EU] input to determine the polymorphic instance to use or manually select the instance.

SVPO Convert to Even Angle Signal (1 Ch DBL Array)

reset? specifies the initialization of the internal states. The first time this VI runs, or when reset? is TRUE, the internal states initialize to zero. If reset? is FALSE, this VI sets the internal states to the final states from the previous call to the VI. The default is FALSE. If sampling rate or max order change in a continuous measurement, you must manually reset this VI, the SVPO Analog Tacho Process VI, and VIs that use the output of this VI in the application. You also need to manually set reset? to TRUE if the input values of SVPO Analog Tacho Process VI change in a continuous measurement.
scaled signal [EU] specifies the scaled signal expressed in the selected engineering units. You can use the SVPO Scale Voltage to EU VI to obtain a properly scaled signal.
sampling rate [Hz] specifies the sampling rate of the input signal in hertz.
speed position info specifies the position information of the input signal.
positions [s] specifies the locations of the samples in seconds.
samples/rev specifies the number of samples per revolution.
max order specifies the maximum order to analyze. The default is 16.
even-angle signal returns data resampled at even-angle intervals. This parameter is synchronous to the rotational speed with constant number of samples per revolution.
r0 returns the starting index value for counting revolutions.
dr returns the revolution interval between two sequential samples.
Y returns the values of even-angle spaced samples in a scaled engineering unit.
even-angle position info returns the position information of even-angle signal.
positions [s] returns the locations of the samples in seconds.
samples/rev returns the number of samples per revolution.

SVPO Convert to Even Angle Signal (N Ch DBL Array)

reset? specifies the initialization of the internal states. The first time this VI runs, or when reset? is TRUE, the internal states initialize to zero. If reset? is FALSE, this VI sets the internal states to the final states from the previous call to the VI. The default is FALSE. If sampling rate or max order change in a continuous measurement, you must manually reset this VI, the SVPO Analog Tacho Process VI, and VIs that use the output of this VI in the application. You also need to manually set reset? to TRUE if the input values of SVPO Analog Tacho Process VI change in a continuous measurement.
scaled signals [EU] specifies the scaled signals expressed in the selected engineering units. You can use the SVPO Scale Voltage to EU VI to obtain a properly scaled signal.
sampling rate [Hz] specifies the sampling rate of the input signal in hertz.
speed position info specifies the position information of the input signal.
positions [s] specifies the locations of the samples in seconds.
samples/rev specifies the number of samples per revolution.
max order specifies the maximum order to analyze. The default is 16.
even-angle signals returns data resampled at even-angle intervals. This parameter is synchronous to the rotational speed with constant number of samples per revolution.
r0 returns the starting index value for counting revolutions.
dr returns the revolution interval between two sequential samples.
Y returns the values of even-angle spaced samples in a scaled engineering unit.
even-angle position info returns the position information of even-angle signals.
positions [s] returns the locations of the samples in seconds.
samples/rev returns the number of samples per revolution.

SVPO Convert to Even Angle Signal (1 Ch DBL Array) with IC

reset? specifies the initialization of the internal states. The first time this VI runs, or when reset? is TRUE, the internal states initialize to zero. If reset? is FALSE, this VI sets the internal states to the final states from the previous call to the VI. The default is FALSE. If sampling rate or max order change in a continuous measurement, you must manually reset this VI, the SVPO Analog Tacho Process VI, and VIs that use the output of this VI in the application. You also need to manually set reset? to TRUE if the input values of SVPO Analog Tacho Process VI change in a continuous measurement.
scaled signal [EU] specifies the scaled signal expressed in the selected engineering units. You can use the SVPO Scale Voltage to EU VI to obtain a properly scaled signal.
sampling rate [Hz] specifies the sampling rate of the input signal in hertz.
speed position info specifies the position information of the input signal.
positions [s] specifies the locations of the samples in seconds.
samples/rev specifies the number of samples per revolution.
initial conditions specifies the initial internal state of this VI. This input should come from the previous output of final conditions from the last call to this VI in order to operate on samples continuously.
max order specifies the maximum order to analyze. The default is 16.
even-angle signal returns data resampled at even-angle intervals. This parameter is synchronous to the rotational speed with constant number of samples per revolution.
r0 returns the starting index value for counting revolutions.
dr returns the revolution interval between two sequential samples.
Y returns the values of even-angle spaced samples in a scaled engineering unit.
even-angle position info returns the position information of even-angle signal.
positions [s] returns the locations of the samples in seconds.
samples/rev returns the number of samples per revolution.
final conditions returns the final internal state of this VI. This output should be passed to the initial conditions input on the next call to this VI in order to operate on samples continuously.

SVPO Convert to Even Angle Signal (1 Ch DBL WDT)

reset? specifies the initialization of the internal states. The first time this VI runs, or when reset? is TRUE, the internal states initialize to zero. If reset? is FALSE, this VI sets the internal states to the final states from the previous call to the VI. The default is FALSE. If sampling rate or max order change in a continuous measurement, you must manually reset this VI, the SVPO Analog Tacho Process VI, and VIs that use the output of this VI in the application. You also need to manually set reset? to TRUE if the input values of SVPO Analog Tacho Process VI change in a continuous measurement.
scaled signal [EU] specifies the scaled signal expressed in the selected engineering units. You can use the SVPO Scale Voltage to EU VI to obtain a properly scaled signal.
t0 specifies the start time of the waveform.
dt specifies the time interval in seconds between data points in the waveform.
Y specifies the data values of the waveform.
speed position info specifies the position information of the input signal.
positions [s] specifies the locations of the samples in seconds.
samples/rev specifies the number of samples per revolution.
max order specifies the maximum order to analyze. The default is 16.
even-angle signal returns data resampled at even-angle intervals. This parameter is synchronous to the rotational speed with constant number of samples per revolution.
r0 returns the starting index value for counting revolutions.
dr returns the revolution interval between two sequential samples.
Y returns the values of even-angle spaced samples in a scaled engineering unit.
even-angle position info returns the position information of even-angle signal.
positions [s] returns the locations of the samples in seconds.
samples/rev returns the number of samples per revolution.

SVPO Convert to Even Angle Signal (N Ch DBL WDT)

reset? specifies the initialization of the internal states. The first time this VI runs, or when reset? is TRUE, the internal states initialize to zero. If reset? is FALSE, this VI sets the internal states to the final states from the previous call to the VI. The default is FALSE. If sampling rate or max order change in a continuous measurement, you must manually reset this VI, the SVPO Analog Tacho Process VI, and VIs that use the output of this VI in the application. You also need to manually set reset? to TRUE if the input values of SVPO Analog Tacho Process VI change in a continuous measurement.
scaled signals [EU] specifies the scaled signals expressed in the selected engineering units. You can use the SVPO Scale Voltage to EU VI to obtain a properly scaled signal.
t0 specifies the start time of the waveform.
dt specifies the time interval in seconds between data points in the waveform.
Y specifies the data values of the waveform.
speed position info specifies the position information of the input signal.
positions [s] specifies the locations of the samples in seconds.
samples/rev specifies the number of samples per revolution.
max order specifies the maximum order to analyze. The default is 16.
even-angle signals returns data resampled at even-angle intervals. This parameter is synchronous to the rotational speed with constant number of samples per revolution.
r0 returns the starting index value for counting revolutions.
dr returns the revolution interval between two sequential samples.
Y returns the values of even-angle spaced samples in a scaled engineering unit.
even-angle position info returns the position information of even-angle signals.
positions [s] returns the locations of the samples in seconds.
samples/rev returns the number of samples per revolution.

SVPO Convert to Even Angle Signal (1 Ch DBL WDT) with IC

reset? specifies the initialization of the internal states. The first time this VI runs, or when reset? is TRUE, the internal states initialize to zero. If reset? is FALSE, this VI sets the internal states to the final states from the previous call to the VI. The default is FALSE. If sampling rate or max order change in a continuous measurement, you must manually reset this VI, the SVPO Analog Tacho Process VI, and VIs that use the output of this VI in the application. You also need to manually set reset? to TRUE if the input values of SVPO Analog Tacho Process VI change in a continuous measurement.
scaled signal [EU] specifies the scaled signal expressed in the selected engineering units. You can use the SVPO Scale Voltage to EU VI to obtain a properly scaled signal.
sampling rate [Hz] specifies the sampling rate of the input signal in hertz.
speed position info specifies the position information of the input signal.
positions [s] specifies the locations of the samples in seconds.
samples/rev specifies the number of samples per revolution.
initial conditions specifies the initial internal state of this VI. This input should come from the previous output of final conditions from the last call to this VI in order to operate on samples continuously.
max order specifies the maximum order to analyze. The default is 16.
even-angle signal returns data resampled at even-angle intervals. This parameter is synchronous to the rotational speed with constant number of samples per revolution.
r0 returns the starting index value for counting revolutions.
dr returns the revolution interval between two sequential samples.
Y returns the values of even-angle spaced samples in a scaled engineering unit.
even-angle position info returns the position information of even-angle signal.
positions [s] returns the locations of the samples in seconds.
samples/rev returns the number of samples per revolution.
final conditions returns the final internal state of this VI. This output should be passed to the initial conditions input on the next call to this VI in order to operate on samples continuously.

Log in to get a better experience