DigitalFilter2ImpulseResponse
Impulse response of a digitalFilter cascade. The impulse response is computed by filtering a sequence with length samples and a unit impulse at index pulseLag.
The outputfileResponse is a matrix with the time stamp (zero at pulseLag) in the first column and the impulse response $h_k$ in the second column.
See also DigitalFilter2FrequencyResponse.
Name | Type | Annotation |
---|---|---|
outputfileResponse | filename | columns: time [seconds], response |
digitalFilter | digitalFilter | |
length | uint | length of the impulse response |
pulseLag | uint | start of the pulse in the data series |
sampling | double | [seconds] |