You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- npwin: number of points in each window (0 will set default value: ~10% nt)
440
-
- nolap: number of overlap points between windows (0 will set default value: 50% nwin)
441
-
- remove_mean: whether or not to remove the mean flow
436
+
Args:
437
+
X (np.ndarray): data matrix.
438
+
t (np.ndarray): times at which the snapshots of X were collected
439
+
nDFT (int, optional): number of points in each window (0 will set default value: ~10% nt)
440
+
nolap (int, optional): number of overlap points between windows (0 will set default value: 50% nwin)
441
+
remove_mean (bool, optional): whether or not to remove the mean flow (default, ``True``)
442
442
443
443
Returns:
444
-
- L: modal energy spectra.
445
-
- P: SPOD modes, whose spatial dimensions are identical to those of X.
446
-
- f: frequency vector.
444
+
[(np.ndarray), (np.ndarray), (np.ndarray)]: where the first array is L, the modal energy spectra, the second array is P, SPOD modes, whose spatial dimensions are identical to those of X and finally f is the frequency vectors
0 commit comments