MCPcopy Create free account
hub / github.com/PacktPublishing/Artificial-Intelligence-with-Python / ssc

Function ssc

Chapter 12/code/features/base.py:85–110  ·  view source on GitHub ↗

Compute Spectral Subband Centroid features from an audio signal. :param signal: the audio signal from which to compute features. Should be an N*1 array :param samplerate: the samplerate of the signal we are working with. :param winlen: the length of the analysis window in seconds. Defau

(signal,samplerate=16000,winlen=0.025,winstep=0.01,
          nfilt=26,nfft=512,lowfreq=0,highfreq=None,preemph=0.97)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

get_filterbanksFunction · 0.85

Tested by

no test coverage detected