Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 4 commits into from Feb 12, 2021

Conversation

fe-wickham
Copy link
Member

@fe-wickham fe-wickham commented Jan 29, 2021

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.

…nal.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
Copy link
Member

@tvannoy tvannoy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 These changes are awesome! They make the models much cleaner.

@tvannoy
Copy link
Member

tvannoy commented Jan 29, 2021

Implements and closes #6

@tvannoy tvannoy added this to In progress in Frost Grant Wrap Up via automation Jan 29, 2021
@tvannoy tvannoy added enhancement New feature or request refactor Refactoring needed labels Jan 29, 2021
@tvannoy tvannoy linked an issue Jan 29, 2021 that may be closed by this pull request
@tvannoy tvannoy moved this from In progress to Reviewer approved in Frost Grant Wrap Up Jan 29, 2021
@tvannoy tvannoy mentioned this pull request Feb 2, 2021
@tvannoy tvannoy merged commit 134ac7c into updateNValidate Feb 12, 2021
Frost Grant Wrap Up automation moved this from Reviewer approved to Done Feb 12, 2021
@tvannoy tvannoy deleted the updateBeamformer branch February 12, 2021 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request refactor Refactoring needed
Projects
Development

Successfully merging this pull request may close these issues.

Use a map for register definitions
2 participants