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

need function to sync sample timings between records #9

Open
g2e opened this issue Mar 16, 2012 · 0 comments
Open

need function to sync sample timings between records #9

g2e opened this issue Mar 16, 2012 · 0 comments
Assignees

Comments

@g2e
Copy link
Owner

g2e commented Mar 16, 2012

This is a commonly encountered issue (meld, rotate, rotate_correlations, rotate3, hodogram, etc). Having the code in one place will simplify these rather complex functions and make writing new ones far easier.

This should probably allow for:

  • adjusting the timing but not the data
  • interpolating new data in the time domain
  • interpolating new data in the frequency domain

Actually, TD interp is better than FD interp for a few reasons:

  • speed
  • no ringing
  • allows unevenly sampled

So the FD option should probably not be included (omegashift is a workaround).

@ghost ghost assigned g2e Jan 27, 2014
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

No branches or pull requests

1 participant