-
LDA
一个LDA的算法,可以实现对实现基于LDA的人脸识别(An LDA algorithm, can achieve the realization of Face Recognition Based on LDA)
- 2010-07-02 09:47:34下载
- 积分:1
-
Matlabstudy
matlab gui界面的学习,以及部分功能的编程(the matlab gui interface learning, as well as some functional programming)
- 2013-04-28 12:44:43下载
- 积分:1
-
FEM_matlab
说明: 这是我们上有限元程序这门课的时候,老师给我们的一个有限元程序,计算杆或梁的受力分析,包括完整的程序,感觉很详细,还有例子用word说明。(This is the course on the finite element program, the teacher gave us a finite element program to calculate pole or beam stress analysis, including the complete program, I feel in great detail, there are examples that use the word.)
- 2020-12-07 11:39:21下载
- 积分:1
-
alp_bet_convv
This model is very much useful in converting the normal three phase voltages to the corresponding alpha beta components
- 2013-12-11 13:46:43下载
- 积分:1
-
pso
For Automatic generation control using PSO
- 2015-03-25 09:42:20下载
- 积分:1
-
遗传算法实现的vrp问题求解
实现VRP问题遗传算法,通过遗传算法解决由MATLAB来说明(Genetic algorithm for realizing VRP problemThe solution of the genetic algorithm is explained by MATLAB)
- 2018-05-01 18:55:41下载
- 积分:1
-
Matrix
利用MATLAB编写的带有GUI界面的矩阵计算器,可实现一般的功能,及其扩展功能(Matrix calculator using MATLAB prepared with a GUI interface, enabling the general functions and extensions)
- 2020-09-03 08:38:07下载
- 积分:1
-
基于 JPEG/JPEG2000的医学图像压缩方法
提出了一种基于 JPEG/JPEG2000相结合的医学图像感兴趣区域压缩方法。该方法对在人为选定
医学图像的感兴趣区域采用无损的 JPEG2000压缩 ,而对其他图像区域则采用高压缩比的 JPEG压缩,较好地解决了医学图像的高压缩比和高质量之间的矛盾。(Based on a combination of JPEG/JPEG2000 region of interest of medical image compression method. The method of artificially selected region of interest of medical images using lossless JPEG2000 compression, and on other image regions using high compression ratio of JPEG compression, a better solution to the medical image and high-quality high-compression ratio between the contradictions.)
- 2007-10-07 11:03:36下载
- 积分:1
-
tuxiangfenge
说明: 图像分割的一个matlab程序,基于二维图像,简单实用,分享了(Image segmentation of a matlab program, based on two-dimensional images, simple and practical, shared)
- 2010-04-01 23:20:32下载
- 积分:1
-
fractaldim(y-Q-M)
计盒分形维数计算的matlab源代码编程实现过程(Function [Fdgen NoisfreFD ]=fractaldim(y,Q,M)
__________________________________________________________________________
Usage: Computes fractal dimension by box counting(BC) method.
NOTE: Running the code may take a little time, because it calculates
dimensions for all embedding dimensions up to M.
This code is based on an algorithm that constructs a box for the first
observation and for other observations test which it belongs to previous
box(s). If the observation belongs to one of the existent boxes then
increases number of points in the relevant box,otherwise makes a new box. the algorithm of this code uses only rounding down and it does not need
binary coding, sorting and so on. It uses only transformation data to [0,2^32-1] and finding valid boxes based on Leibovich and Toth(1989). Inputs: y is a vector time series. q stands for generalized dimension q=1 entropy dimension,q=2 correlation dimension and so on. q=0 is box counting dimen)
- 2014-11-30 13:19:02下载
- 积分:1