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

Method plot_Ts

pytta/classes/analysis.py:1123–1125  ·  view source on GitHub ↗

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

(self, label='Ts', yaxis='Central time [s]', **kwargs)

Source from the content-addressed store, hash-verified

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`."""
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`."""

Callers

nothing calls this directly

Calls 1

plot_paramMethod · 0.95

Tested by

no test coverage detected