Injects a time series of floating-point numbers into a time series of floating-point numbers using nearest-neighbour interpolation.
- Author
- Creighton, T. D.
Algorithm
Samples are added to the target time series. If the timestamps of samples in the two time series are not identical, the offsets in the target time series to which samples are added are rounded to the nearest integer — no sub-sample interpolation is performed.
◆ LALSSInjectTimeSeries()
◆ INJECTH_ENUL
Unexpected null pointer in arguments.
Definition at line 62 of file Inject.h.
◆ INJECTH_EBAD
A sampling interval is (effectively) zero.
Definition at line 63 of file Inject.h.
◆ INJECTH_EUNIT
Input or output is not in units of ADC counts.
Definition at line 64 of file Inject.h.