xrft icon indicating copy to clipboard operation
xrft copied to clipboard

Discrete sinusoid transformation

Open roxyboy opened this issue 7 years ago • 3 comments

Currently, the xrft package only has discrete Fourier transformation but what do people think about adding the option to take the discrete sinusoid transformation? If people are on board, I can work on this.

roxyboy avatar Mar 06 '18 19:03 roxyboy

I don't think that dask implements DST: http://dask.pydata.org/en/latest/array-api.html#fast-fourier-transforms

So if you wanted to do this, you would probably have to implement it at the dask level. You could start by raising an issue in dask: https://github.com/dask/dask/issues

rabernat avatar Mar 06 '18 19:03 rabernat

Ok, linking the issue I opened on dask: https://github.com/dask/dask/issues/3250

roxyboy avatar Mar 06 '18 19:03 roxyboy

Linking issue #156 .

roxyboy avatar Jun 15 '21 21:06 roxyboy