Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
ezfit:clarujust:ezfit_optimizer_clarujust_algorithms [2010/01/07 15:58]
smayr
ezfit:clarujust:ezfit_optimizer_clarujust_algorithms [2010/01/08 16:44] (current)
smayr
Line 6: Line 6:
 === Steps ===  === Steps === 
  
-It turns out that the CRs provided by the Ethos API generate nice even gain steps as we increase the CR index. Valid indexes range from 0 to 15, corresponding to CRs going from 1:1 up to 4:1.+It turns out that the CRs provided by the Ethos API generate nice even gain steps as we increase the CR index.  
 +  * Valid indexes range from 0 to 15, corresponding to CRs going from 1:1 up to 4:1
 +  * Let's assume a TK of 50dB (index 2 ...which is our default) for these calculations.
  
-Let's assume a TK of 50dB (index 2 ...which is our default) for these calculations. 
 ==== Calculate Gain 60 and 80 ====  ==== Calculate Gain 60 and 80 ==== 
  
Line 22: Line 23:
 G80 = G50 - (30 x 0.05 x CRi); G80 = G50 - (30 x 0.05 x CRi);
 </code> </code>
- +
   * Gain Input:   * Gain Input:
     * G60 (Gain for 60in): It is the gain for 50 in (G50) reduced by 10x0.05 multiplied by the CR index (NOT the CR itself).      * G60 (Gain for 60in): It is the gain for 50 in (G50) reduced by 10x0.05 multiplied by the CR index (NOT the CR itself). 
Line 104: Line 105:
 // all done setup80 // all done setup80
 </code> </code>
- 
 ==== Compression ====  ==== Compression ==== 
  
Line 141: Line 141:
 </code> </code>
    
-Please double check that we are setting the TKs to index 2 (50dB).+
    
 +
 === Summary === === Summary ===