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

Method plot_T30

pytta/classes/analysis.py:1119–1121  ·  view source on GitHub ↗

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

(self, label='T30', yaxis='Reverberation time [s]', **kwargs)

Source from the content-addressed store, hash-verified

1117 return self.plot_param('T20', dataLabel=label, yLabel=yaxis, **kwargs)
1118
1119 def plot_T30(self, label='T30', yaxis='Reverberation time [s]', **kwargs):
1120 """Plot a chart for the impulse response's `T30` by frequency `bands`."""
1121 return self.plot_param('T30', dataLabel=label, yLabel=yaxis, **kwargs)
1122
1123 def plot_Ts(self, label='Ts', yaxis='Central time [s]', **kwargs):
1124 """Plot a chart for the impulse response's `Ts` by frequency `bands`."""

Callers 1

Calls 1

plot_paramMethod · 0.95

Tested by

no test coverage detected