mel_to_linear_frequency.RdConverts frequencies from the mel scale to linear scale.
mel_to_linear_frequency(
frequency_in_mel,
mel_break_frequency_hertz = 2595,
mel_high_frequency_q = 700
)(numeric) tensor of frequencies in mel to be converted to linear scale.
(numeric) scalar. (Default to 2595.0)
(numeric) scalar. (Default to 700.0)
tensor