Changeset 17950 for trunk/FACT++


Ignore:
Timestamp:
08/12/14 10:46:42 (10 years ago)
Author:
tbretz
Message:
Updated the threshold curve according to the latest measurement in the feedback paper. The +1 is to get ceil(t)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/ratecontrol.cc

    r17167 r17950  
    506506        //fThresholdMin = max(uint16_t(41.6*pow(avg+1, 0.642)+175), fThresholdReference);
    507507        //fThresholdMin = max(uint16_t(42.3*pow(avg, 0.655)+190), fThresholdReference);
    508         fThresholdMin = max(uint16_t(46.6*pow(avg, 0.627)+187), fThresholdReference);
     508        //fThresholdMin = max(uint16_t(46.6*pow(avg, 0.627)+187), fThresholdReference);
     509        fThresholdMin = max(uint16_t(156.3*pow(avg, 0.3925)+1), fThresholdReference);
    509510        //fThresholdMin = max(uint16_t(41.6*pow(avg, 0.642)+175), fThresholdReference);
    510511        fThresholds.assign(160, fThresholdMin);
Note: See TracChangeset for help on using the changeset viewer.