[Subject Prev][Subject Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hts-users:00798] Re: Static And Dynamic Features


Hi,

Tamer Fares wrote (2007/09/22 18:29):

I need to train the HMM without the dynamic features in order to compare the spectrum generated from the HMM trained with dynamic and the HMM trained with static only.

If you're using the training script included in our demo, you can do that by modifying the following parts.

configure.ac:

dnl number of windows
-NMCPWIN=3
-NLF0WIN=3
+NMCPWIN=1
+NLF0WIN=1
AC_SUBST(NMCPWIN)
AC_SUBST(NLF0WIN)

and then run autoconf and re-build your configure script.

Config.pm.in:

         'dur' => "1");

%stre = ('mcp' => "1",  # stream end
-         'lf0' => "4",
+         'lf0' => "2",
         'dur' => "1");

%msdi = ('mcp' => "0",  # msd information

After this modification, please re-run configure script and make.

Regards,

Heiga ZEN (Byung Ha CHUN)

--
------------------------------------------------
Heiga ZEN     (in Japanese pronunciation)
Byung Ha CHUN (in Korean pronunciation)

Department of Computer Science and Engineering
Nagoya Institute of Technology
Gokiso-cho, Showa-ku, Nagoya 466-8555 Japan

http://www.sp.nitech.ac.jp/~zen
------------------------------------------------

Follow-Ups
[hts-users:00801] Re: Static And Dynamic Features, Tamer Fares
References
[hts-users:00796] Re: Static And Dynamic Features, Tamer Fares