cyavictor88

Results 1 comments of cyavictor88

hello, I have implemented a Chirp-z Transform function inside [fft.js](https://github.com/cyavictor88/mathjs/blob/8a7aadf53fe073cf8fcf5169b916e2056dd9c19c/src/function/matrix/fft.js#L98) to calculate non-power-of-2 FFT. I have also added test cases in [fft.test.js](https://github.com/cyavictor88/mathjs/blob/8a7aadf53fe073cf8fcf5169b916e2056dd9c19c/test/unit-tests/function/matrix/fft.test.js#L42) ( I used scipy.fft and scipy.fft2 to compare...