LInterpolation ( table )
Purpose: Returns a table with each array linearly filled in
so that there is a data point for every point in
time. Used by: Plugin, Fourier, AutoCorrelation
Uses: AnalysisPlugins, Numeric, Table
Input: table : Table
Output: LInterpolation : Table
Preconditions: Assumes data is ordered by time
Postconditions: None
SRS Refs: 3.2.1.3d, 3.2.1.3e
Author: rihoward
Date: 25/7/02
|