-
NLP技术实现,对语料库进行自动统计生成分词词典,对训练集进行分词,列出所有的分词可能并计算每种可能的概率。请使用者自行加入语料库和测试集。...
NLP技术实现,对语料库进行自动统计生成分词词典,对训练集进行分词,列出所有的分词可能并计算每种可能的概率。请使用者自行加入语料库和测试集。-NLP technology to automatically Corpus Health Statistics ingredients dictionary, the training set for segmentation, list all the sub-term may calculate the probability of each possible. Requests for users to set and test sets.
- 2023-07-10 09:55:03下载
- 积分:1
-
是源峰值检测器,实验我已经找到了有用的。
是峰值检测的源码,经本人实验过,发现很有用。-Is the source peak detector, the experiment I have found useful.
- 2023-02-06 04:10:03下载
- 积分:1
-
这是一个基于C++的语音识别系统,包括语音输入,识别,输出等功能...
这是一个基于C++的语音识别系统,包括语音输入,识别,输出等功能-This is a C-based speech recognition systems, including voice input and recognition, output function
- 2022-03-18 12:27:06下载
- 积分:1
-
fft_cos_sin系数生成表,测试用,由他人提供的
fft_cos_sin系数生成表,测试用,由他人提供的
- 2022-06-02 01:26:36下载
- 积分:1
-
语音识别专辑六
语音识别专辑六- Speech recognition special edition six
- 2022-04-15 01:52:43下载
- 积分:1
-
Indefinite long
不定长信号合并,%执行信号相加: y(n) = x1(n)+x2(n)
%调用方式:[y,n] = sigadd(x1,n1,x2,n2)
% y:叠加后的信号序列的序列号,包括n1和n2
% x1: 第一个信号序列,序列号为n1
% x2:第二个信号序列,序列号为n2(n2可以与n1不同)-Indefinite long-Signal merger, add up to the implementation of signal: y (n) = x1 (n)+ X2 (n) call the way: [y, n] = sigadd (x1, n1, x2, n2) y: Superposition signal sequence after the serial number, including the n1 and n2 x1: the first signal sequence, the serial number for n1 x2: the second signal sequence, the serial number for n2 (n2 with n1 different)
- 2022-01-28 16:59:07下载
- 积分:1
-
Sun ADPCM compression decompression procedures, including G.721, G.723, G.723 al...
SUN的ADPCM压缩解压程序,包括G.721,G.723,其中G.723又包括16bit,24bit,40bit的压缩解压-Sun ADPCM compression decompression procedures, including G.721, G.723, G.723 also includes 16bit, 24bit, 40bit compression decompression
- 2023-02-09 21:10:03下载
- 积分:1
-
检测语音信号的共振峰
% gender = gender_detector(X,Fs)
%
% This function will use a...
检测语音信号的共振峰
% gender = gender_detector(X,Fs)
%
% This function will use a pitch detection algorithm to decide if the speaker is MALE(0) or FEMALE (1).
% It is designed to work with short speech samples (up to or greater than 50 ms). The function returns a
% 0 if X contains male speech and a 1 if it contains female speech.
-the resonance peak gender_detector% gender = (X, Fs)%% This function will use a detection a pitch lgorithm to decide if the speaker is abbreviation (0) or F EMALE (1). % It is designed to work with short spe ech samples (up to or greater than 50 ms). The fun ction returns a 0% if X contains a male speech and if it contains a female speech.
- 2022-07-01 23:56:15下载
- 积分:1
-
Wave form tool kit for MATLAB. Add toolbox folder to MATLAB s path Type main in...
MATLAB波形工具箱。将工具箱文件夹添加到命令窗口中的MATLAB路径类型main
- 2022-01-31 20:03:48下载
- 积分:1
-
语音识别(Speech Recognition)是让机器通过识别和理解过程把语音信号转变为相应的文本或命令的技术。在课题中,通过采用DTW(Dynamic ti...
语音识别(Speech Recognition)是让机器通过识别和理解过程把语音信号转变为相应的文本或命令的技术。在课题中,通过采用DTW(Dynamic time warping, 动态时间伸缩)算法,对实现孤立词的识别进行了初步探讨和研究,实现了在MATLAB软件环境下孤立词语的语音识别,并针对DTW的主要特点及不足做出了总结。-Speech Recognition (Speech Recognition) machines is through recognition and understanding of a process which put the voice signal into the corresponding text or command technology. The issue, through the use DTW (Dynamic time warping, dynamic time telescopic) algorithm to achieve an isolated word recognition conducted a preliminary exploration and study, the realization of the MATLAB software environment isolated words of Speech Recognition and DTW against the main features and deficiencies make summarized.
- 2022-03-15 03:13:02下载
- 积分:1