Skip to content

Commit

Permalink
doc tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
r9y9 committed Sep 11, 2015
1 parent 38b160a commit e7f9903
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pysptk/sptk.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def agcep(x, np.ndarray[np.float64_t, ndim=1, mode="c"] c not None,
c : array, shape(`order` + 1), optional
Cepstrum. The result is stored in-place.
stage: int, optional
stage : int, optional
-1 / gamma. Default is 1.
lambda_coef : float, optional
Expand Down Expand Up @@ -321,7 +321,7 @@ def amcep(x, np.ndarray[np.float64_t, ndim=1, mode="c"] b not None,
b : array, shape(`order` + 1), optional
MLSA filter coefficients. The result is stored in-place.
alpha: float, optional
alpha : float, optional
All-pass constant. Default is 0.35.
lambda_coef : float, optional
Expand Down Expand Up @@ -415,7 +415,7 @@ def mcep(np.ndarray[np.float64_t, ndim=1, mode="c"] windowed not None,
Default is 1.0e-6
itype : float, optional
Input data type:
Input data type
(0) windowed signal
(1) log amplitude in db
(2) log amplitude
Expand Down Expand Up @@ -531,7 +531,7 @@ def gcep(np.ndarray[np.float64_t, ndim=1, mode="c"] windowed not None,
Mimimum value of the determinant of normal matrix. Default is 1.0e-6.
itype : float, optional
Input data type:
Input data type
(0) windowed signal
(1) log amplitude in db
(2) log amplitude
Expand Down Expand Up @@ -656,7 +656,7 @@ def mgcep(np.ndarray[np.float64_t, ndim=1, mode="c"] windowed not None,
Default is 1.0e-6.
itype : float, optional
Input data type:
Input data type
(0) windowed signal
(1) log amplitude in db
(2) log amplitude
Expand Down Expand Up @@ -798,7 +798,7 @@ def uels(np.ndarray[np.float64_t, ndim=1, mode="c"] windowed not None,
Default is 0.0.
itype : float, optional
Input data type:
Input data type
(0) windowed signal
(1) log amplitude in db
(2) log amplitude
Expand Down

0 comments on commit e7f9903

Please sign in to comment.