AngleTracker¶
- class acoular.tprocess.AngleTracker¶
Bases:
MaskedTimeOut
Calculates rotation angle and rpm per sample from a trigger signal using spline interpolation in the time domain.
Gets samples from
trigger
and stores the angle and rpm samples inangle()
andrpm()
.