Skip to content

Commit 112e959

Browse files
singalsulgirdwood
authored andcommitted
Audio: EQ IIR: Tune: Add generate of +16 dB gain high-pass blobs
This change adds blobs with +16 dB gain for a number of 20 - 100 Hz high-pass blobs. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
1 parent 63fc5b3 commit 112e959

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/audio/eq_iir/tune/sof_example_iir_eq.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
% SPDX-License-Identifier: BSD-3-Clause
44
%
5-
% Copyright (c) 2016-2020, Intel Corporation. All rights reserved.
5+
% Copyright (c) 2016-2026, Intel Corporation.
66
%
77
% Author: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
88

@@ -166,7 +166,7 @@ function sof_example_iir_eq()
166166

167167
fs_list = [16e3 48e3];
168168
fc_list = [20 30 40 50 100];
169-
g_list = [0 20 30 40];
169+
g_list = [0 16 20 30 40];
170170
for i = 1:length(fs_list)
171171
for j = 1:length(fc_list);
172172
for k = 1:length(g_list);

0 commit comments

Comments
 (0)