carat.util.mel2hz

carat.util.mel2hz(z_mel)[source]

Converts a given frequency in the Mel scale to Hz scale.

Args:
z_mel (Numpy array): Array of frequencies in the Mel scale that should be converted.
Returns:
A Numpy array (of same shape as z_mel) containing the converted frequencies.