obspy.signal.interpolation.plot_lanczos_windows
- plot_lanczos_windows(a, filename=None)[source]
Helper function producing a plot of all available tapers of the sinc function and their response for the Lanczos interpolation.
- Parameters:
from obspy.signal.interpolation import plot_lanczos_windows plot_lanczos_windows(a=20)
(Source code, png)