- autogen: contains the Autogen framework
- models: simulink model projects utilizing the Autogen framework
- config: path configuration files for the Autogen framework
- test_signals: audio files for testing the models
- Create the Simulink Model matching Autogen examples
- Run
config/pathSetup.m
- Create
model.json
usingcreateModelJson
, ex.createModelJson("echo")
- (optional) Create
modelparameters.m
for additional configuration - (optional) Create
sm_stop_verify.m
for verifying simulation
More information on model.json
, modelparameters.m
, and sm_stop_verify.m
can be found here