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

Method plot_STlate

pytta/classes/analysis.py:1135–1137  ·  view source on GitHub ↗

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

(self, label='STlate', yaxis='Late reflection level [dB]', **kwargs)

Source from the content-addressed store, hash-verified

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`."""
1137 return self.plot_param('STlate', dataLabel=label, yLabel=yaxis, **kwargs)
1138
1139 # def plot_BR(self):
1140 # """Plot a chart for the impulse response's `BR` by frequency `bands`."""

Callers

nothing calls this directly

Calls 1

plot_paramMethod · 0.95

Tested by

no test coverage detected