Skip to content

CZT (v0.0.4)

Compare
Choose a tag to compare
@garrettj403 garrettj403 released this 27 Feb 18:38
· 57 commits to main since this release
  • CZT:
    • Change default t_method to 'scipy' (fastest).
    • czt.iczt: add option to use algorithm 2 from Sukhoy & Stoytchev 2019.
    • Fix error in fft and ifft algorithms. Remove warnings now that they work.
    • Rename f_method: "std" -> "numpy", "fast" -> "recursive"
  • Benchmark:
    • Add benchmarks for czt.czt and czt.iczt.
  • Misc:
    • Remove windowing functions (unnecessary).