Changeset 6d8ae981 for python/ext/py-cvec.c
- Timestamp:
- Oct 30, 2018, 4:52:52 PM (6 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master
- Children:
- 78c1d32
- Parents:
- 37a6942
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/ext/py-cvec.c
r37a6942 r6d8ae981 25 25 "A container holding spectral data.\n" 26 26 "\n" 27 "A vector storing spectral information of one time window\n" 28 "in two vectors, :attr:`phas` and :attr:`norm`, each of shape\n" 29 "(:attr:`length`,), with `length = size // 2 + 1`.\n" 27 "Create one `cvec` to store the spectral information of a window\n" 28 "of `size` points. The data will be stored in two vectors,\n" 29 ":attr:`phas` and :attr:`norm`, each of shape (:attr:`length`,),\n" 30 "with `length = size // 2 + 1`.\n" 30 31 "\n" 31 32 "Parameters\n"
Note: See TracChangeset
for help on using the changeset viewer.