MCPcopy Create free account
hub / github.com/PyTTaMaster/PyTTa / mean

Method mean

pytta/classes/signal.py:429–433  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

427 return zp_signal
428
429 def mean(self):
430 print('DEPRECATED! This method will be renamed to',
431 ':method:``.channelMean()``',
432 'Remember to review your code :D')
433 return self.channelMean()
434
435 def channelMean(self):
436 """

Callers 8

Lp_STFunction · 0.80
arr2rmsFunction · 0.80
mean_squaredFunction · 0.80
_start_sample_ISO3382Function · 0.80
_Lundeby_correctionFunction · 0.80
channelMeanMethod · 0.80
rmsMethod · 0.80

Calls 1

channelMeanMethod · 0.95

Tested by

no test coverage detected