Added IC_spect, sin/cos IPD, and configurable STFT parameters#2
Open
gavin-milner wants to merge 2 commits into
Open
Added IC_spect, sin/cos IPD, and configurable STFT parameters#2gavin-milner wants to merge 2 commits into
gavin-milner wants to merge 2 commits into
Conversation
Added - Interaural Coherence spectrogram function (`IC_spect`) with time_smooth parameter in number of frames - sine and cosine IPD representations (`sinIPD_spect`, `cosIPD_spect`) - configurable STFT parameters (`window_size`, `overlap`) across analysis functions Changed - Updated all spectrogram functions to support variable window size and overlap - ITD output now correctly reported in microseconds
Added - IPD_spect_diff function using the circular difference on the unit circle using sinIPD_spect and cosIPD_spect
This file contains hidden or 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
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.
Added
IC_spect) with time_smooth parameter in number of framessinIPD_spect,cosIPD_spect)window_size,overlap) in each function signatureChanged