-
语音识别
语音识别算法实现,matlab完整实现,对做算法的有参考价值,里面包含了5个文件,mfcc-MFCC参数计算程序 、train-对一个HMM进行训练的程序、viterbi-语音识别的Viterbi算法、以及端点检测代码
- 2022-02-11 21:53:06下载
- 积分:1
-
学习语言的例子
通过实例来学习c语言-examples to learn language c
- 2023-04-28 04:10:03下载
- 积分:1
-
aes_example
algorithme de cryptage aes en c 语言
高级的加密标准
* * 作者: B-Con (b-con@b-con.us)
* * 版权限制: GNU GPL
* * 免责声明: 此代码被提出"按原样"没有任何 garuentees ;说的笔者认为
通过使用此代码的呈现没有问题的责任。
* * 详细信息: 此代码是执行的 AES 算法,由指定的
- 2022-07-08 15:22:26下载
- 积分:1
-
原始简单的计时表
原创的简朴的秒表,-original simplicity of the stopwatch
- 2022-02-03 02:15:15下载
- 积分:1
-
In this note we make a critical comparison of some matlab programs for the digit...
详细表述了分数阶傅立叶变换的离散实现,将现有的算法进行比较。-In this note we make a critical comparison of some matlab programs for the digital computation of the
fractional Fourier transform that are freely available and we describe our own implementation that lters
the best out of the existing ones. Two types of transforms are considered: First the fast approximate
fractional Fourier transform algorithm for which two algorithms are available. The method is described
in H.M. Ozaktas, M.A. Kutay, and G. Bozdagi. Digital computation of the fractional Fourier transform.
IEEE Trans. Signal Process., 44:2141{2150, 1996. There are two implementations: one is written by
A.M. Kutay the other is part of package written by J. O Neill. Secondly the discrete fractional Fourier
transform algorithm described in the master thesis C . Candan. The discrete fractional Fourier transform,
Bilkent Univ., 1998 and an algorithm described by S.C. Pei, M.H. Yeh, and C.C Tseng: Digital fractional
Fourier transform base
- 2022-02-09 21:16:41下载
- 积分:1
-
变系数/非线性微分方程的求解,包括原式及改变的式子。
变系数/非线性微分方程的求解,包括原式及改变的式子。
-Variable coefficients/non-linear differential equations to solve, including the original style and formula changes.
- 2022-01-23 10:09:46下载
- 积分:1
-
TPS变形算法、线性插值、最近邻插值算法
应用背景线性插值、最近邻插值算法,自己写的代码,可以作为参考实现opencv里cvresize的功能,可以应用在图像变形后插值不成功的点,效果不错,根据实际情况选择算法。TPS变形算法应用于图像变形,矫正摄像机畸变。关键技术线性插值、最近邻插值算法,都是自己写的,可以作为参考实现opencv里cvresize的功能,TPS薄板样条函数变形算法应用于图像变形,真的蛮实用的,希望可以帮到你。TPS就是一种插值方法,它寻找一个通过所有的控制点的弯曲最小的光滑曲面;就像一个薄铁板,通过所给定的几个“样条”(比如木条),铁板表面是光滑的。
- 2022-01-22 11:00:18下载
- 积分:1
-
包括高斯正算公式,中央经线以及高斯反算公式
包括高斯正算公式,中央经线以及高斯反算公式-Including the Gaussian formula for positive operators, the central meridian, as well as anti-Gauss formula
- 2022-07-14 00:44:08下载
- 积分:1
-
本程序实现了列主元高斯消去法,程序层次清晰,界面详细
本程序实现了列主元高斯消去法,程序层次清晰,界面详细-this program out of the main yuan Gaussian elimination method, procedure levels clear and detailed interface
- 2022-11-15 13:35:04下载
- 积分:1
-
排列与组合
有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少?
程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去掉不满足条件的排列。
- 2022-04-18 21:12:31下载
- 积分:1