Skip to content
#

spectral

Here are 38 public repositories matching this topic...

patrickcgray
patrickcgray commented Apr 30, 2020

I'm unclear what exactly the pmtm function is outputting? It returns three np.arrays and the documentation doesn't say what it returns.

I'm not sure what to do to those output arrays to get the actual multitapered output and produce a plot similar to what is returned from the show=True pa

francispoulin
francispoulin commented Mar 3, 2020

I am looking at the docs and see that Function and Array also needs to be imported for the example to execute.

from shenfun import Basis, Function, Array
N = 8
T = Basis(N, 'Chebyshev', bc=None)

Also, later on in the code right before Operators you need to import Dx for this code to work.

From the Multipdimensional part, one needs to import TensorProductSpace, define comm and also i

Improve this page

Add a description, image, and links to the spectral topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the spectral topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.