Unzip the DFE FFT C model zip file for your platform. This produces the directory structure and files shown in the following table.
| File | Description |
|---|---|
| xdfe_fft_v1_0_bitacc_cmodel.h | Header file which defines the DFE FFT C model API. |
| xip_common_bitacc_cmodel.h | Header file with common definitions. |
| libIP_xdfe_fft_v1_0_bitacc_cmodel.so | Model shared object library. |
| run_bitacc_cmodel.c | Example program for calling the C model. |
| xdfe_fft_v1_0_bitacc_mex.cpp | MATLAB MEX function source. |
| @xdfe_fft_v1_0_bitacc | MATLAB MEX function class directory. |
| gmp.h | GNU Multiple-precision library header. |
| libgmp.so.11 | GNU Multiple-precision library. |
| libgmpxx.so.4 | GNU Multiple-precision library for C++. |
| File | Description |
|---|---|
| xdfe_fft_v1_0_bitacc_cmodel.h | Header file which defines the DFE FFT C model API. |
| xip_common_bitacc_cmodel.h | Header file with common definitions. |
| libIp_xdfe_fft_v1_0_bitacc_cmodel.dll | Model dynamically-linked library. |
| libIp_xdfe_fft_v1_0_bitacc_cmodel.lib | Model statically-linked library. |
| run_bitacc_cmodel.c | Example program for calling the C model. |
| xdfe_fft_v1_0_bitacc_mex.cpp | MATLAB MEX function source. |
| @xdfe_fft_v1_0_bitacc | MATLAB MEX function class directory. |
| gmp.h | GNU Multiple-precision library header. |
| libgmp.dll | GNU Multiple-precision dynamically-linked library. |
| libgmp.lib | GNU Multiple-precision statically-linked library. |