Biosignal RMS VI
- Updated2023-02-21
- 3 minute(s) read
Biosignal RMS VI
Owning Palette: Biosignal Preprocessing VIs
Requires: Biomedical Toolkit
Calculates the root mean square (RMS) value of a biosignal.
You must manually select the polymorphic instance to use.
Biosignal RMS (Waveform)
![]() |
initialize? specifies whether to initialize the internal state of the VI. This VI performs calculations that are dependent on all previous data since the VI last ran or since you set initialize? to TRUE. When initialize? is TRUE, this VI restarts the calculation dependency. The default is FALSE. | ||
![]() |
biosignal specifies the biosignal for which this VI calculates the RMS value. | ||
![]() |
window info specifies the window information that this VI uses to calculate the RMS value.
| ||
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | ||
![]() |
RMS value returns the RMS value of the biosignal. | ||
![]() |
error out contains error information. This output provides standard error out functionality. |
Biosignal RMS (Array)
![]() |
initialize? specifies whether to initialize the internal state of the VI. This VI performs calculations that are dependent on all previous data since the VI last ran or since you set initialize? to TRUE. When initialize? is TRUE, this VI restarts the calculation dependency. The default is FALSE. | ||
![]() |
biosignal specifies the biosignal for which this VI calculates the RMS value. | ||
![]() |
window info specifies the window information that this VI uses to calculate the RMS value.
| ||
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | ||
![]() |
RMS value returns the RMS value of the biosignal. | ||
![]() |
error out contains error information. This output provides standard error out functionality. |
Examples
Refer to the following VIs for examples of using the Biosignal RMS VI:
- Biosignal Preprocessing Comparison VI: labview\examples\Biomedical\Biosignal
- Biosignal Logger VI: labview\examples\Biomedical\Biosignal