Example #1
0
        private object state(object i)
        {
            EchstateFloor0 state = new EchstateFloor0();
            InfoFloor0     info  = (InfoFloor0)i;

            // a safe size if usually too big (dim==1)
            state.codewords = new int[info.order];
            state.curve     = new float[info.barkmap];
            state.frameno   = -1;
            return(state);
        }
Example #2
0
        private object state(object i)
        {
            EchstateFloor0 state=new EchstateFloor0();
            InfoFloor0 info=(InfoFloor0)i;

            // a safe size if usually too big (dim==1)
            state.codewords=new int[info.order];
            state.curve=new float[info.barkmap];
            state.frameno=-1;
            return(state);
        }