MATLAB Class - 1.0 English - PG390

RFSoC DFE Fast Fourier Transform LogiCORE IP Product Guide (PG390)

Document ID
PG390
Release Date
2024-05-30
Version
1.0 English

The @xdfe_fft_v1_0_bitacc class handles the create/destroy semantics on the C model. The class provides objects for each of the data, configuration and control structures, defined for the C model and previously described in Structures.

The class provides methods equivalent to the C model functions previously described in Functions.

All structure elements have MATLAB type double. MATLAB arrays are used with the mapping of types between MATLAB and the C model.

Table 1. MATLAB to C Model Type Mapping
C Model Type MATLAB Type
xip_bit uint8
xip_uint uint32
xip_int int32
xip_real double
xip_complex complex double