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

Method step

vispy/visuals/spectrogram.py:92–97  ·  view source on GitHub ↗

The step of fft window

(self)

Source from the content-addressed store, hash-verified

90
91 @property
92 def step(self):
93 """The step of fft window"""
94 if self._step is None:
95 return self._n_fft // 2
96 else:
97 return self._step
98
99 @step.setter
100 def step(self, step):

Callers

nothing calls this directly

Calls 1

_update_imageMethod · 0.95

Tested by

no test coverage detected