- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
status = DftiCreateDescriptor( &my_desc3_handle, // Desc_Handle DFTI_SINGLE, // Precision DFTI_COMPLEX, // Forward_Domain 2, // Dimension dim); // Length
---
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Take a look at the "Configuration Settings" section of the Fourier Transform chapter of the MKLmanual. There is a subsection name "Scale" which reads as follows (emphasis is mine):
Scale
The forward transform and backward transform are each associated with a scale factor of its own with default value of 1. The user can set one or both of them via the two configuration parameters DFTI_FORWARD_SCALE and DFTI_BACKWARD_SCALE. For example, for a one-dimensional transform of length n, one can use the default scale of 1 for the forward transform while setting the scale factor for backward transform to be 1/n, making the backward transform the inverse of the forward transform.
The scale factor configuration parameter should be set by a real floating-point data type of the same precision as the value for DFTI_PRECISION.
-Todd

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page