Changes between Version 4 and Version 5 of PDAF_get_smootherens
- Timestamp:
- Jan 16, 2015, 11:59:07 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_get_smootherens
v4 v5 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 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. 24 * The maximum lag to which is smoothed is specified as one of values in the integer parameter array in the call to `PDAF_init`. `maxlag` can reach at most the value of the smoother lag given in the initialization of PDAF. It's value will be smaller if a smaller number of analysis steps has been computed at the time of the call.