summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-06-07 06:25:47 +0200
committerStanislaw Halik <sthalik@misaki.pl>2015-06-07 06:25:47 +0200
commita75a809461a20ecb86b6d1bdc9d8a06a4f11d4d8 (patch)
tree27bb380732faf9871af2d042482adbdc695a85ff
parentecab822f028cfc930a34521b24a0311a9dd97611 (diff)
accela: adjust gains a bit
-rw-r--r--ftnoir_filter_accela/ftnoir_filter_accela.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ftnoir_filter_accela/ftnoir_filter_accela.cpp b/ftnoir_filter_accela/ftnoir_filter_accela.cpp
index 0e6fa235..d493a8d7 100644
--- a/ftnoir_filter_accela/ftnoir_filter_accela.cpp
+++ b/ftnoir_filter_accela/ftnoir_filter_accela.cpp
@@ -45,9 +45,9 @@ void FTNoIR_Filter::filter(const double* input, double *output)
static const double rot_gains[][2] = {
{ 6, 15 },
- { 5, 6 },
- { 4, 3 },
- { 3, 1.3 },
+ { 5, 7 },
+ { 4, 4 },
+ { 3, 1.6 },
{ 2, .7 },
{ 1, .4 },
{ 0, .2 },