-
Notifications
You must be signed in to change notification settings - Fork 96
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
Implement source directivity and polar pattern #28
Merged
DavidDiazGuerra
merged 118 commits into
DavidDiazGuerra:master
from
corrooli:dev-src-dir
Dec 16, 2021
Merged
Implement source directivity and polar pattern #28
DavidDiazGuerra
merged 118 commits into
DavidDiazGuerra:master
from
corrooli:dev-src-dir
Dec 16, 2021
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
Co-Authored-By: fuerbringer <[email protected]>
Co-Authored-By: fuerbringer <[email protected]>
absorption. Not yet working Co-Authored-By: fuerbringer <[email protected]>
well right now Co-Authored-By: fuerbringer <[email protected]>
Co-Authored-By: fuerbringer <[email protected]>
splitting frequency ranges into different bands. Co-Authored-By: fuerbringer <[email protected]>
Co-Authored-By: fuerbringer <[email protected]>
(importing into other scripts, terminal arguments) Co-Authored-By: fuerbringer <[email protected]>
Co-Authored-By: fuerbringer <[email protected]>
Co-Authored-By: fuerbringer <[email protected]>
Co-Authored-By: fuerbringer <[email protected]>
Co-Authored-By: fuerbringer <[email protected]>
Co-Authored-By: fuerbringer <[email protected]>
Co-Authored-By: fuerbringer <[email protected]>
testing Co-Authored-By: fuerbringer <[email protected]>
Dev air absorption improve
Co-Authored-By: fuerbringer <[email protected]>
Co-Authored-By: fuerbringer <[email protected]> Co-Authored-By: TheBlueFireFox <[email protected]>
Co-Authored-By: fuerbsev <[email protected]>
Implement multi-processing, increase bandpass air absorption speed dramatically
Co-Authored-By: fuerbringer <[email protected]>
and backwards filtering Co-Authored-By: fuerbringer <[email protected]>
Ready to implement into code Co-Authored-By: fuerbringer <[email protected]>
Add SM57 and iPhone X frequency responce model. Co-Authored-By: fuerbringer <[email protected]>
Co-Authored-By: fuerbringer <[email protected]>
Co-Authored-By: fuerbringer <[email protected]>
Support for HRTF
Co-Authored-By: fuerbringer <[email protected]>
Fixed bug in azimuth Co-Authored-By: fuerbringer <[email protected]>
Elevation still needs some work. Co-Authored-By: fuerbringer <[email protected]>
Co-Authored-By: fuerbringer <[email protected]>
Consolidated all scripts and improved UX massively. All functionality is now in gpuRIR module. Co-Authored-By: fuerbringer <[email protected]>
Refactoring / folder reorganization
Co-Authored-By: fuerbringer <[email protected]>
implement sos in freq_dep_abs_coeff Co-Authored-By: fuerbringer <[email protected]>
Co-Authored-By: fuerbringer <[email protected]>
Fix pinna offset errors Co-Authored-By: fuerbringer <[email protected]>
Co-Authored-By: fuerbringer <[email protected]>
Extending room parameters with beta Co-Authored-By: fuerbringer <[email protected]>
Co-Authored-By: fuerbringer <[email protected]>
Co-Authored-By: fuerbringer <[email protected]>
Co-Authored-By: fuerbringer <[email protected]>
Further refactoring Co-Authored-By: fuerbringer <[email protected]>
Further refactoring More comments Co-Authored-By: fuerbringer <[email protected]>
Co-Authored-By: fuerbringer <[email protected]>
Co-Authored-By: fuerbringer <[email protected]>
Co-Authored-By: fuerbringer <[email protected]>
Co-Authored-By: fuerbringer <[email protected]>
Thank you very much @fuerbringer and @corrooli for implementing this useful feature! |
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.
Closes #16, this is an isolated part of #27
As part of a semester project at uni we've expanded gpuRIR with the following features:
Source Directivity
You can now steer the source and apply polar patterns with the new parameters
![image](https://user-images.githubusercontent.com/61276147/146357641-8d24e1a0-6ef1-4d88-b3d3-d58d478678cb.png)
orV_src
andspkr_pattern
.For this purpose we've generated polar plots of the various patterns by rotating the source by 360 degrees:
If there's anything unclear or change suggestions, please tell us.
Thanks to our advisor(s) @schmiph2 for the very helpful support throughout the project and @DavidDiazGuerra for answering our questions regarding source directivity in great detail.
Best regards,
Severin (@fuerbringer) and Oliver (@corrooli)