Menu

#60 -o option in mgc2sp

dev
closed
nobody
None
5
2022-02-21
2012-05-20
No

-o option is inconsistent between mgc2sp and mcep, mgcep, etc.

------------------------------------------------------------------------------------------
mgc2sp - transform mel-generalized cepstrum to spectrum

usage:
mgc2sp [ options ] [ infile ] > stdout
options:
-a a : alpha [0]
-g g : gamma [0]
-c c : gamma = -1 / (int) c
-m m : order of mel-generalized cepstrum [25]
-n : regard input as normalized cepstrum [FALSE]
-u : regard input as multiplied by gamma [FALSE]
-l l : FFT length [256]
-p : output phase [FALSE]
-o o : output format [0]
0 (20*log|H(z)|)
1 (ln|H(z)|)
2 (|H(z)|)
3 (|H(z)|^2)
-p option is specified
0 (arg|H(z)|/pi [pi rad])
1 (arg|H(z)| [rad])
2 (arg|H(z)|*180/pi [deg])
-h : print this message
infile:
mel-generalized cepstrum (float) [stdin]
stdout:
spectrum (float)
notice:
value of c must be c>=1

SPTK: version 3.4
CVS Info: $Id: mgc2sp.c,v 1.27 2010/12/10 10:44:23 mataki Exp $

------------------------------------------------------------------------------------------

mcep - mel cepstral analysis

usage:
mcep [ options ] [ infile ] > stdout
options:
-a a : all-pass constant [0.35]
-m m : order of mel cepstrum [25]
-l l : frame length [256]
-q q : input format [0]
0 (windowed sequence
1 (20*log|f(w)|)
2 (ln|f(w)|)
3 (|f(w)|)
4 (|f(w)|)^2
-h : print this message
(level 2)
-i i : minimum iteration [2]
-j j : maximum iteration [30]
-d d : end condition [0.001]
-e e : small value added to periodgram [0]
-f f : minimum value of the determinant [1e-06]
of the normal matrix
infile:
windowed sequences (float) [stdin]
stdout:
mel-cepstrum (float)

SPTK: version 3.4
CVS Info: $Id: mcep.c,v 1.26 2010/12/10 10:44:23 mataki Exp $

Discussion

  • Takenori Yoshimura

    SPTK4 solved the problem.

     
  • Takenori Yoshimura

    • status: open --> closed
    • Group: --> dev
     

Log in to post a comment.