titles_nccg


                              Titles:  NCCG
                              =============
 
Contact:  Wan, Oxford.
 
Revision History:-
================
 
5.03    N. Oblath       First version.

 
Titles Files
------------
 
ncd_input.dat
 
 
Verification
------------
 
 
Description
-----------
    
    Counter-by-counter gain variations
    Fractional gain shifts of each counter relative to its string's 
    average gain

    i is the string number (0-39)
    The variables KNCCG_WORDSPERSTRING (= 5) and KNCCG_CNTRNUM_OFFSET (= 2) are also defined to help access the various words in the bank:
      e.g. counter_rgain = rcons(ldnccg + knccg_cntrnum_offset + counter_no + string_no*knccg_wordsperstring)

    Some strings only have 3 counters.  The 4th counter for these strings has a gain of 0.
 
Data Words
----------
 
Line      Type   Variable            Description
----      ----   ----------------    --------------------------------

1           I    KNCCG_NSTRINGS      Number of strings
2+i         I    KNCCG_NCNTRS        Number of counters in the string
3+i         F    KNCCG_CNTR1_RGAIN   Relative gain for counter 1
4+i         F    KNCCG_CNTR2_RGAIN   Relative gain for counter 2
5+i         F    KNCCG_CNTR3_RGAIN   Relative gain for counter 3
6+i         F    KNCCG_CNTR4_RGAIN   Relative gain for counter 4

Notes
-----



Go Back to the Snoman Companion Top Page