mel_to_linear_frequency: Mel to linear frequency

View source: R/extras.R

mel_to_linear_frequencyR Documentation

Mel to linear frequency

Description

Converts frequencies from the mel scale to linear scale.

Usage

mel_to_linear_frequency(
  frequency_in_mel,
  mel_break_frequency_hertz = 2595,
  mel_high_frequency_q = 700
)

Arguments

frequency_in_mel

(numeric) tensor of frequencies in mel to be converted to linear scale.

mel_break_frequency_hertz

(numeric) scalar. (Default to 2595.0)

mel_high_frequency_q

(numeric) scalar. (Default to 700.0)

Value

tensor


curso-r/torchaudio documentation built on May 4, 2023, 2:27 a.m.