ComponentOne PDF for .NET
CSJ2K.j2k.wavelet.synthesis Namespace / SubbandSyn Class / anGainExp Field

In This Topic
    anGainExp Field (SubbandSyn)
    In This Topic
    The base 2 exponent of the analysis gain of the subband. The analysis gain of a subband is defined as the gain of the previous subband (i.e. the one from which this one was obtained) multiplied by the line gain and by the column gain. The line (column) gain is the gain of the line (column) filter that was used to obtain it, which is the DC gain for a low-pass filter and the Nyquist gain for a high-pass filter. It is 0 by default.

    Using the base 2 exponent of the value contrains the possible gains to powers of 2. However this is perfectly compatible to the filter normalization policy assumed here. See the split() method for more details.

    Syntax
    'Declaration
     
    
    Public anGainExp As Integer
    public int anGainExp
    See Also