Skip to content

Prefer scipy.fft to numpy.fft #211

@mreineck

Description

@mreineck

I just noticed that the code uses numpy.fft in many places.

If you have the choice, I strongly suggest to use scipy.fft instead, because this is much faster for multi-D transforms. Also the interface is practically identical (in contrast to the older scipy.fftpack module).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions