Changeset 474f297


Ignore:
Timestamp:
Dec 25, 2009, 5:04:59 AM (15 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, pitchshift, sampler, timestretch, yinfft+
Children:
4c01c0f
Parents:
9c9cd54
Message:

py-cvec.c: improved documentation

File:
1 edited

Legend:

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

    r9c9cd54 r474f297  
    252252static PyGetSetDef Py_cvec_getseters[] = {
    253253  {"norm", (getter)Py_cvec_get_norm, (setter)Py_cvec_set_norm,
    254       "Content of the magnitude of this cvec",
     254      "Numpy vector of shape (length,) containing the magnitude",
    255255      NULL},
    256256  {"phas", (getter)Py_cvec_get_phas, (setter)Py_cvec_set_phas,
    257       "Content of the magnitude of this cvec",
     257      "Numpy vector of shape (length,) containing the phase",
    258258      NULL},
    259259  {NULL} /* sentinel */
Note: See TracChangeset for help on using the changeset viewer.