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

Method plot_EDT

pytta/classes/analysis.py:1127–1129  ·  view source on GitHub ↗

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

(self, label='EDT', yaxis='Early Decay Time [s]', **kwargs)

Source from the content-addressed store, hash-verified

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

Callers 1

roomparameters.pyFile · 0.80

Calls 1

plot_paramMethod · 0.95

Tested by

no test coverage detected