| 1 | = Creating Modules from MATLAB/Simulink = |
| 2 | |
| 3 | ALOE signal processing modules code can be automatically generated from MATLAB/Simulink. With this high-level simulation tool you can test the functionality of your module and synthesize C code compatible with ALOE. In addition, a Workshop Target has been created in order to automatically generate the interface to the ALOE SW-API. |
| 4 | |
| 5 | The following guide explains with an example how to create signal processing modules from MATLAB/Simulink: |
| 6 | |
| 7 | 1) From MATLAB, select File->New->Model |
| 8 | |
| 9 | 2) |