Main Content

Moving Average

Moving average-value computation

  • Moving Average block

Libraries:
Simscape / Electrical / Control / General Control

Description

The Moving Average block computes the moving average value of the input signal. Use this block to filter higher frequency signal components and to smooth noisy signals.

Equations

The block computes the moving average based on a moving time window. The moving average for continuous-time is equal to

u¯=1T0t0t0+T0u(t)dt,

where:

  • u(t) is the input signal.

  • T0 is equal to 1f.

  • f is the fundamental frequency of the signal.

  • t0 is the initial time for integration in a time window.

The moving average for discrete-time is equal to:

u¯(k)=1T0i=0n1u(ki).

Note

If you use this block for continuous-time operations and set the Sample time (-1 for inherited) parameter to 0, you should also specify the value of the Buffer size parameter to ensure it covers the moving time window.

Assumptions

The block initializes the output with the initial condition in the time interval [0, T0].

Ports

Input

expand all

Input signal.

Data Types: single | double

Output

expand all

Moving average of the input signal.

Data Types: single | double

Parameters

expand all

Fundamental frequency of the signal, in Hz. If you specify the fundamental frequency using a vector, it must match the input vector dimension.

Initial value of the input signal.

Size of the buffer.

Dependencies

To enable this parameter, set Sample time (-1 for inherited) to 0.

Time between consecutive block executions. During execution, the block produces outputs and, if appropriate, updates its internal state. For more information, see What Is Sample Time? and Specify Sample Time.

For inherited discrete-time operation, set this parameter to -1. For discrete-time operation, set this parameter to a positive integer. For continuous-time operation, set this parameter to 0.

If this block is in a masked subsystem or a variant subsystem that supports switching between continuous operation and discrete operation, promote this parameter to ensure correct switching between the continuous and discrete implementations of the block. For more information, see Promote Block Parameters on a Mask.

Extended Capabilities

C/C++ Code Generation
Generate C and C++ code using Simulink® Coder™.

Version History

Introduced in R2018b