Skip to content

figure6Filter¶

ET Typeobject 4.3.0

The figure6Filter process is a specialized digital signal processing filter used in eddy current inspection systems, applied to data with constant sampling frequency (spatial in PerMeter or temporal in Hz).

Property Type Description
cutoffFrequency required number Filter cutoff frequency
cutoffUnits required string Unit of the cutoff frequency: Hz or PerMeter

Example¶

"figure6Filter": {
    "cutoffFrequency": 125,
    "cutoffUnits": "Hz"
}