Skip to content

Z_weighting

const Z_weighting: (frequencies, min_db) => number | any[] = z_weighting

Defined in: packages/pleco-xa/src/scripts/xa-convert.js:884

Z-weighting (flat/no weighting) for frequency analysis

number | any[]

Frequencies in Hz (scalar or array)

number = null

Minimum dB value (not used for Z-weighting, included for API compatibility)

number | any[]

Weighting values (all zeros for Z-weighting)