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.Angle
=============================
.. py:class:: mindspore.dataset.audio.Angle
计算复数序列的角度。
.. note:: 待处理音频维度需为(..., complex=2)。第0维代表实部,第1维代表虚部。
异常:
- **RuntimeError** - 当输入音频的shape不为<..., complex=2>。