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

Method plot_D50

pytta/classes/analysis.py:1111–1113  ·  view source on GitHub ↗

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

(self, label='D50', yaxis='Definition [%]', **kwargs)

Source from the content-addressed store, hash-verified

1109 return self.plot_param('C80', dataLabel=label, yLabel=yaxis, **kwargs)
1110
1111 def plot_D50(self, label='D50', yaxis='Definition [%]', **kwargs):
1112 """Plot a chart for the impulse response's `D50` by frequency `bands`."""
1113 return self.plot_param('D50', dataLabel=label, yLabel=yaxis, **kwargs)
1114
1115 def plot_T20(self, label='T20', yaxis='Reverberation time [s]', **kwargs):
1116 """Plot a chart for the impulse response's `T20` by frequency `bands`."""

Callers

nothing calls this directly

Calls 1

plot_paramMethod · 0.95

Tested by

no test coverage detected