mindspore/docs/api/api_python/dataset_audio/mindspore.dataset.audio.Ang...

12 lines
344 B
ReStructuredText
Raw Normal View History

2022-06-22 10:46:33 +08:00
mindspore.dataset.audio.Angle
=============================
2021-11-22 14:54:00 +08:00
2022-06-22 10:46:33 +08:00
.. py:class:: mindspore.dataset.audio.Angle
2021-11-22 14:54:00 +08:00
2022-01-13 11:46:37 +08:00
计算复数序列的角度。
2022-12-29 10:52:15 +08:00
.. note:: 待处理音频维度需为(..., complex=2)。第零维代表实部,第一维代表虚部。
2022-07-08 16:45:20 +08:00
异常:
- **RuntimeError** - 当输入音频的shape不为<..., complex=2>。