Difference between revisions of "Lpredict.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Update function See also links and function index membership)
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
     y=lpredict(x,npcoeffs,npredps)
 
     y=lpredict(x,npcoeffs,npredps)
  
==Arguments==
+
==Parameters==
  
 
       x        - input data, a column vector
 
       x        - input data, a column vector
Line 20: Line 20:
  
 
==See also==
 
==See also==
[[Import,_export,_and_visualisation#Miscellaneous_data_processing|Miscellaneous data processing]]
+
[[autophase.m]], [[destreak.m]], [[tikhoind.m]], [[tikhonov.m]], [[Import,_export,_and_visualisation]]
 
 
  
 
''Version 2.8, authors: [[Ilya Kuprov]]''
 
''Version 2.8, authors: [[Ilya Kuprov]]''

Latest revision as of 19:38, 6 June 2026

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