-
matlabgongju
matlab 工具汇总word格式 便于复制粘贴 一个对学习MATLAB不错的讲解(matlab tools summary word format, copy and paste an easy to learn MATLAB good explanations)
- 2009-11-21 19:06:00下载
- 积分:1
-
Vector_algebra_2009
vector algebra extension to exterior product
- 2010-02-08 17:31:10下载
- 积分:1
-
EEMD
求解EEMD的工具箱,里面包含EEMD主程序,可以直接调用(Solving the EEMD toolbox, which contains the EEMD main program, you can directly call it)
- 2021-03-30 13:49:09下载
- 积分:1
-
usematlabdesignafilter
用MATLAB设计一个低通和带通滤波器,传统的数字滤波器的设计过程复杂,计算工作量大,滤波特性调整困难,影响了它的应用。本文介绍了一种利用MATLAB信号处理工具箱(Signal Processing Toolbox)快速有效的设计由软件组成的常规数字滤波器的设计方法。给出了使用MATLAB语言进行程序设计和利用信号处理工具箱的FDATool工具进行界面设计的详细步骤。(design a digital filter use matlab)
- 2010-08-12 14:37:33下载
- 积分:1
-
antcolonyalgorithm
蚁群算法LF解决聚类问题,程序文章比较全面,已测试!!!(LF ant colony algorithm to solve clustering problems, the article is more comprehensive program has been tested! ! ! )
- 2010-10-02 17:42:16下载
- 积分:1
-
speaker-recognition
mfcc用于求取训练样本的特征值,其需要melbankm和enframe两个程序。
enframe用于将语音分帧,melbankm用于产生mel三角滤波器组,vqlbg用于获取说话人码书,disteu程序用于计算两个矩阵间的距离,(mfcc strike eigenvalues for the training sample, which requires melbankm and enframe two procedures. enframe for the voice of the frame, melbankm used to produce the triangular mel filter bank, vqlbg codebook is used to get people talking, disteu procedures used to calculate the distance between two matrices,)
- 2013-12-19 10:22:58下载
- 积分:1
-
svdd
支持向量数据的matlab算法程序,用于一类分类,欢迎大家下载(Algorithm for support vector data, matlab program for one-class classification, we are happy to download)
- 2010-03-11 10:27:39下载
- 积分:1
-
krig_npoint
使用matlab实现了克里金插值算法,代码较短,运行时间也较为理想,但是缺少注释(use matlab to realize the Kriging interpolation algorithm ,code is shorter, running time is ideal)
- 2016-04-13 14:35:28下载
- 积分:1
-
人工智能算法中常用的蚁群算法中的一个子程序
说明: 人工智能算法中常用的蚁群算法中的一个子程序(a subroutine in the ant colony algorithm)
- 2020-06-23 01:00:01下载
- 积分:1
-
Height-width-for-hand
For all classifier needs feature classification object .Here the program for height and width feature taken hand image.This program suitable for any single object in the image.
input
gray_img : input hand image or any measure image like 2d with 0 to 255
intensity
output
height : pixel count of height
width : pixel count of width
out_img : segmented image with line for height and width
hand_height_width function implements hand height and width of the image
using the method outlined in:
calculate the hand height and width value for gray image. In Proceedings of the Information Sciences 275 (2014) 45–56.
Hand shape identification on multirange images.
[ height width out_img ] = hand_height_width ( gray_img ) function is to find the hand height and width value of the image.
The input is given to the gray scale image.
- 2014-10-24 22:24:56下载
- 积分:1