C# Class Analysis.EDM.DetectorFT

Datei anzeigen Open project: ColdMatter/EDMSuite Class Usage Examples

Public Properties

Property Type Description
FFT double[]

Public Methods

Method Description
DetectorFT ( double fft ) : System
MakeFT ( GatedDetectorData data, int average ) : DetectorFT

Method Details

DetectorFT() public method

public DetectorFT ( double fft ) : System
fft double
return System

MakeFT() public static method

public static MakeFT ( GatedDetectorData data, int average ) : DetectorFT
data GatedDetectorData
average int
return DetectorFT

Property Details

FFT public_oe property

public double[] FFT
return double[]