Skip to content

Commit

Permalink
Update DF coeffs
Browse files Browse the repository at this point in the history
  • Loading branch information
nlp80 committed Oct 16, 2018
1 parent b3c3587 commit e1b2cf3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions irFFB/irFFB.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ JetSeat *jetseat;
Fan *fan;
HidGuardian *hidGuardian;

float firc6[] = {
0.0777116f, 0.2607993f, 0.3240389f, 0.2332305f, 0.0903209f, 0.0135009f
float firc6[] = {
0.1295867f, 0.2311436f, 0.2582509f, 0.1923936f, 0.1156718f, 0.0729534f
};
float firc12[] = {
0.0483102f, 0.0886167f, 0.1247764f, 0.1501189f, 0.1582776f, 0.1456553f,
0.1193849f, 0.0846268f, 0.0456667f, 0.0148898f, 0.0032250f, 0.0164516f
float firc12[] = {
0.0322661f, 0.0696877f, 0.0967984f, 0.1243019f, 0.1317534f, 0.1388793f,
0.1129315f, 0.0844297f, 0.0699100f, 0.0567884f, 0.0430215f, 0.0392321f
};

char car[MAX_CAR_NAME];
Expand Down

0 comments on commit e1b2cf3

Please sign in to comment.