lpredict.m

From Spinach Documentation Wiki
Jump to: navigation, search

Forward linear prediction.

Syntax

    y=lpredict(x,npcoeffs,npredps)

Arguments

     x        - input data, a column vector

     npcoeffs - number of predictor coefficients,
                must be greater than 1

     npredps  - number of data points to predict

Outputs

     y        - predicted points

See also

Miscellaneous data processing


Version 2.8, authors: Ilya Kuprov