carat.util.hz2mel

carat.util.hz2mel(f_hz)[source]

Converts a given frequency in Hz to the Mel scale.

Args:
f_hz (Numpy array): Array containing the frequencies in HZ that should be converted.
Returns:
A Numpy array (of same shape as f_zh) containing the converted frequencies.