@@ -157,7 +157,7 @@ public SignalParametersForDI(){
157
157
158
158
public static class SignalParametersForCCI extends SignalParameters {
159
159
public SignalParametersForCCI () {
160
- super (new NormalizeInterface (){@ Override public int normalize (double input ) {return (int ) (input / 8 ) + 5 ;}},
160
+ super (new NormalizeInterface (){@ Override public int normalize (double input ) {return (int ) (input / 8 );}},
161
161
new MutableInteger (30 ), new MutableInteger (10 ),
162
162
new SignalGuage []{new SignalGuage (new MutableEnum <SignalGuageType >(SignalGuageType .guage_threshold_left ), SignalBounds .bounds_lower , -30 )},
163
163
new SignalGuage []{new SignalGuage (new MutableEnum <SignalGuageType >(SignalGuageType .guage_threshold_left ), SignalBounds .bounds_upper , 0 )},
@@ -245,7 +245,7 @@ public SignalParametersForSTORSI() {
245
245
246
246
public static class SignalParametersForUO extends SignalParameters {
247
247
public SignalParametersForUO () {
248
- super (new NormalizeInterface (){@ Override public int normalize (double input ) {return (int ) (MathTools . pow ( input , 1.04 ) - 55 );}},
248
+ super (new NormalizeInterface (){@ Override public int normalize (double input ) {return (int ) (( double ) input / 1.2 - 45 );}},
249
249
new MutableInteger (30 ), new MutableInteger (10 ),
250
250
new SignalGuage []{new SignalGuage (new MutableEnum <SignalGuageType >(SignalGuageType .guage_threshold_left ), SignalBounds .bounds_lower , -10 )},
251
251
new SignalGuage []{new SignalGuage (new MutableEnum <SignalGuageType >(SignalGuageType .guage_threshold_left ), SignalBounds .bounds_upper , 13 )},
0 commit comments