搜索资源列表
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
temp_matlab
- 语音的识别的前端技术,语音的基音周期检测
检测CPU时钟
- 可以监测cpu时钟周期,用于分布式系统需要时钟同步的场合,该程序包含源代码-can monitor CPU clock cycle, the need for distributed system clock synchronization occasions, the program includes source code
频谱检测算法
- 详细介绍了能力检测,周期检测算法,在matlab中仿真实现各种频谱检测算法,比较全面。
temperature
- 此设计以单片机STC89C51为核心,由声音传感器采集脉搏信号,经过LM324前置放大电路、滤波电路和比较电路后得到与脉搏相关的脉冲信号,将该脉冲信号作为定时/计数器T1中断信号交由单片机进行脉冲周期的计算,T0做定时器。然后得出每分钟的脉搏搏动次数(即心率),并将结果1602LCD上显示心率。在对人体脉搏检测时,具有检错排错的功能。若出现误操作(如不小心移动时产生的噪声)造成检测到的心跳次数不正确的结果,所以在程序中检测时间到达第5秒时,先对其进行计算,若结果超出正常范围则自动返回重新检测,直
ofdmsystemmatlab
- 基于能量检测和周期循环检测的认知无线电频谱检测matlab代码 用周期循环检测算法检测: 首先运行a.m程序,通过此程序运算得出循环频率a值; 再运行zhouqi.m程序,对a值进行确定,通过周期循环算法对信号进行检测; 用能量检测算法检测: 运行nengliang.m检测程序,使用能量检测对信号进行检测。 检测完毕,对检测性能进行分析。 -Cognitive radio based on energy detection spectrum detecti
pitch
- 语音信号处理基音周期检测MATLAB程序仿真详解-Pitch detection of speech signal processing MATLAB program simulation Detailed
wavelet
- 基于小波变换法的基音周期检测 比较基础 大家借鉴看看吧 -Based on Wavelet Transform Pitch Detection law basis of comparison to see if you learn from everyone
CEP
- 倒谱法检测基音周期,基于MATLAB实现-Cepstrum pitch detection, based on the MATLAB implementation
FFA
- FFA(快速折叠算法),实现噪声中的周期信号检测,及周期估算-FFA (fast folding algorithm), the realization of the periodic signal in noise detection, and cycle estimates
VHDL
- 多路分频及周期检测 端口映射示例程序-descr iption
Pitch_Tracker-1.0.tar.Zip
- 包括倒谱基音周期混合特征系数的话者识别,能频积端点检测、语音基音周期检测等C++源代码,本人整理编译过,比较紧凑高效-Including Pitch cepstrum coefficient of the mixed features of speaker recognition, to plot frequency endpoint detection, voice, etc. Pitch Detection C++ source code, I compiled collate, compa
pitch_dective
- 用MATLAB编写的,用于MELP语音编码算法中基音周期检测的程序,实现了基音周期的检测,包括整数基音,分数基音,以及最终基音的检测。可以直接运行。-Pitch detective in speech coder of MELP,by MATLAB.
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.
yuyinchulichengxv
- 对给定语料估计其基音周期。 要求用MATLAB或C语言实现有关基音检测算法,并给出检测结果。 -For a given corpus to estimate the pitch period. Required to use MATLAB or C language realization of the pitch detection algorithm, and gives test results.
pitch 检测
- 基音周期检测,基音周期是语音信号处理及应用中需要辨识的最基本的语音特征参数之一。-Pitch detection, pitch cycle is speech signal processing and applications need to identify the most basic voice features of one of the parameters.
detection_of_phase_distributed_weak_sine_signal_ba
- 基于双耦合Duffing振子的随机相位正弦信号检测 采用双耦合混沌振子阵列实现了随机相位微弱正弦信号的检测,在此基础上,提出了新的检测方法,即利用单个耦合混沌振子,通过临界及周期状态 的变化检测随机相位微弱正弦信号并大致估计信号相位范围,该方法比双耦合混沌振子阵列法简单,更易于实现。-Based on double coupled Duffing oscillators random phase sine signals detected by two coupled chaotic o
实现语音的基音检测
- 小波变换,实现语音的基音检测,主要用来检测语音基音周期,小波变换的实现-Wavelet transform, implemented voice detection, voice pitch is mainly used test cycle, the realization of wavelet transform
closed-loop control .X
- 程序包含闭环控制技术以及实时检测功能,可以将传感器的信号作为反馈量,实时调节控制的状态,达到最优控制的目的。(Program includes closed-loop control technology and real-time detection function.Adjust the state of the control in real time to achieve the purpose of optimal control.)
Labview实现基音周期检测
- 可以设定帧长、帧移,只对幅度超过阈值的帧进行基音周期检测,输出每帧有效帧的基音周期。