Package ru.ifmo.diplom.kirilchuk.jawelet.core.dwt.filters.legall.impl

Examples of ru.ifmo.diplom.kirilchuk.jawelet.core.dwt.filters.legall.impl.LeGallFiltersFactory


*
* @author Kirilchuk V.E.
*/
public class LeGallLiftingWaveletTransform extends DWTransform1D {
  public LeGallLiftingWaveletTransform() {
    super(new LeGallFiltersFactory());
  }
View Full Code Here


public class LeGallWaveletTransform extends DWTransform1D {
    private final Sampler     sampler     = new Sampler();
    private final Windower    windower    = new Windower();

    public LeGallWaveletTransform() {
        super(new LeGallFiltersFactory());
    }
View Full Code Here

TOP

Related Classes of ru.ifmo.diplom.kirilchuk.jawelet.core.dwt.filters.legall.impl.LeGallFiltersFactory

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.