-
Notifications
You must be signed in to change notification settings - Fork 12
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
delay!(x,0.9) deletes the last half of x #48
Comments
I can verify this bug is happening. In Julia Version 1.11.1 and SignalAnalysis v0.9.1 on linux Mint 21.3 Cinnamon. The last half of the signal get's zero'd out. It makes this important tool unusable sad to say. |
Taking a look at it. Seems to happen for some fractional delays. |
Fixed in 8a4ee16. Patch release 0.9.2 should be available shortly. |
Thanks for the quick update. This is a great package! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems that any delay! less than 1.0 will erase half the signal.
The text was updated successfully, but these errors were encountered: