Libraries
»
mfcc
(0.0.1)
»
Index
»
Mfcc
»
FilterBanks
»
#to_hz
Method: Mfcc::FilterBanks#to_hz
Defined in:
lib/mfcc/mel.rb
#
to_hz
(mel) ⇒
Object
40 41 42
# File 'lib/mfcc/mel.rb', line 40
def
to_hz
(
mel
)
700
*
(
10
**
(
mel
/
2595.0
)
-
1
)
end