-
说话人识别程序-matlab
在MATLAB环境下实现基于矢量量化的说话人识别系统。在实时录音的情况下,
利用该说话人识别系统,对不同的人的1s~7s的语音进行辨识。实现与文本无关的自动说话人确认的实时识别。
- 2022-12-03 16:45:03下载
- 积分:1
-
这是一个单片机实用子程序集,有丰富的实用定点数计算,浮点数计算,及控制类子程序!适合单片机开发者参考工具。
该代码执行效率高,通过编译。
这是一个单片机实用子程序集,有丰富的实用定点数计算,浮点数计算,及控制类子程序!适合单片机开发者参考工具。
该代码执行效率高,通过编译。-This is a single-chip utility subroutine sets, has a wealth of practical fixed-point computing, floating-point calculation, and control of type subroutine! Suitable for single-chip reference tool for developers. Efficient implementation of the code through the compiler.
- 2022-04-16 02:56:46下载
- 积分:1
-
经典的红黑树算法,强烈推荐
经典的红黑树算法,强烈推荐-classic Brooklyn Tree Algorithm, strongly recommended
- 2022-09-12 17:25:02下载
- 积分:1
-
本源码包括矩阵运算的基本功能,包括矩阵加减、乘除、转置、求逆...
本源码包括矩阵运算的基本功能,包括矩阵加减、乘除、转置、求逆-the source of matrix of the basic functions, including matrix addition and subtraction, multiplication and division, to home, the inverse
- 2023-02-05 23:15:03下载
- 积分:1
-
这个c语言程序实现中缀表达式变为后缀表达式,并且实现其计算...
这个c语言程序实现中缀表达式变为后缀表达式,并且实现其计算-the language program which is made up of expressions into a suffix expression, and its calculation
- 2023-06-28 05:20:03下载
- 积分:1
-
根据已知数据的权重对数据进行拟合,若不能给出数据的权重就默认为数据权重为1.这种拟合 方法是根据最小二乘进行的。...
根据已知数据的权重对数据进行拟合,若不能给出数据的权重就默认为数据权重为1.这种拟合 方法是根据最小二乘进行的。-The basis of known data on the weight of the data fitting, if the data should not give the weight for data on the default weight is 1. This method is based on least-squares fitting carried out.
- 2022-07-09 02:46:57下载
- 积分:1
-
stm32f103平衡小车程序
应用背景以现在两轮自平衡车的发展为背景,此项目设计多个领域涵盖了自动控制、模式识别、传感技术、电子电气、计算机、机械等多个学科,两轮自平衡机器人的概念就是在此背景下提出来的,这种机器人区别于其他...通过高速微控制器STM32F103 完成数据融合处理,得到平滑而稳定车体姿态信息, 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-04 05:35:20下载
- 积分:1
-
一种生成笛卡尔网格的代码(多重网格版本)。
A code for generating Cartesian grids (multigrid version).
- 2022-11-09 23:00:03下载
- 积分:1
-
2008年ACM 全球竞赛原题目,有兴趣的可以
2008年ACM 全球竞赛原题目,有兴趣的可以-ACM Global competition in 2008 the original topic of interest can be
- 2023-06-19 02:30:03下载
- 积分:1
-
傅里叶变换算法fft
How To Use
void main(void)
{
gen_w_r2(w, N); // Generate coefficient table
bit_rev(w, N>>1); // Bit−reverse coefficient table
DSPF_sp_cfftr2_dit(x, w, N);
// radix−2 DIT forward FFT
// input in normal order, output in
// order bit−reversed
// coefficient table in bit−reversed
// order
DSPF_sp_icfftr2_dif(x, w, N);
// Inverse radix 2 FFT
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-02 15:55:21下载
- 积分:1