-
pressione
This functions models the pression profile with height
- 2014-09-29 20:37:08下载
- 积分:1
-
AIRtools
CT图像重建中的代数重建工具包(AIR Tools is a MATLAB software package for tomographic reconstruction (and other imaging problems) consisting of a number of algebraic iterative reconstruction methods. The work was carried out as part of the project CSI: Computational Science in Imaging, funded by the Danish Research Council for Technology and Production Sciences, and headed by Prof. Per Christian Hansen, DTU Compute. The collaborators are DTU Compute, Dept. of Electronic Systems at Aalborg University, and MOSEK ApS. The main part of the Matlab code was written by Maria Saxild-Hansen. The core of the functions fambeamtomo, paralleltomo, and seismictomo was written by Jakob Sauer J鴕gensen.)
- 2014-02-10 01:53:55下载
- 积分:1
-
Antenna_array_iwo_MATLAB_Files
application des optimisation antennes en utilisant l algorithme des iwo : invasive weed optimisation
- 2015-04-16 18:00:38下载
- 积分:1
-
Chien搜索BCH译码算法
说明: %inverstable
inverse_tb = gf(zeros(1, t+1), m);
for i=1:t+1,
inverse_tb(i) = alpha^(-i+1);
end;
%chien's search
lambda_v = zero;
accu_tb=gf(ones(1, t+1), m);
for i=1:n,
lambda_v=lambda*accu_tb';
accu_tb = accu_tb.*inverse_tb;
if(lambda_v==zero)
error(1,n-i+1)=1;
else
error(1,n-i+1)=0;
end
end
found = find(error(1,:)~=0)
- 2021-04-23 11:08:47下载
- 积分:1
-
robotsim1
此段代码实现了一个点机器人的避碰功能,具有良好的实现界面。(This code implements collision avoidance function of point robot , and there s a good interface.)
- 2009-09-23 11:17:26下载
- 积分:1
-
softmatting_MATLABcode
关于soft matting的MATLAB代码(A closed form solution to Natural Image Matting
A. Levin D. Lischinski and Y. Weiss )
- 2010-07-12 15:37:04下载
- 积分:1
-
arclength
arc length :arclength: compute arc length of a space curve, or any curve represented as a sequence of points...
- 2011-02-12 15:45:44下载
- 积分:1
-
water1
In this file we implemented a dwt watermarking method in matlab
- 2011-05-24 16:08:25下载
- 积分:1
-
case4gs
matpower4.1相关文件,用于实现matpower仿真,4gs数据信息(matpower4.1 relevant documents, used to achieve matpower Simulation, 4gs data information)
- 2012-10-09 22:11:51下载
- 积分:1
-
5
选题二、基于matlab简单图像处理系统用中值滤波方法消除噪声(Two topics, based on matlab image processing system with a simple median filter to eliminate noise)
- 2014-01-19 22:23:22下载
- 积分:1