HyperMath

ISO6487

ISO6487

Previous topic Next topic No expanding text in this topic  

ISO6487

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

SAE J211/1 revision MAR95 filter with ISO 6487 compliant mirroring applied.

Syntax

output = ISO6487(time, signal, freq)

Arguments

Name

Description

 

time

A vector of time values.

 

signal

A vector of real data. Must match length of time vector.

 

freq

The filter frequency in Hz.

Outputs

Name

Description

 

output

A vector of filtered data.

Example

Filter a signal with a filter frequency of 1000 Hz.

 

Syntax

 

output = ISO6487(time, signal, 1000)

 

Results

 

Results as would be seen if printed out.

Comments

ISO compliant mirroring + SAE (J211) filter routine.