-
matlab-chazhi
该算法程序包含拉格朗日插值和样条插值等多个功能。(The algorithm contains multiple functions Lagrange interpolation and spline interpolation.)
- 2014-12-28 20:05:03下载
- 积分:1
-
Razrabotka_CGI_prilogenii_na_Perl
Developing applications on the CGI-Perl Kevin Meltzer Brent Michalski of the Russian language
- 2013-11-04 20:22:55下载
- 积分:1
-
Matlab_BFS_Maze
本程序用Matlab语言实现广度优先算法求解迷宫问题,其中1表示障碍,0表示通路,2表示入口,3表示出口,5表示行走路线(Program using Matlab breadth-first algorithm to solve the maze problem, where 1 indicates obstacles 0 indicates that pathway, entrance 3 export 5 shows the routes)
- 2013-03-15 19:42:53下载
- 积分:1
-
Kernel-Patial-Least-square-
Kernel Patial Least square
- 2015-01-19 01:49:59下载
- 积分:1
-
afni_matlab
AFNI在Matlab下应用源码。用于在matlab环境下导入,修改,处理afni数据。(AFNI source code in Matlab applied. Matlab environment for the import, modify, afni treatment data.)
- 2008-02-19 05:59:22下载
- 积分:1
-
Single--circle-array
此资料是有关“单圈圆阵的二维方向图”的源程序,此程序画出二维方向图(This information about the source of the the " lap circular array of two-dimensional pattern, this program draw the two-dimensional pattern)
- 2012-09-21 20:46:46下载
- 积分:1
-
ofdm
用matlab 实现ofdm,输入的是长度为256的随机序列,其中用到了opsk调制,ifft和fft变换(Using matlab realize ofdm, enter the length of the random sequence 256, which uses a opsk modulation, ifft and fft transform)
- 2008-03-13 15:40:09下载
- 积分:1
-
acdc
联合对角化方法,用于对多个矩阵同时进行联合对角化,主要用处是盲源分离。(joint diagonalization method for the same time on a number of joint matrix diagonalization, the main use is Blind Source Separation.)
- 2006-07-01 13:52:01下载
- 积分:1
-
red-colour-tracking
the code is to track the lips. which need to be marked by red color.
the code tracks the red color of the lips and thus the lips indirectly.
such system can be very much useful for audio visual departments
- 2014-08-21 16:42:59下载
- 积分:1
-
AMT
figure imagesc(Img,[0 255]) colormap(gray) hold on
bw = roipoly
phi = 2*(0.5-bw)
tic
for n = 1:200
phi = Evo_ILF_2D(phi,mu,lambda,epsilon,timestep,Img_lap)
pause(0.05)
imagesc(Img, [0, 255]) colormap(gray) hold on
[c,h] = contour(phi,[0 0], b )
iterNum=[num2str(n), iterations ]
title(iterNum)
hold off
- 2015-03-16 13:37:29下载
- 积分:1