CZT (v0.0.6)
czt
:freq2time
andtime2freq
:- Fix phase correction.
- Remove scaling factor (hack).
- Remove
t_orig
andf_orig
arguments. Not needed anymore. - Don't return original frequency/time in
time2freq
andfreq2time
. Instead make a copy of the Numpy array.
- Always default to FFT settings if output frequency/time array is not specified.
- Fix
M!=N
error inczt.czt
. Use properk
-range. - Optimize
pd
andskew_circulant_multiply
.pd
is now a similar speed asscipy
.
- Profiling:
- Add benchmarking scripts using
perfplot
. - Add simple timing scripts.
- Add benchmarking scripts using