pyFDN.edc#
- pyFDN.edc(ir, axis=0)[source]#
Energy decay curve: backward cumulative sum of squared signal along an axis.
EDC(t) = sum(ir[t:]^2), so the curve decreases from total energy to zero. Typically used with impulse responses with shape (n_samples, n_channels).
- Parameters:
- Returns:
Same shape as ir. Values are non-negative and non-increasing along axis.
- Return type: