Path: Math/Analysis
% Generates the autocorrelation function for the input sequence. -------------------------------------------------------------------------- Form: r = AutoCorr( x, n ) -------------------------------------------------------------------------- ------ Inputs ------ x Input sequence n 1st n samples to be used. If omitted use half. ------- Outputs ------- r Autocorrelation -------------------------------------------------------------------------- Reference: Brown R.G. and P.Y.C. Hwang (1992). Introduction to Random Signals and Applied Kalman Filtering. John Wiley & Sons, New York. 114. --------------------------------------------------------------------------
Common: CommonData/SwooshWatermark Common: General/CellToMat Common: General/MatToCell Common: General/Watermark Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/PltStyle
Back to the Math Module page