forked from mindspore-Ecosystem/mindspore
13 lines
413 B
ReStructuredText
13 lines
413 B
ReStructuredText
|
|
mindspore.dataset.audio.Magphase
|
|||
|
|
================================
|
|||
|
|
|
|||
|
|
.. py:class:: mindspore.dataset.audio.Magphase(power=1.0)
|
|||
|
|
|
|||
|
|
将具有(..., 2)形状的复值光谱图分离,输出幅度和相位。
|
|||
|
|
|
|||
|
|
参数:
|
|||
|
|
- **power** (float) - 范数的功率,必须是非负的,默认值:1.0。
|
|||
|
|
|
|||
|
|
异常:
|
|||
|
|
- **RuntimeError** - 当输入音频的shape不为<..., 2>。
|