There are separate ZIP files containing all the files necessary for use. Each ZIP file contains:
- C model shared library
- C model header file
- Example code showing how to call the C model
The following tables ist the contents of each ZIP file.
| File | Description |
|---|---|
| dds_compiler_v6_0_bitacc_cmodel.h | Header file which defined the C model API |
| libIp_dds_compiler_v6_0_bitacc_cmodel.so | Model shared object library |
| Run_bitacc_cmodel.c | Example program for calling the C model. |
| dds_compiler_v6_0_bitacc_mex.cpp | MATLAB MEX function source |
| make_dds_compiler_v6_0_mex.m | MATLAB MEX function compilation script |
| run_dds_compiler_v6_0_mex.m | MATLAB MEX function example script |
| @dds_compiler_v6_0_bitacc | MATLAB MEX function class directory |
| File | Description |
|---|---|
| dds_compiler_v6_0_bitacc_cmodel.h | Header file which defined the C model API |
| libIp_dds_compiler_v6_0_bitacc_cmodel.dll | Model dynamically linked library |
| libIp_dds_compiler_v6_0_bitacc_cmodel.lib | Model LIB file for compiling |
| run_bitacc_cmodel.c | Example program for calling the C model |
| dds_compiler_v6_0_bitacc_mex.cpp | MATLAB MEX function source; |
| make_dds_compiler_v6_0_mex.m | MATLAB MEX function compilation script; |
| run_dds_compiler_v6_0_mex.m | MATLAB MEX function example script; |
| @dds_compiler_v6_0_bitacc | MATLAB MEX function class directory |