SpectrumCalculator Methods |
The SpectrumCalculator type exposes the following members.
| Name | Description | |
|---|---|---|
| CalculateBackward(Double, Double) |
Calculates backwards FFT conversion. Converts frequency component data into signal sample data.
| |
| CalculateBackward(Single, Single) |
Calculates backwards FFT conversion. Converts frequency component data into signal sample data.
| |
| CalculateForward(Double, Double) |
Calculates FFT conversion. Converts signal data into frequency component data.
| |
| CalculateForward(Single, Single) |
Calculates FFT conversion. Converts signal data into frequency component data.
| |
| CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) | |
| Dispose | Releases all resources used by the Component. (Inherited from Component.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| PowerSpectrum(Double, Double) |
Calculates power spectrum, having all FFT data in absolute values.
The count of output FFT data is same than input data.
| |
| PowerSpectrum(Single, Single) |
Calculates power spectrum, having all FFT data in absolute values.
| |
| PowerSpectrumOverlapped(Double, Int32, Double, Double, Int32) |
Calculates power spectrum, having all FFT data in absolute values. Overlaps moving FFT window until all data is processed.
The count of output FFT data is same than input data.
| |
| PowerSpectrumOverlapped(Single, Int32, Double, Single, Int32) |
Calculates power spectrum, having all FFT data in absolute values. Overlaps moving FFT window until all data is processed.
The count of output FFT data is same than input data.
| |
| SetDeploymentKey | [Missing <summary> documentation for "M:Arction.WinForms.SignalProcessing.SpectrumCalculator.SetDeploymentKey(System.String)"] | |
| ToString | Returns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from Component.) |