Skip to content

Commit

Permalink
Merge pull request #45 from jyrkialakuijala/main
Browse files Browse the repository at this point in the history
1-2 db more precision
  • Loading branch information
jyrkialakuijala authored Mar 8, 2024
2 parents 986ed0e + b26e0b7 commit 9c45639
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions speaker_experiments/identity_sliding_fft.cc
Original file line number Diff line number Diff line change
Expand Up @@ -117,20 +117,20 @@ FilterMode GetFilterMode() {
}

static const float kRotatorGains[kNumRotators] = {
2.912138, 1.701489, 2.744206, 4.447661,
0.494643, 3.636012, 0.203908, 0.045490,
0.034070, 0.180307, 1.513761, 1.994389,
1.598270, 1.158646, 0.183195, 0.167145,
2.011196, 0.704368, 0.193714, 1.212243,
1.268576, 0.363077, 0.925369, 1.113430,
0.717405, 0.714828, 1.122345, 0.643973,
0.938022, 0.861511, 0.758117, 0.986843,
0.723425, 0.920137, 0.796517, 0.853722,
0.893164, 0.838417, 0.802576, 0.883825,
0.861366, 0.843076, 0.835036, 0.854449,
0.847942, 0.829981, 0.857752, 0.829870,
0.855910, 0.871936, 0.811830, 0.874936,
0.829745, 0.870881, 0.826383, 0.851275,
1.0, 1.0, 1.0, 1.0,
1.0, 1.0, 1.0, 1.0,
1.0, 1.0, 1.0, 1.0,
1.0, 1.0, 1.0, 1.0,
1.0, 1.0, 1.0, 1.0,
1.0, 1.0, 1.0, 1.0,
1.0, 1.0, 1.0, 1.0,
1.0, 1.0, 1.0, 1.0,
1.0, 1.0, 1.0, 1.0,
1.0, 1.0, 1.0, 1.0,
0.99, 0.99, 0.99, 0.99,
0.99, 0.99, 0.99, 0.99,
0.99, 0.99, 0.99, 0.99,
0.97, 0.94, 0.92, 0.9,
0.855121, 0.848116, 0.845903, 0.853037,
0.847783, 0.843479, 0.858642, 0.848820,
0.850666, 0.852596, 0.849117, 0.857270,
Expand Down

0 comments on commit 9c45639

Please sign in to comment.