Changeset 6d8ae981


Ignore:
Timestamp:
Oct 30, 2018, 4:52:52 PM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
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
Message:

[py] improve py-cvec.c doc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/ext/py-cvec.c

    r37a6942 r6d8ae981  
    2525"A container holding spectral data.\n"
    2626"\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"
    3031"\n"
    3132"Parameters\n"
Note: See TracChangeset for help on using the changeset viewer.