-
基于DTW的语音识别算法源码和文档
这是一个基于DTW的语音识别算法的C语言代码实现,有特征提取,声波分析等
- 2023-01-27 06:50:03下载
- 积分:1
-
奇异分解,针对不能求逆的情况下,才用svd方法就能够解方程...
奇异分解,针对不能求逆的情况下,才用svd方法就能够解方程-Singular decomposition, for the case of inversion should not only be able to use SVD approach equation solution
- 2022-03-02 18:40:59下载
- 积分:1
-
相关向量机-稀疏贝叶斯学习源码
相关向量机回归的实现,主要是对Tipping的这篇文章的算法进行实现:Tipping, M. E. and A. C. Faul (2003). "Fast marginal likelihood maximisation for sparse Bayesian models." In C. M. Bishop and B. J. Frey (Eds.), Proceedings of the Ninth International Workshop on Artificial Intelligence and Statistics, Key West, FL, Jan 3-6.做SBL的时候可以用上,通过适当的修改也可以用在classification上。
- 2023-03-14 17:05:03下载
- 积分:1
-
卷积码编译码函数,c语言实现,生成多项式可配置,咬尾非咬尾可配置
实现了卷积码的编译码,针对运算速度和存储进行了优化,已应用于实际的DSP芯片中。编译码器都基于参数化实现,可对卷积码的约束长度、生成多项式、是否进行咬尾操作等进行配置。译码采用Viterbi算法,回溯长度可配置。代码有详细的注释,方便维护。
- 2022-02-04 15:09:29下载
- 积分:1
-
MATLAB 有约束信赖域算法,以四元多项式为算例
适用于学习最优化算法的数学专业学生以及其他数值分析课程的同学,
程序清晰,对MATLAB的学习也有很...
MATLAB 有约束信赖域算法,以四元多项式为算例
适用于学习最优化算法的数学专业学生以及其他数值分析课程的同学,
程序清晰,对MATLAB的学习也有很大的帮助,同时程序还有一些不足,读者自己须根据实际问题更正。-MATLAB constrained trust region algorithm to quaternion polynomial example for the application of optimization algorithms in the learning of mathematics students, as well as other courses in numerical analysis of the students, the program clearly and learning to MATLAB is also a great help, but the procedure also There are a number of shortcomings, the reader himself to be corrected in accordance with the actual problem.
- 2022-07-07 21:05:54下载
- 积分:1
-
fdtd算法的matlab源代码
用matlab实现的三维fdtd算法的源代码。
% 3-D FDTD code with PEC boundaries
%***********************************************************************
%
% Program author: Susan C. Hagness
% Department of Electrical and Computer Engineering
% University of Wisconsin-Madison
% 1415 Engineering Drive
% Madison, WI 53706-1691
%
- 2023-03-28 02:55:03下载
- 积分:1
-
龙格库塔法的c语言实现
龙格库塔法的c语言实现-Runge- Kutta method in C Language
- 2023-02-15 11:05:04下载
- 积分:1
-
基于熵的挖掘数据子空间聚类方法
Entropy Based Subspace Clustering for Mining Data - ENCLUS - a new version of PROCLUS algorithm for clustering high dimensional data set.-Entropy Based Subspace Clustering for Mining Data- ENCLUS- a new version of PROCLUS algorithm for clustering high dimensional data set.
- 2022-09-06 00:25:03下载
- 积分:1
-
10 kinds of filtering software sample program
10种过滤软件示例程序
- 2023-08-03 15:20:04下载
- 积分:1
-
使用希尔排序法对一维数组排序
希尔排序(Shell Sort)是插入排序的一种。是针对直接插入排序算法的改进。该方法又称缩小增量排序,因DL.Shell于1959年提出而得名。本实例演示如何使用希尔排序法对一维数组进行排序
- 2022-03-19 14:51:18下载
- 积分:1