Examples of DcDftFrequencyRangePeriodAnalysisPlugin


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

    List<PeriodAnalysisPluginBase> periodAnalysisPlugins = new ArrayList<PeriodAnalysisPluginBase>();

    // 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
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.