IntegrationAnalyzerCF Class Reference

#include <dopplerplugins.h>

Inheritance diagram for IntegrationAnalyzerCF:

NSEvaluation::Analyzer NSEvaluation::Plugin
Collaboration diagram for IntegrationAnalyzerCF:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 IntegrationAnalyzerCF (NSCore::QTreeItem *)
void analyze (NSCore::AcqisitionDataSet &data)
 The evaluation function.
QString type () const
 Return the type of this plugin.

Private Member Functions

double check_cf (double lfp, double hfp, int x_max, int x_min, double *, int n_0) const
double check_cfV2 (double lfp, double hfp, int x_min, int x_max, double mean, double deviation, double *ch, int n_0) const


Constructor & Destructor Documentation

IntegrationAnalyzerCF::IntegrationAnalyzerCF ( NSCore::QTreeItem  ) 


Member Function Documentation

void IntegrationAnalyzerCF::analyze ( NSCore::AcqisitionDataSet data  )  [virtual]

The evaluation function.

This function needs to be implemented and is called to do the real evaluation. The results should be added to the data, either per dataset or per channel, depending on the analysation.

Parameters:
data The dataset to analyze

Implements NSEvaluation::Analyzer.

QString IntegrationAnalyzerCF::type (  )  const [inline, virtual]

Return the type of this plugin.

Implements NSEvaluation::Plugin.

double IntegrationAnalyzerCF::check_cf ( double  lfp,
double  hfp,
int  x_max,
int  x_min,
double *  ,
int  n_0 
) const [private]

double IntegrationAnalyzerCF::check_cfV2 ( double  lfp,
double  hfp,
int  x_min,
int  x_max,
double  mean,
double  deviation,
double *  ch,
int  n_0 
) const [private]


The documentation for this class was generated from the following file:

Generated on Tue Apr 12 02:10:13 2011 for epos by  doxygen 1.5.5