Package org.aavso.tools.vstar.plugin.period.impl

Examples of org.aavso.tools.vstar.plugin.period.impl.DcDftPeriodRangePeriodAnalysisPlugin


    // First, add in-built DC DFT and WWZ plugins.
    periodAnalysisPlugins.add(new DcDftStandardScanPeriodAnalysisPlugin());
    periodAnalysisPlugins
        .add(new DcDftFrequencyRangePeriodAnalysisPlugin());
    periodAnalysisPlugins.add(new DcDftPeriodRangePeriodAnalysisPlugin());

    periodAnalysisPlugins
        .add(new WeightedWaveletZTransformWithFrequencyRangePlugin());
    periodAnalysisPlugins
        .add(new WeightedWaveletZTransformWithPeriodRangePlugin());
View Full Code Here

TOP

Related Classes of org.aavso.tools.vstar.plugin.period.impl.DcDftPeriodRangePeriodAnalysisPlugin

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.