#include <CSpikeStats.h>
Public Member Functions | |
| void | AnalyseSpikes () |
| int | WriteStats (std::string filename) |
| CSpikeStats () | |
| ~CSpikeStats () | |
Public Attributes | |
| ptsdata | Data |
| TimeSeries::ttimedata * | Time |
| int | nValueBins |
| int | nDerivBins |
| double | derivstep |
| double | absolutestep |
| double | DerivTotalOcc |
| double | AbsoluteTotalOcc |
| double | samplerate |
| double | absolutemax |
| double | derivmax |
| double | absolutemin |
| double | derivmin |
| double | HeightFraction |
| double | HeightThreshold |
| std::vector< double > | AbsoluteValueBin |
| std::vector< double > | DerivativeBin |
| std::vector< int > | AbsoluteValueOcc |
| std::vector< int > | DerivativeOcc |
Definition at line 4 of file CSpikeStats.h.
| CSpikeStats::CSpikeStats | ( | ) |
Definition at line 173 of file CSpikeStats.cpp.
References Data, HeightFraction, HeightThreshold, and Time.
| CSpikeStats::~CSpikeStats | ( | ) |
Definition at line 180 of file CSpikeStats.cpp.
| void CSpikeStats::AnalyseSpikes | ( | ) |
Definition at line 9 of file CSpikeStats.cpp.
References AbsoluteTotalOcc, AbsoluteValueBin, AbsoluteValueOcc, Data, DerivativeBin, DerivativeOcc, DerivTotalOcc, HeightFraction, HeightThreshold, IsSpikeAbsolute(), samplerate, and Time.
Referenced by ApplyFilter(), CleanComponent(), and main().
| int CSpikeStats::WriteStats | ( | std::string | filename | ) |
Definition at line 145 of file CSpikeStats.cpp.
References AbsoluteTotalOcc, AbsoluteValueBin, AbsoluteValueOcc, DerivativeBin, DerivativeOcc, and DerivTotalOcc.
Definition at line 18 of file CSpikeStats.h.
Definition at line 20 of file CSpikeStats.h.
Definition at line 14 of file CSpikeStats.h.
Definition at line 16 of file CSpikeStats.h.
Referenced by AnalyseSpikes(), main(), and WriteStats().
| std::vector<double> CSpikeStats::AbsoluteValueBin |
Definition at line 25 of file CSpikeStats.h.
Referenced by AnalyseSpikes(), main(), and WriteStats().
| std::vector<int> CSpikeStats::AbsoluteValueOcc |
Definition at line 27 of file CSpikeStats.h.
Referenced by AnalyseSpikes(), main(), and WriteStats().
| ptsdata CSpikeStats::Data |
Definition at line 9 of file CSpikeStats.h.
Referenced by AnalyseSpikes(), ApplyFilter(), CleanComponent(), CSpikeStats(), and main().
| std::vector<double> CSpikeStats::DerivativeBin |
| std::vector<int> CSpikeStats::DerivativeOcc |
Definition at line 19 of file CSpikeStats.h.
Definition at line 21 of file CSpikeStats.h.
Definition at line 13 of file CSpikeStats.h.
Definition at line 22 of file CSpikeStats.h.
Referenced by AnalyseSpikes(), ApplyFilter(), CSpikeStats(), and main().
Definition at line 23 of file CSpikeStats.h.
Referenced by AnalyseSpikes(), ApplyFilter(), CleanComponent(), and CSpikeStats().
Definition at line 17 of file CSpikeStats.h.
Referenced by AnalyseSpikes(), ApplyFilter(), and main().
Definition at line 10 of file CSpikeStats.h.
Referenced by AnalyseSpikes(), ApplyFilter(), CSpikeStats(), and main().
1.5.8