step

System object: dsp.RCToAutocorrelation
Package: dsp

Convert columns of reflection coefficients to autocorrelation coefficients

Syntax

AC = step(rc2ac,K)
AC = step(rc2ac,K,P)

Description

Note

Starting in R2016b, instead of using the step method to perform the operation defined by the System object™, you can call the object with arguments, as if it were a function. For example, y = step(obj,x) and y = obj(x) perform equivalent operations.

AC = step(rc2ac,K) converts the columns of the reflection coefficients, K, to autocorrelation coefficients, AC.

AC = step(rc2ac,K,P) when you set the PredictionErrorInputPort property to true, converts the columns of the reflection coefficients, K , to autocorrelation coefficients, AC, using P as the prediction error power. P must be a row vector with same number of columns as in K.

Note

obj specifies the System object on which to run this step method.

The object performs an initialization the first time the step method is executed. This initialization locks nontunable properties (MATLAB) and input specifications, such as dimensions, complexity, and data type of the input data. If you change a nontunable property or an input specification, the System object issues an error. To change nontunable properties or inputs, you must first call the release method to unlock the object.