LabVIEW Sound and Vibration API Reference

SVT Human Vibration Weighting Filter (Fixed Rates) VI

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

SVT Human Vibration Weighting Filter (Fixed Rates) VI

Owning Palette: Weighting and Filtering VIs

Requires: Sound and Vibration Toolkit

Applies the selected human vibration weighting to a scaled signal expressed in engineering units. This VI complies with ISO 8041:2005 (E), JIS B 7760:2004, and JISB 7761:2004 standards. Each instance of this VI maintains its own state; use the N Channel instance of this VI to process an array of channels. This VI operates on time-continuous data; it resets on a discontinuity. Wire data to the scaled signal [EU] input to determine the polymorphic instance to use or manually select the instance.

Details  Example

SVT Human Vibration Weighting Filter (Fixed Rates) (1 Ch)

scaled signal [EU] specifies the scaled signal expressed in the selected engineering units. To obtain a properly scaled signal, you can use the SVL Scale Voltage to EU VI or define a virtual channel in National Instruments Measurement & Automation Explorer (MAX).
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.
weighting specifies the type of weighting to apply to the input time-domain signal. Use Linear if you do not need any weighting.

0Linear (Default)
1Wh: hand-arm
2Wb: vertical whole-body
3Wc: horizontal whole-body
4Wd: horizontal whole-body
5We: rotational whole-body
6Wj: vertical head
7Wk: vertical whole-body
8Wm: whole-body in buildings
9Wf: low-frequency whole-body
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
reset filter specifies whether this VI resets the weighting filter. The default is FALSE. The first time you call this VI, the filter restarts automatically.
weighted signal [EU] returns the weighted signal based on the signal and weighting input specifications.
t0 returns the start time of the waveform.
dt returns the time interval, in seconds, between data points in the waveform.
Y returns the data values of the waveform.
error out contains error information. This output provides standard error out functionality.

SVT Human Vibration Weighting Filter (Fixed Rates) (N Ch)

scaled signals [EU] specifies the scaled signals expressed in the selected engineering units. To obtain a properly scaled signal, you can use the SVL Scale Voltage to EU VI or define virtual channels in National Instruments Measurement & Automation Explorer (MAX).
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.
weighting specifies the type of weighting to apply to the input time-domain signal. Use Linear if you do not need any weighting.

0Linear (Default)
1Wh: hand-arm
2Wb: vertical whole-body
3Wc: horizontal whole-body
4Wd: horizontal whole-body
5We: rotational whole-body
6Wj: vertical head
7Wk: vertical whole-body
8Wm: whole-body in buildings
9Wf: low-frequency whole-body
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
reset filter specifies whether this VI resets the weighting filter. The default is FALSE. The first time you call this VI, the filter restarts automatically.
weighted signals [EU] returns the weighted signals based on the signal and weighting input specifications.
t0 returns the start time of the waveform.
dt returns the time interval, in seconds, between data points in the waveform.
Y returns the data values of the waveform.
error out contains error information. This output provides standard error out functionality.

SVT Human Vibration Weighting Filter (Fixed Rates) Details



Fixed-rate weighting for human vibration measurements
sample rate (Hz)Wb, Wc, Wd, We, Wj, Wk, WmWfWh
1000.000YYN
2000.000YYN
3200.000YYN
4000.000YYY
5000.000YYY
6400.000YYY
8000.000YYY
10000.000YYY
12500.000YYY
12800.000YYY
16666.666YNY
20000.000YNY
25000.000YNY
25600.000YNY
33333.333YNY
50000.000YNY
51200.000YNY

Example

Refer to the Level with Human Vibration Filter (DAQmx) VI in the labview\examples\Sound and Vibration\Vibration Level Measurements directory for an example of using the SVT Human Vibration Weighting Filter (Fixed Rates) VI.

Log in to get a better experience