Changes between Version 3 and Version 4 of PDAF_get_smootherens


Ignore:
Timestamp:
Jan 16, 2015, 11:45:33 AM (9 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_get_smootherens

    v3 v4  
    2121 * The third index in `sens_point` is directed into the past, thus for a value of 1 one accesses the most recent smoothed time.
    2222 * The smoother is only performed for time instances at which the filter analysis step is performed. Thus, one has access to the last `smoothed_times` analysis times.
     23 * When the offline implementation of PDAF is used the smoothing is only possible, if the smoother array is filled before doing a filter analysis step. Use the routine `PDAF_set_smootherens` (see [wiki:PDAF_set_smootherens]) for this purpose.