DSP Blockset    
RMS

Compute the root-mean-square (RMS) value of an input or sequence of inputs.

Library

Statistics

Description

The RMS block computes the RMS value of each column in the input, or tracks the RMS value of a sequence of inputs over a period of time. The Running RMS parameter selects between basic operation and running operation.

Basic Operation

When the Running RMS check box is not selected, the block computes the RMS value of each column in M-by-N input matrix u independently at each sample time.

For convenience, length-M 1-D vector inputs and sample-based length-M row vector inputs are both treated as M-by-1 column vectors.

The output at each sample time, y, is a 1-by-N vector containing the RMS value for each column in u. The RMS value of the jth column is

The frame status of the output is the same as that of the input.

Running Operation

When the Running RMS check box is selected, the block tracks the RMS value of each channel in a time-sequence of M-by-N inputs. For sample-based inputs, the output is a sample-based M-by-N matrix with each element yij containing the RMS value of element uij over all inputs since the last reset. For frame-based inputs, the output is a frame-based M-by-N matrix with each element yij containing the RMS value of the jth column over all inputs since the last reset, up to and including element uij of the current input.

As in basic operation, length-M 1-D vector inputs and sample-based length-M row vector inputs are both treated as M-by-1 column vectors.

Resetting the Running RMS.   The block resets the running RMS whenever a reset event is detected at the optional Rst port. The reset signal rate must be a positive integer multiple of the rate of the data signal input.

When the block is reset for sample-based inputs, the running RMS for each channel is initialized to the value in the corresponding channel of the current input. For frame-based inputs, the running RMS for each channel is initialized to the earliest value in each channel of the current input.

The reset event is specified by the Reset port parameter, and can be one of the following:

Example

The RMS block in the model below calculates the running RMS of a frame-based 3-by-2 (two-channel) matrix input, u. The running RMS is reset at t=2 by an impulse to the block's Rst port.

The RMS block has the following settings:

The Signal From Workspace block has the following settings:

where

The Discrete Impulse block has the following settings:

The block's operation is shown in the figure below.

Dialog Box

Running RMS
Enables running operation when selected.
Reset port
Determines the reset event that causes the block to reset the running RMS. The reset signal rate must be a positive integer multiple of the rate of the data signal input. This parameter is enabled only when you set the Running RMS parameter. For more information, see Resetting the Running RMS.

Supported Data Types

To learn how to convert to the above data types in MATLAB and Simulink, see Supported Data Types and How to Convert to Them.

See Also

Mean
DSP Blockset
Variance
DSP Blockset

Also see Statistics for a list of all the blocks in the Statistics library.


  RLS Adaptive Filter Sample and Hold