Plot a chart for the impulse response's `EDT` by frequency `bands`.
(self, label='EDT', yaxis='Early Decay Time [s]', **kwargs)
| 1125 | return self.plot_param('Ts', dataLabel=label, yLabel=yaxis, **kwargs) |
| 1126 | |
| 1127 | def plot_EDT(self, label='EDT', yaxis='Early Decay Time [s]', **kwargs): |
| 1128 | """Plot a chart for the impulse response's `EDT` by frequency `bands`.""" |
| 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`.""" |
no test coverage detected