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.

NameTypeAnnotation
outputfileResponse
filenamecolumns: time [seconds], response
digitalFilter
digitalFilter
length
uintlength of the impulse response
pulseLag
uintstart of the pulse in the data series
sampling
double[seconds]