Changes between Version 3 and Version 4 of PDAF_get_smootherens
- Timestamp:
- Jan 16, 2015, 11:45:33 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_get_smootherens
v3 v4 21 21 * The third index in `sens_point` is directed into the past, thus for a value of 1 one accesses the most recent smoothed time. 22 22 * 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.