fpga-open-speech-tools / simulink_models

Simulink models for speech and audio processing
MIT License
4 stars 4 forks source link

Updated DSBF and added more convience to clean up the models. #89

Closed fe-wickham closed 3 years ago

fe-wickham commented 3 years ago

testSignal.asTimeSeries is already in fixed point as are the register values which can be accessed via 'mp.getReg(regName).value'. The audio data type is now accessible via mp.audio_dt.

I would take a look at the model to see how simplified it is now. No conversion blocks at the top level of the model and getting the register with its name will be much more convenient than needing to use its index. I have also dropped the use of FromWorkspace blocks and instead use constant because it is simpler and all that model.json actually offers.

tvannoy commented 3 years ago

Implements and closes #6