public NoiseShaperMash(int quantizedBit)
 {
     mSds = new SigmaDelta[2];
     for (int i=0; i < 2; ++i) {
         mSds[i] = new SigmaDelta(quantizedBit);
     }
 }
Exemple #2
0
 public NoiseShaperMash(int quantizedBit)
 {
     mSds = new SigmaDelta[2];
     for (int i = 0; i < 2; ++i)
     {
         mSds[i] = new SigmaDelta(quantizedBit);
     }
 }