HNM-speech anlysis/synthsis model

Version 1.0.0.0 (2.58 KB) by xu ning
a routine for HNM model
2.3K Downloads
Updated 25 Jun 2007

No License

The following zip file contains two routines for analysis/synthesis of HNM.
HNM is a analysis/synthesis model of speech,like classical LPC model.
Due to the limitation of my ability,i only implement a simply version of HNM,so welcome for somebody to improve on it.

Usage:
analysis: [p,c,o]=AnHNM('3.wav');
synthesis: s=SyHNM(p,c);

then 'soundsc(s)',enjoy it:-)

Note:special for 8KHz speech in .wav format

Cite As

xu ning (2024). HNM-speech anlysis/synthsis model (https://www.mathworks.com/matlabcentral/fileexchange/15415-hnm-speech-anlysis-synthsis-model), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2007a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0