Nabu-asr
|
the feature computer class to compute fbank features More...
Public Member Functions | |
def | comp_feat (self, sig, rate) |
compute the features More... | |
def | get_dim (self) |
the feature dimemsion | |
![]() | |
def | __init__ (self, conf) |
FeatureComputer constructor. More... | |
def | __call__ (self, sig, rate) |
compute the features More... | |
def | comp_feat (self, sig, rate) |
compute the features More... | |
def | get_dim (self) |
the feature dimemsion | |
Additional Inherited Members | |
![]() | |
conf | |
the feature computer class to compute fbank features
def nabu.processing.processors.feature_computers.fbank.Fbank.comp_feat | ( | self, | |
sig, | |||
rate | |||
) |
compute the features
sig | the audio signal as a 1-D numpy array |
rate | the sampling rate |