Lib.numbers.float.process.PeakLevel - tixl3d/tixl GitHub Wiki
Analyzes the incoming value changes and outputs information about the peaks
Output:
- attack level (float): Attack level
- foundPeak (bool): Did the incoming value just reach a peak True / False
- timeSincePeak (float): How much time has passed since the last peak
- movingSum (float): Passing on the incoming value
Name (Relevancy & Type) | Description |
---|---|
Value (Single) | - |
Threshold (Single) | Threshold value for the height of the peak from which it is recognized as a peak (e.g. to be able to filter out noise) |
MinTimeBetweenPeaks (Single) | Defines the minimum amount of time that must have passed before a peak can be registered again |
Name | Type |
---|---|
AttackLevel | System.Single |
FoundPeak | System.Boolean |
TimeSincePeak | System.Single |
MovingSum | System.Single |
Please help use to improve this documentation. Feel free to improve the description.
⚠ Everything else is automatically generated and will be overwritten regularly.