![]() |
LASP 1.0
Library for Acoustic Signal Processing
|
Tool to estimate the reverberation time. More...
Public Member Functions | |
| __init__ (self, fs, level, channel=0) | |
| Initialize Reverberation time computer. | |
| compute (self, istart, istop) | |
| Compute the reverberation time using a least-squares solver. | |
Protected Attributes | |
| _level | |
| _channel | |
| _N | |
| _t | |
Tool to estimate the reverberation time.
Definition at line 12 of file lasp_reverb.py.
| lasp.lasp_reverb.ReverbTime.__init__ | ( | self, | |
| fs, | |||
| level, | |||
channel = 0 |
|||
| ) |
Initialize Reverberation time computer.
Args: fs: Sampling frequency [Hz] level: (Optionally weighted) level values as a function of time, in dB. channel: Channel index to compute from
Definition at line 17 of file lasp_reverb.py.
| lasp.lasp_reverb.ReverbTime.compute | ( | self, | |
| istart, | |||
| istop | |||
| ) |
Compute the reverberation time using a least-squares solver.
Args: istart: Start time index reverberation interval istop: Stop time index of reverberation interval
Returns: dictionary with result values, contains:
Definition at line 37 of file lasp_reverb.py.
|
protected |
Definition at line 32 of file lasp_reverb.py.
|
protected |
Definition at line 30 of file lasp_reverb.py.
|
protected |
Definition at line 33 of file lasp_reverb.py.
|
protected |
Definition at line 34 of file lasp_reverb.py.