搜索资源列表
F2_6764
- 端点检测是指用数字处理技术来找出语音信号中的各种段落(如音素、音节、词素、词等)的始点和终点的位置。语音段起止端点检测是语音分析、语音合成和语音识别中的一个必要环节。传统的端点检测方法是从wav文件中获取语音采样,将其分帧并计算短时能量和过零率参数,然后进行端点检测。这种工作方式被称为离线处理方法 ,无法实现语音信号的实时处理,对于语音信号分析具有一定的局限性。本文通过开发ActiveX控件,在MATLAB环境下将其嵌入到figure窗口中,以GUI程序的方式使用,实现语音信号端点检测的实时处
digital_sigma_delta_modulator
- simulink模拟的二阶sigma delta调制器 可以提高传输速率 中间用到了半带滤波器和FIR滤波器CIC滤波器 进行过采样-Simulink simulation of second order sigma delta modulator can improve the transmission rate use among the half took filter and FIR filter CIC filter sample
speech-recognition-pre-processing
- 本段程序包含了语音识别预处理中的采样、量化、预加重、分帧加窗等程序,另外添加了端点检测需要的短时能量、过零率的程序,经实验测试,运行结果符合理论期望-Procedures in this paragraph contains the voice recognition preprocessing sampling to quantify the pre-emphasis, framing windowed program, the addition of short-term energy ne
wave read
- 输入一wav格式声音信号 输出对声音信号进行抽取并插值后的频谱图(源程序为8倍重采样),并可使用play函数进行播放试听,如play(nearest),play(ori) 有ori原始音质、ups插值音质、downs抽取音质三种及以下五种重采样音质 重采样试听种类有nearest,linear,spline,pchip,cubic,插值算法详见interp1函数 可用过取消注释“高斯白噪声”、“高频噪声”对声音信号加入噪声-Wav format input-output
fakespeech
- 简单的语音隐藏程序。将一条语音通过过采样,叠加到另一条语音中;接收端可以恢复。-Simple speech hiding program. One speech signal is over sampled and add into another speech signal. Using receiver, it will be restored.