'宣言 Public nStep As System.Single[]()
'使用法 Dim instance As StdDequantizerParams Dim value() As System.Single[]() value = instance.nStep instance.nStep = value
public System.Single[][] nStep
The true step size D is obtained as follows: D=(2^R)*D', where 'R=ceil(log2(dr))' and 'dr' is the dynamic range of the subband samples, in the corresponding subband.
This value is 'null' for reversible systems (i.e. there is no true quantization, 'D' is always 1).
In general the index of the first subband in a resolution level is not 0. The steps appear, within each resolution level, at their subband index, and not in the subband order starting from 0. For instance, if resolution level 3, the first subband has the index 16, then the step of the subband is nStep[3][16], not nStep[3][0].
'宣言 Public nStep As System.Single[]()
'使用法 Dim instance As StdDequantizerParams Dim value() As System.Single[]() value = instance.nStep instance.nStep = value
public System.Single[][] nStep