Skip to content

figure8Filter¶

ET Typeobject 4.3.0

The figure8Filter 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¶

"figure8Filter": {
    "cutoffFrequency": 83.3,
    "cutoffUnits": "Hz"
}