You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
audio: eq_iir: tune: accept multiple measurement files in sof_ucm2_eq_generate
Allow the meas_file argument to be a cell array of paths in addition to
a single string. Each file is still loaded and column-averaged the same
way it was before; the per-file traces are then averaged together into
the single response the IIR + FIR fit consumes.
All files must share the exact same frequency grid. A mismatch aborts
before any fit is attempted with an error that names both the offending
file and the reference (first) file, so it is obvious which measurement
was captured on a different grid.
The main use case is a series of measurements taken with the microphone
at different positions in front of the speaker, so the tuning target is
the spatial average of those positions instead of the exact frequency
response at one arbitrary spot.
Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
0 commit comments