-
Notifications
You must be signed in to change notification settings - Fork 4
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
Passthrough updates #97
Open
fe-tdavis
wants to merge
22
commits into
dev
Choose a base branch
from
passthrough_updates
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
simple_gain and passthrough have been validated flanger is still in progress as no sound appears to come out
Removed the register_control prefix Updated the input data type to 24-23
* Removed old files * Updated validation files * Moved up a folder level * Initial Commit of the reference model * Added verification compared to the adaptive wiener filter function * Updated the sim duration * Updated with the Adaptive Wiener Filter Reference Model * Updated the hdl generation settings * Updated the model * minor doc/comment updates the output description of mp was incorrect * Generate all metrics and plots for the right channel validation that the left channel already had, on noise suppression * deleted unused variable * remove unneeded sample rate input * use correct stats calculuation in verification The normal moving-window calculations were being used, even though there were also lines for the exopnential moving calculations (which are the calculations used in the model). * remove unused code Co-authored-by: Trevor Vannoy <[email protected]> Co-authored-by: Dylan Wickham <[email protected]>
* Initial Commit * Progress on making the model simulate * Updated so dual port rams are written to correctly during simulation * Working on validation * Testing with data from FFT block, minor name updates * Updated the Open MHA Simulation - Hard Coded the DP-RAM Control Signals - Updated the Model JSON with the correct data size and fractional width - Updated the FFT Outputs to be inheratited - Removed some debugging to work spaces * Updated Models to Multiple for the Open MHA Simulation to run in Rapid Acceleration * Created Model Reference * Updated the FFT Model to 24-23 and removed the register input * Updated the FFT Filters Model * Updated the FFT Size and Simulation * Updated the FFT Filter Model and model json Co-authored-by: Connor Dack <[email protected]>
…the sound effects project. Also renamed models to be effect instead of initials
…imulink_models into updateNValidate
* Removed vhdl files * Removed resource folder * Pulled register values from model.json * Updated plotting * Updated calculation method * Minor updates * Corrected audio right channel audio calculation * Corrected feedback data input delay * Added comments, cleaned up code * Added initial README * Deleted old files * Corrected some comments * Formatting updates * Formatting changes * Updated the README, added model image * Updated image * Updated LaTeX formatting * Update README.md * Minor formatting update * Renamed the project since 'echo' is a reserved word * Deleted unused file * Cleaned up comments, removed unused lines * Minor formatting change * Update README.md * Deleted the images folder and moved the image * Updated the readme with a simple boilerplate link * Fixed a typo * Removed simple echo * Updated the model name and the name in model.json * Updated the model to have a unique variable name for the Dual Port RAM Size * Removed the hardcoded figure number * Updated the model and model json * Updated the read me with the correct link to getting started in docs Co-authored-by: Dylan Wickham <[email protected]> Co-authored-by: Connor Dack <[email protected]>
…imulink_models into updateNValidate
* Removed old ANM Models * Deleted the dummy beamformer folder * Deleted Dynamic Compression and HA_sys8 * Removed RAM Testing * Deleted Compression * Removed Acoustic Delay Buffer * Deleted the Dynamic FIR Filter * Removed the JMAP Speech Enhancement Project * Restored HA_sys8 Co-authored-by: Dylan Wickham <[email protected]>
* Initial Commit of the Simple Hearing Aide Model Noise Suppression and FFT Filtering on the Audio Mini * Updated the model * Update simple_hearing_aide.slx * Initial Commit of the Simple Hearing Aide Read Me * Updated the Simple Hearing Aide Model Implemented independent control of the FFT Filters for the left channel and the right channel * Updated the noise suppression link path * Initial Commit * Fixed the aid typo * Updated the model name - fixed typo * Updated the model json - fixed typo * Updated the folder name - fixed typo * Updated the link * Updated the simple hearing aid model * Fixed a typo * Fixed configureModel so that it works with all parsed register arrays * Minor documentation changes * Added Frost boilerplate to model ReadMe Co-authored-by: Dylan Wickham <[email protected]> Co-authored-by: Tyler Davis <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
review of the simple_gain model is required