Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 6e77e55f authored by hhakim's avatar hhakim
Browse files

Add scale arg in pyfaust.lazylinop.fft2 doc.

parent 37eb0d2b
No related branches found
No related tags found
No related merge requests found
...@@ -1696,6 +1696,7 @@ def fft2(shape, backend='scipy', **kwargs): ...@@ -1696,6 +1696,7 @@ def fft2(shape, backend='scipy', **kwargs):
"""Returns a LazyLinearOp for the 2D DFT of size n. """Returns a LazyLinearOp for the 2D DFT of size n.
Args: Args:
shape: the signal shape to apply the fft2 to.
backend: 'scipy' (default) or 'pyfaust' for the underlying computation of the 2D DFT. backend: 'scipy' (default) or 'pyfaust' for the underlying computation of the 2D DFT.
kwargs: any key-value pair arguments to pass to the <a kwargs: any key-value pair arguments to pass to the <a
href="https://docs.scipy.org/doc/scipy/reference/generated/scipy.fft.fft2.html">scipy</a> or pyfaust.dft backends. href="https://docs.scipy.org/doc/scipy/reference/generated/scipy.fft.fft2.html">scipy</a> or pyfaust.dft backends.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment