Searched defs:AEC (Results 1 – 2 of 2) sorted by relevance
295 typedef struct AEC AEC; typedef297 struct AEC { struct299 IIR_HP *acMic, *acSpk; // DC-level remove Highpass)300 FIR_HP_300Hz *cutoff; // 150Hz cut-off Highpass301 REAL gain; // Mic signal amplify302 IIR1 *Fx, *Fe; // pre-whitening Highpass for x, e305 REAL dfast, xfast;306 REAL dslow, xslow;309 REAL x[NLMS_LEN + NLMS_EXT]; // tap delayed loudspeaker signal310 REAL xf[NLMS_LEN + NLMS_EXT]; // pre-whitening tap delayed signal[all …]
26 typedef struct AEC AEC; typedef