搜索资源列表
语音信号的分帧加窗 matlab
- 语音信号处理中的分帧加窗的matlab代码的源程序。
qwr214.rar
- 这个是自己写的。可以进行视频的分帧,读取,显示等操作,This is written in their own. Can be sub-frame video, read, display and other operations
matlab.rar
- 在语音信号处理过程中,用MATLAB进行语音分帧的程序,不错的内容,speech signal processing
pre-emphasissub-framewindowed matlab编写的关于语音信号预加重
- matlab编写的关于语音信号预加重,分帧加窗的程序。-matlab, prepared by the speech signal pre-emphasis, sub-frame windowed program.
diff2bg
- 结合Opencv工具,在VC++上,利用背景差算法实现运动目标检测,并结合三帧差分算法对检测结果进行判断和报警。已通过编译和运行。-Opencv combination of tools, in VC++, using the background of poor moving target detection algorithm, combined with three differential algorithm to judge the test results and alarm. Ha
DTWspeech
- 本 文 首先 介绍了语音识别的研究和发展状况,然后循着语音识别系统的 处理过程,介绍了语音识别的各个步骤,并对每个步骤可用的几种方法在实 验基础上进行了分析对比。研究了语音信号的预处理和特征参数提取,包括 语音信号的数字化、分帧加窗、预加重滤波、端点检测及时域特征向量和变 换域特征向量.其中端点检测采用双门限法.通过实验比对特征参数的选取, 采用12阶线性预测倒谱系数作为识别参数。详细分析了特定人孤立词识别算 法,选定动态时间弯折为识别算法,并重点介绍其设计实现。 在
F2_6764
- 端点检测是指用数字处理技术来找出语音信号中的各种段落(如音素、音节、词素、词等)的始点和终点的位置。语音段起止端点检测是语音分析、语音合成和语音识别中的一个必要环节。传统的端点检测方法是从wav文件中获取语音采样,将其分帧并计算短时能量和过零率参数,然后进行端点检测。这种工作方式被称为离线处理方法 ,无法实现语音信号的实时处理,对于语音信号分析具有一定的局限性。本文通过开发ActiveX控件,在MATLAB环境下将其嵌入到figure窗口中,以GUI程序的方式使用,实现语音信号端点检测的实时处
work
- 读取avi视频,并进行帧间差分法运算,检测运动目标-Read the avi video, and make inter-frame difference method for computing, moving target detection
AraDict
- 主要介绍了语音识别的相关知识,分帧加窗检测识别等,并且介绍了相应的平台开发。-Mainly introduces the knowledge of speech recognition, sub-frame windowed detection and identification and so on, and introduced the corresponding platform.
CLEAN_MFCC_STD
- 声音特征提取程序,分帧后,对于每一帧提取MFCC等特征-voice feature extraction
enframe
- 比较好,这个函数主要解决了分帧的问题。是我自己在闲暇时候的作品-Better, this function is mainly to solve the problem of sub-frames. Is my own work in the leisure time
分帧函数、短时傅立叶变换函数
- 包含分帧函数以及短时傅立叶变换函数,即将采集到的信号进行分帧处理,并进行短时傅立叶变换(Including the frame function and the short-time Fu Liye transform function, the collected signals are processed by frame processing, and the short-time Fu Liye transform is carried out)
分帧
- 之前找了分帧的程序好久,都没有找到完整的,最后自己看分帧算法写了一个,效果还好。(Before looking for a frame of the program, for a long time did not find the integrity, and finally see their own frame algorithm, wrote a, the effect is good.)
fenzhen1
- 简单的四行matlab语句进行视频的分帧和保存。(Simple four line matlab statements for video segmentation and preservation.)
上传程序
- buffer滤波器的设计,语音分帧 ,短时傅立叶变换的程序(buffer filter design and Speech sub-frame)
语音分帧
- 编写的几个子函数对语音信号进行分帧处理。(Several sub functions are written to frame the speech signal.)
duru
- 读入wav语音,实现多语音叠加 对语音进行分帧 左声道右声道分别作图(Reading wav voice to achieve multi speech superposition Speech segmentation Left vocal tract right vocal tract mapping)
enframe
- 语音信号处理基于语音的分帧,MATLAB程序(Speech signal processing based on voice sub frame, MATLAB program)
短时平均过零率
- 读入语音文件bluesky1.wav(内容为“蓝天,白云,碧绿的大海”)中的数据,进行分帧处理,然后计算其短时平均过零率。(Read the data from the voice file bluesky 1. wav (blue sky, white clouds, green sea), frame it, and calculate its short-term average zero-crossing rate.)
分帧加窗函数
- 分帧加窗函数,我做音频信号频谱分析时用到的一个函数