iso6487
SAE J211/1 revision MAR95 filter with ISO 6487 compliant mirroring applied.
Syntax
iso6487(vector1, vector2, scalar1, scalar2)
Arguments
- vector1
- The time vector (in seconds).
- vector2
- The response vector to filter (any units).
- scalar1, scalar2
- Filter Frequency (Hz).
Example
Curve:
X: curve.x
Y: iso6487(curve.x, curve.y, 60)
Outputs a
vector of the filtered values.Comments
ISO compliant mirroring + SAE (J211) filter routine.