IMAT Tachometer class.
tach = IMATTachometer(fn,type[,params])
tach = IMATTachometer(fn,type)
The IMATTACHOMETER class is derived from the TACHOMETER class. It provides an IMAT-based wrapper around the various tachometer classes.
FN is a scalar IMAT_FN containing a time history of the tachometer signal.
TYPE is a string specifying the type of tachometer. Valid choices are
String | Type | Base Class |
'pulse' | Pulse tachometer | PulseTachometer |
PARAMS is a list of the input arguments required by the particular tachometer type. Please see the help for each tachometer base class for more details. A summary of input arguments already provided by IMATTACHOMETER to each tachometer type is as follows:
Type | Arguments |
'pulse' | PULSES, ABEGIN, DT |
IMATVKFilter