|
WARPXM v1.10.0
|
Classes | |
| class | ProbePostProc |
| Post processing utilities for probes. More... | |
Functions | |
| def | plot_fft (self, spectrum, freqs, **kwargs) |
| Plot fft given freq. | |
| def | wndw (y, window, beta) |
Variables | |
| try : | |
| def warpy.post_processing.probes.plot_fft | ( | self, | |
| spectrum, | |||
| freqs, | |||
| ** | kwargs | ||
| ) |
Plot fft given freq.
| spectrum | List of frequency magnitudes as returned by self.calc_fft() |
| freqs | List of frequency values as returned by self.calc_fft() |
| **kwargs | Keyword arguments for pyplot.plot() |
| def warpy.post_processing.probes.wndw | ( | y, | |
| window, | |||
| beta | |||
| ) |
| warpy.post_processing.probes.try : |