This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
mindspore.dataset.audio.Magphase
================================
.. py:class:: mindspore.dataset.audio.Magphase(power=1.0)
将shape为(..., 2)的复值光谱图分离,输出幅度和相位。
参数:
- **power** (float) - 范数的幂,必须是非负的。默认值:1.0。
异常:
- **RuntimeError** - 当输入音频的shape不为(..., 2)。