lpredict.m
Forward linear prediction.
Syntax
y=lpredict(x,npcoeffs,npredps)
Parameters
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
autophase.m, destreak.m, tikhoind.m, tikhonov.m, Import,_export,_and_visualisation
Version 2.8, authors: Ilya Kuprov