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

complex_median may merely be minimum intensity #3

Open
markromanmiller opened this issue Oct 21, 2015 · 2 comments
Open

complex_median may merely be minimum intensity #3

markromanmiller opened this issue Oct 21, 2015 · 2 comments
Labels

Comments

@markromanmiller
Copy link
Member

Test whether the complex_median method may be approximated by the minimum magnitude method, which would mean that if there's a recording with muted sound, the sound would be significantly affected.

@markromanmiller markromanmiller self-assigned this Nov 6, 2015
@markromanmiller
Copy link
Member Author

Solution: Normalize all the recordings (zero mean, same variance). This needs to be added into the code.

@timthejiang
Copy link
Contributor

I created a separate branch tim.

What I've done so far:

  • Handle frequencies of silence; commits #1 and #2
  • Normalize the recordings. I'm not sure if I did it correctly, as the output seemed the same with input being normal and silent recordings. I looked up normalizing on StackOverflow; commits #3

@MrMallIronmaker , I would appreciate your feedback and suggestions.

@timthejiang timthejiang reopened this Jan 5, 2016
@markromanmiller markromanmiller removed their assignment Mar 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants