lpredict.m

From Spinach Documentation Wiki
Revision as of 12:27, 25 April 2026 by Kuprov (talk | contribs) (Normalise sequential blank lines)
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