Package edu.cmu.sphinx.frontend.frequencywarp

Examples of edu.cmu.sphinx.frontend.frequencywarp.MelFrequencyFilterBank2


            int numFilter = parseInt(featParams.getProperty("-nfilt"));

            // TODO: should not be there, but for now me must preserve
            // backward compatibility with the legacy code.
            if (loader instanceof KaldiLoader)
                filterBank = new MelFrequencyFilterBank2(lowFreq,
                                                         hiFreq,
                                                         numFilter);
            else
                filterBank = new MelFrequencyFilterBank(lowFreq,
                                                        hiFreq,
View Full Code Here

TOP

Related Classes of edu.cmu.sphinx.frontend.frequencywarp.MelFrequencyFilterBank2

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.