We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
First of all: I was blown away by your understanding of the math that goes into the FrFT, thank you so much for sharing it with the rest of us!
It could be nice to use lru_cache from the functools module to do the caching of the chirp function. I went ahead and rewrote some of your code with the use of the lru_cache decorator. https://gist.github.com/beatreichenbach/9f2eda2dd4cb16b75ebaececee89316f
The text was updated successfully, but these errors were encountered:
No branches or pull requests
First of all: I was blown away by your understanding of the math that goes into the FrFT, thank you so much for sharing it with the rest of us!
It could be nice to use lru_cache from the functools module to do the caching of the chirp function.
I went ahead and rewrote some of your code with the use of the lru_cache decorator.
https://gist.github.com/beatreichenbach/9f2eda2dd4cb16b75ebaececee89316f
The text was updated successfully, but these errors were encountered: