Plot a chart for the impulse response's `STearly` by frequency `bands`.
(self, label='STearly', yaxis='Early reflection level [dB]', **kwargs)
| 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`.""" |
nothing calls this directly
no test coverage detected