SlaneyMelScale Struct Reference

SlaneyMelScale Struct Reference#

RPP: SlaneyMelScale Struct Reference

Derived class for Slaney Mel scale conversions. More...

#include <rppdefs.h>

Inheritance diagram for SlaneyMelScale:
BaseMelScale

Public Member Functions

RPP_HOST_DEVICE Rpp32f hz_to_mel (Rpp32f hz)
 
RPP_HOST_DEVICE Rpp32f mel_to_hz (Rpp32f mel)
 

Data Fields

const Rpp32f freqLow = 0
 
const Rpp32f fsp = 66.666667f
 
const Rpp32f minLogHz = 1000.0
 
const Rpp32f minLogMel = (minLogHz - freqLow) / fsp
 
const Rpp32f stepLog = 0.068751777
 
const Rpp32f invMinLogHz = 0.001f
 
const Rpp32f invStepLog = 1.0f / stepLog
 
const Rpp32f invFsp = 1.0f / fsp
 

Detailed Description

Derived class for Slaney Mel scale conversions.


The documentation for this struct was generated from the following file:
  • /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-rpp/checkouts/develop/include/rppdefs.h