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

More window functions #320

Merged

Conversation

PrometheusPi
Copy link
Member

add 3 more window functions

  • Hamming window
  • Triplett Window
  • Gauss Window

@PrometheusPi PrometheusPi added this to the 1.0 milestone Apr 3, 2014
{
const float_X x = position_x - L_x*float_X(0.5);
const float_X sigma = float_X(0.4)*L_x; /* smaller is better, but too small means no data */
const float_X relativPosition = x/sigma; /* optimization */
Copy link
Member

Choose a reason for hiding this comment

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

relativePosition

Copy link
Member Author

Choose a reason for hiding this comment

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

I will fix that. Thx.
I should stick to relPos in the future 😄.

@ax3l ax3l modified the milestones: Open Beta, 1.0 Apr 4, 2014
@ax3l
Copy link
Member

ax3l commented Apr 4, 2014

pls remove the tabs in here, too :)
edit: you will have to rebase this, too pls :)

ax3l added a commit that referenced this pull request Apr 4, 2014
@ax3l ax3l merged commit cb3f7a2 into ComputationalRadiationPhysics:dev Apr 4, 2014
@PrometheusPi PrometheusPi deleted the moreWindowFunctions branch April 4, 2014 15:05
@PrometheusPi PrometheusPi restored the moreWindowFunctions branch April 14, 2014 11:50
@PrometheusPi PrometheusPi deleted the moreWindowFunctions branch April 14, 2014 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: plugin in PIConGPU plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants