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

Method plot_STearly

pytta/classes/analysis.py:1131–1133  ·  view source on GitHub ↗

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

(self, label='STearly', yaxis='Early reflection level [dB]', **kwargs)

Source from the content-addressed store, hash-verified

1129 return self.plot_param('EDT', dataLabel=label, yLabel=yaxis, **kwargs)
1130
1131 def plot_STearly(self, label='STearly', yaxis='Early reflection level [dB]', **kwargs):
1132 """Plot a chart for the impulse response's `STearly` by frequency `bands`."""
1133 return self.plot_param('STearly', dataLabel=label, yLabel=yaxis, **kwargs)
1134
1135 def plot_STlate(self, label='STlate', yaxis='Late reflection level [dB]', **kwargs):
1136 """Plot a chart for the impulse response's `STlate` by frequency `bands`."""

Callers

nothing calls this directly

Calls 1

plot_paramMethod · 0.95

Tested by

no test coverage detected