WARPXM v1.10.0
Loading...
Searching...
No Matches
warpy.post_processing.probes Namespace Reference

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 :
 

Function Documentation

◆ plot_fft()

def warpy.post_processing.probes.plot_fft (   self,
  spectrum,
  freqs,
**  kwargs 
)

Plot fft given freq.

Parameters
spectrumList of frequency magnitudes as returned by self.calc_fft()
freqsList of frequency values as returned by self.calc_fft()
**kwargsKeyword arguments for pyplot.plot()

◆ wndw()

def warpy.post_processing.probes.wndw (   y,
  window,
  beta 
)

Variable Documentation

◆ try

warpy.post_processing.probes.try :