Calculate trigger on and off times.
Given thres1 and thres2 calculate trigger on and off times from characteristic function.
This method is written in pure Python and gets slow as soon as there are more then 1e6 triggerings (“on” AND “off”) in charfct — normally this does not happen.
Parameters: |
|
---|---|
Return type: | List |
Returns: | Nested List of trigger on and of times in samples |