搜索资源列表
DespPitchSpeakerRecog
- 关于说话人识别方面的五个子程序,包括倒谱基音周期混合特征系数的话者识别,能频积端点检测、语音基音周期检测等C++源代码,本人整理编译过,比较紧凑高效;-Speaker Recognition of the five subroutines, including cepstrum Pitch mixed coefficient of the recognition, the frequency can plot endpoint detection, Pitch detection C sourc
senser
- 凭借它在手机技术领域的地位、在射频半导体工艺方面的广泛知识,飞思卡尔提供了符合IEEE 802.15.4标准的MC13192射频数据调制解调器。这种功能丰富的双向2.4GHz收发器带有一个数据调制解调器,可在ZigBee™ 技术应用中使用。它还具有一个优化的数字核心,有助于降低MCU处理功率,缩短执行周期。4个定时比较器使用一个性能较低、价格低廉的MCU,从而能够降低成本。广泛的中断维修服务使软件开发更具灵活性。PF IC和MCU之间使用串行外围接口(SPI)连接,从而使用户能够使用飞
temp_matlab
- 语音的识别的前端技术,语音的基音周期检测
jiyinjiance
- 音频基音周期的检测方法一般有两种,该代码是基于音频的自相关函数-Audio pitch detection methods There are two general, the code is the autocorrelation function based on the audio
wavelet
- 基于小波变换法的基音周期检测 比较基础 大家借鉴看看吧 -Based on Wavelet Transform Pitch Detection law basis of comparison to see if you learn from everyone
my_lpc
- 线性预测(LPC)是语音信号处理中最有效的分析方法之一,通过LPC谱,LPCC谱的分析,并结合LPC检测方法判断出语音的基音周期或共振峰。我们可以利用Matlab来进行编程实现,具有实现简单,效果良好的特点-The linear predictive (LPC) is one of the most important methods in speech processing. Through the LPC spectrum, the LPCC spectrum analysis, and u
jiyinzhouqijiance
- 一些关于语音基音周期检测的文章,包括多种测量方法,如小波变换法,相关法,还有多种改进方法的探讨。-Some information about Pitch detection of articles, including a variety of measurement methods, such as the wavelet transform method, the relevant law, there are many improved methods explored.
pitch 检测
- 基音周期检测,基音周期是语音信号处理及应用中需要辨识的最基本的语音特征参数之一。-Pitch detection, pitch cycle is speech signal processing and applications need to identify the most basic voice features of one of the parameters.
实现语音的基音检测
- 小波变换,实现语音的基音检测,主要用来检测语音基音周期,小波变换的实现-Wavelet transform, implemented voice detection, voice pitch is mainly used test cycle, the realization of wavelet transform
Untitled10
- 基于自相关函数的基音检测算法,再此基础上进行中心削波预处理,估算出基音周期。-Autocorrelation function based pitch detection algorithm based on the center and then the pre-clipping, to estimate the pitch period.
jiyinguiji
- 在语音信号处理中,基音周期的检测是非常重要的环节,本程序完成语音的基音周期轨迹。-In speech signal processing, the detection of the pitch period is a very important part of the process is complete voice pitch cycle track.
WeiFengYing-supporting-program
- 魏凤英的现代气候统计诊断与预测技术的fortran源代码,里边包括气候变化趋势分析的程序:线性倾向估计、滑动平均及一些趋势检验和函数;气候突变检测:滑动t检验、Cramer s法、Yamamoto法、Mann-Kendall法、Pettitt法Lepage法;气候序列周期的提取方法:功率谱、最大熵谱、交叉谱、多维最大熵、奇异谱分析、小波分析;以及EOF、主成分等等,总之熟悉这本书的同学,应该知道这本书的“强大”是做数理统计分析、及气象等必备的工具书啊,而且其程序,尤为宝贵!特此与大家分享-Wei
yy
- 说话人识别的特征提取的基音周期检测算法和语谱图-Pitch detection algorithm for speaker recognition, feature extraction and spectrogram
one
- 基音周期检测算法研究及在语音合成中的应用-Pitch detection algorithm research and applications in speech synthesis
QQLoginManager_src
- 主要功能: · QQ 号码批量登录,并自动跳过已经打开的号码 · 可自动检测已打开的 QQ 号码,并可自定义检测周期 · 登录完成后自动关闭登录助手 · 支持 QQ 帐号信息快速复制 · 支持创建 QQ 号码快捷方式到当前用户桌面 · 支持创建 QQ 号码快捷方式到所有用户桌面 · 支持创建 QQ 号码快捷方式到启动菜单 · 支持创建 QQ 号码快捷方式到快速启动栏-Main functions:? · QQ number batch log an
28846390
- 利用ACMF完成基音周期检测,利用极大值和极小值估算出基音周期-ACMF complete pitch detection, maximum and minimum values to estimate the pitch period.
jingling
- 守护精灵,周期检测程序是否运行,根据条件启动或终止进程。定时执行程序。配置文件应用。-Guardian spirit, period detection program is running, according to the conditions to start or terminate the process. Scheduled program. Profile applications.
zqxhjc
- 信号周期检测,检测信号是一项复杂而又重要的任务,在通信领域和雷达信号检测领域都是十分重要的课-Signal period detector
matlab
- 这是一个具有语音的采集、读取、内插恢复、重采样,语音的时域参数的计算、端点的检测、基音周期的提取,语音的加噪、滤波及每次处理后语音的播放等功能的语音信号处理系统。(speech signal processing)
Labview实现基音周期检测
- 可以设定帧长、帧移,只对幅度超过阈值的帧进行基音周期检测,输出每帧有效帧的基音周期。