MCPcopy Create free account
hub / github.com/vispy/vispy / n_fft

Method n_fft

vispy/visuals/spectrogram.py:82–84  ·  view source on GitHub ↗

The length of fft window

(self)

Source from the content-addressed store, hash-verified

80
81 @property
82 def n_fft(self):
83 """The length of fft window"""
84 return self._n_fft
85
86 @n_fft.setter
87 def n_fft(self, n_fft):

Callers

nothing calls this directly

Calls 1

_update_imageMethod · 0.95

Tested by

no test coverage detected