Fourier |
The FourierCommands type exposes the following members.
| Name | Description | |
|---|---|---|
| Convolution(IWorksheetController) | Performs convolution on the selected columns of the worksheet. | |
| Convolution(AltaxoDocument, IWorksheetController) | Performs convolution on the selected columns of the worksheet and returns an error message if any. | |
| Correlation(IWorksheetController) | Performs correlation on the selected columns of the worksheet. | |
| Correlation(AltaxoDocument, IWorksheetController) | Performs correlation on the selected columns of the worksheet and returns an error message if any. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| ExecuteFouriertransformation2D | Executes a two dimensional Fourier transformation. | |
| FFT | Starts a one-dimensional FFT for the selected column. | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ShowRealFourierTransformation2DDialog | Shows the dialog in which the user can select options for the 2D Fourier transformation, and then executes the Fourier transformation The result is stored in a newly created data table in the same folder as the source data table. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| TwoDimensionalCenteredFFT | Starts the centered 2D FFT command. | |
| TwoDimensionalFFT | Starts the 2D FFT command. |