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

Method fs

vispy/visuals/spectrogram.py:105–107  ·  view source on GitHub ↗

The sampling frequency

(self)

Source from the content-addressed store, hash-verified

103
104 @property
105 def fs(self):
106 """The sampling frequency"""
107 return self._fs
108
109 @fs.setter
110 def fs(self, fs):

Callers

nothing calls this directly

Calls 1

_update_imageMethod · 0.95

Tested by

no test coverage detected