SAE J211/1 revision MAR95 compliant filter. |
||
Syntax |
Output = SAEFilt95(Signal, SampFreq, CFC, Pad, Dir) |
|
Arguments |
Name |
Description |
Signal |
A vector of real response data. |
|
SampFreq |
The sampling frequency in Hz. |
|
CFC |
The channel frequency class. |
|
Pad |
Padding type flag: Pad = 0, No Padding Pad = N, Mirror Padding with N samples on each end Pad = -N, Zero Padding with N samples on each end Note: Padded samples are discarded before returning results. |
|
Dir |
Direction: Dir = 1, Forward Dir = 2, Backward Dir = 3, Forward then Backward Dir = 4, Backward then Forward |
|
Outputs |
Name |
Description |
Output |
A vector obtained by filtering the source data by the defined SAE class. It has the same length as the signal vector. |
|
Example 1 |
Filter a response signal with a 100 Hz SAE 1995 filter with no padding, filtering both forwards and backwards. |
|
Syntax |
||
Output = SAEFilt95(Time, Signal, 100, 0, 3) |
||
Results |
||
Output contains the filtered signal. |
||
See Also: |