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.
C Model Type | MATLAB Type |
---|---|
xip_bit | uint8 |
xip_uint | uint32 |
xip_int | int32 |
xip_real | double |
xip_complex | complex double |