Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyTTaMaster/PyTTa
/ rms
Method
rms
pytta/classes/signal.py:456–457 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
454
return
maxlvl
455
456
def
rms(self):
457
return
np.mean(self.timeSignal**2, axis=0)**0.5
458
459
def
spl(self):
460
return
20*np.log10(self.rms()/self.channels.dBRefList())
Callers
3
spl
Method · 0.95
calib_volt
Method · 0.45
calib_press
Method · 0.45
Calls
1
mean
Method · 0.80
Tested by
no test coverage detected