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

Method plot_rms

pytta/classes/analysis.py:1099–1101  ·  view source on GitHub ↗

Plot a chart for the impulse response's `rms` by frequency `bands`.

(self, label='RMS', **kwargs)

Source from the content-addressed store, hash-verified

1097 return f
1098
1099 def plot_rms(self, label='RMS', **kwargs):
1100 """Plot a chart for the impulse response's `rms` by frequency `bands`."""
1101 return self.plot_param('rms', dataLabel=label, **kwargs)
1102
1103 def plot_SPL(self, label='SPL', yaxis='Level [dB]', **kwargs):
1104 """Plot a chart for the impulse response's `SPL` by frequency `bands`."""

Callers

nothing calls this directly

Calls 1

plot_paramMethod · 0.95

Tested by

no test coverage detected