hexagon.hvx.IFFT2
R2026bDescription
The hexagon.hvx.IFFT2
System object™ computes the inverse two-dimensional fast Fourier transform (IFFT) using the
Qualcomm®
Hexagon® Vector eXtensions (HVX) library.
To perform a 2-D IFFT operation:
Create the
hexagon.hvx.IFFT2object and set its properties.Call the object with arguments, as if it were a function.
To learn more about how System objects work, see What Are System Objects?
The System object supports simulation and generates optimized code for Qualcomm DSPs using CRL-based replacements. Use this System object to reconstruct spatial-domain data from frequency-domain representations in image processing and similar workflows.
You can deploy the code generated using the hexagon.hvx.IFFT2 System
object to one of these boards that are available under the Hardware board
parameter in Configuration Parameters:
Qualcomm Hexagon Android Board
Qualcomm Hexagon Linux Board
Creation
Description
obj = hexagon.hvx.IFFT2() creates a 2-D IFFT System object.
Usage
Syntax
Description
y = obj( performs a 2-D IFFT operation on
x)x.
Input Arguments
Output Arguments
Object Functions
To use an object function, specify the
System object as the first input argument. For
example, to release system resources of a System object named obj, use
this syntax:
release(obj)
Examples
Extended Capabilities
Version History
Introduced in R2026b