-
MATLAB7
基于MATLAB7.0软件的实时数据交换的实现(MATLAB7.0 software-based real-time data exchange to achieve)
- 2008-03-27 09:44:25下载
- 积分:1
-
Speech-Signal-Processing
语音信号处理c语言程序-音高、加窗、MFCC、PLP、等(C programming language speech signal processing- pitch, add window, MFCC, PLP, etc)
- 2015-11-17 21:15:48下载
- 积分:1
-
FLMS
这是一个很好的频域分块自适应滤波的程序,应用于回声消除上,并与NLMS自适应滤波做了运行速度的比较,FLMS比NLMS快几十倍。(This is a very good frequency-domain block adaptive filtering procedure applied to echo cancellation, and comparison with the NLMS adaptive filter for speed, FLMS several times faster than the NLMS.)
- 2021-05-14 04:30:02下载
- 积分:1
-
matlabyuyin
matlab在语音信号处理中的使用,包括基频提取,语音识别,语音增强等(The application of MATLAB in speech signal processing including pitch extraction, speech recognition, speech enhancement and so on.It uses matlab.)
- 2017-11-09 18:24:13下载
- 积分:1
-
SPECTRUM_LMS
1、文件夹中包含了经典功率谱估计和自适应均衡算法两个实验的所有程序。
2、R.m、LMS.m、LMSmain.m为自适应均衡算法的程序:
R.m用来计算输入信号的自相关矩阵及其特征值;
LMS.m为时域LMS算法,用统计的方法仿真得出不同信道参数和不同步长下的学习曲线; LMSmain.m为实验主程序,按照实验要求中的具体数据得到实验结果和曲线。
3、functionx.m、fzhouqitu.m、spectrum.m、bt.m、bart_lett.m、welch.m、SPECTRUMmain.m为经典谱估计的程序:
functionx.m产生需要进行谱估计的函数;
fzhouqitu.m用来计算信号周期图的函数;
spectrum.m是用周期图法进行谱估计的函数
bt.m是用BT图法进行谱估计的函数
bart_lett.m是用BARTLETT法进行谱估计的函数
welch.m是用WELCH法进行谱估计的函数
SPECTRUMmain.m是主程序,按照实验要求中的具体数据得到实验结果和曲线。 (a document folder contains the classic power spectrum estimation and adaptive equalization algorithm for the two experiments all the procedures. 2, R.m, LMS.m, LMSmain.m adaptive equalization algorithm for the procedure : R.m used to calculate the input signal and the correlation matrix eigenvalue; LMS.m too LMS algorithm, use statistical simulation method come to a different channel parameters and the synchronous learning curve; LMSmain.m main program for the experiment, according to the experimental requirements of the specific data and the curve of the experimental results. 3, functionx.m, fzhouqitu.m, spectrum.m. bt.m, bart_lett.m, welch.m. SPECTRUMmain.m classical spectrum estimation procedures : functionx.m have a need for spectrum estimation function; fzhouqitu.m used to calculate t)
- 2007-04-29 17:54:54下载
- 积分:1
-
specsub_modified11
语音唤醒就是在设备待机状态下,用户说出特定的语音指令(唤醒词)使设备进入工作状态或完成某一操作。设备为了实现语音唤醒功能,就需要设备实时监听,也就是实时的录音并分析有没有唤醒词来唤醒设备。评价一个语音唤醒系统的标准有三个:唤醒正确率、误报率、功耗。一般情况下,唤醒正确率越高 ,误报率也越高。好的系统就需要唤醒率高,误报率低,功耗低。(Speech wakeup is when the device is in standby mode, the user speaks a particular voice command (wake up word), so that the device enters the work state or completes an operation. In order to realize the function of speech wakeup, the device needs real-time monitoring, that is, real-time recording and analyzing whether or not wake words are used to wake up the equipment. There are three criteria for evaluating a voice wakeup system: wakeup accuracy, false positive rate, and power consumption. Generally, the higher the correct rate of arousal, the higher the false positive rate. A good system requires high wake-up rate, low false positive rate and low power consumption.)
- 2017-08-15 16:45:55下载
- 积分:1
-
vad
可对一段信号进行分帧加窗,利用过零率和短时能量检测语音端点(It can divide the frame into a window and use the zero crossing rate and short time energy to detect speech endpoints.)
- 2018-04-21 11:28:30下载
- 积分:1
-
wavelet
采样小波包分解语音信号,分解为3层,并求出分解系数(Speech signal using wavelet packet decomposition,decomposing 6 level,and attain decomposition coefficient)
- 2009-12-21 16:15:23下载
- 积分:1
-
speech
语音自动识别技术,采用C++编程,可以给做语音识别的提供参考(Automatic speech recognition technology, using C++ programming, you can do to provide a reference for Speech Recognition)
- 2009-10-15 22:20:29下载
- 积分:1
-
lpcanalysis
function [Coefficients,residual,pitch,Gain,parcorCoefficients,stream,B,crossmat,error_stream] = lpcanalysis(speechtodecode,samplerate,L,windowtime,preemp)
- 2013-02-03 03:48:44下载
- 积分:1