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

Improved RMS operator #105

Merged
merged 5 commits into from
Oct 12, 2013
Merged

Improved RMS operator #105

merged 5 commits into from
Oct 12, 2013

Conversation

smimram
Copy link
Member

@smimram smimram commented Oct 4, 2013

This branch is to address #102, #103 and #104.

@toots
Copy link
Member

toots commented Oct 12, 2013

Sorry completely missed this..

done;
sq_dur <- 0
)
done
Copy link
Member

Choose a reason for hiding this comment

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

Why did you remove AFrame.rms in the new code?

Copy link
Member Author

Choose a reason for hiding this comment

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

Because

  1. I wanted to stop at duration (but I could have done this with AFrame.rms)
  2. I compute the sum of squares (not the sqrt) at each round, and the sqrt at the end only, and since sqrt cost quite a bit I think it's worth it (especially since rms is not that complicated...)

@smimram
Copy link
Member Author

smimram commented Oct 12, 2013

I integrated your comments. Anything else?

toots added a commit that referenced this pull request Oct 12, 2013
@toots toots merged commit 31da11f into master Oct 12, 2013
@toots toots deleted the rms branch October 12, 2013 23:39
@jdbuys jdbuys mentioned this pull request Aug 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants