LabWindows/CVI

Table of Contents
  • LabWindows/CVI Fundamentals
  • Creating Applications
  • Distributing Applications
  • Library Reference
  • Programmer Reference
  • Hardware Information

CxRMS

Advanced Analysis Library Only

AnalysisLibErrType CxRMS (NIComplexNumber inputArray[], ssize_t numberOfElements, double *rootMeanSquared);

Purpose

Computes the root mean square of the input sequence inputArray using the following equation:

Parameters

Input
Name Type Description
inputArray NIComplexNumber [] The input complex sequence for RMS calculation.
numberOfElements ssize_t The length of inputArray.
Output
Name Type Description
rootMeanSquared double The root mean square of sequence inputArray.

Return Value

Name Type Description
status AnalysisLibErrType A value that specifies the type of error that occurred. Refer to analysis.h for definitions of these constants.

Additional Information

Library: Advanced Analysis Library

Include file: analysis.h

LabWindows/CVI compatibility: LabWindows/CVI 8.5 and later

Log in to get a better experience