init() private méthode

private init ( int n ) : void
n int
Résultat void
Exemple #1
0
        internal void init(int mapped, int m)
        {
            ln     = mapped;
            this.m = m;

            // we cheat decoding the LPC spectrum via FFTs
            fft.init(mapped * 2);
        }
Exemple #2
0
        internal void init(int mapped, int m)
        {
            //memset(l,0,sizeof(lpc_lookup));

            ln     = mapped;
            this.m = m;

            // we cheat decoding the LPC spectrum via FFTs
            fft.init(mapped * 2);
        }