MCPcopy Create free account
hub / github.com/Xflick/EEND_PyTorch / transform

Function transform

eend/feature.py:24–98  ·  view source on GitHub ↗

Transform STFT feature Args: Y: STFT (n_frames, n_bins)-shaped np.complex array transform_type: None, "log" dtype: output data type np.float32 is expected Returns: Y (numpy.array): transformed feature

(
        Y,
        transform_type=None,
        dtype=np.float32)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected