-
tuxiang
matlab对图像进行运动模糊 以及用维纳滤波 逆滤波还原(matlab and the image motion blur reduction using Wiener filtering inverse filtering)
- 2011-05-17 18:07:32下载
- 积分:1
-
superviewshed
Superviewshed将计算所引用的地形和目标给予高度观察员矩阵洛杉矶分校。此外,标准的最低高度的地形观察将输出。运行约16倍视域。
(Superviewshed will calculate LOS of a referenced terrain matrices given observer and target altitudes. In addition, the standard minimum height observable of the terrain will be output. Runs approximately 16 times faster than viewshed.)
- 2011-05-23 11:14:13下载
- 积分:1
-
MATLAB-PROGRAMING
MATLAB和Mathematica、Maple并称为三大数学软件。它在数学类科技应用软件中在数值计算方面首屈一指。MATLAB可以进行矩阵运算、绘制函数和数据、实现算法、创建用户界面、连接其他编程语言的程序等,主要应用于工程计算、控制设计、信号处理与通讯、图像处理、信号检测、金融建模设计与分析等领域。
MATLAB的基本数据单位是矩阵,它的指令表达式与数学、工程中常用的形式十分相似,故用MATLAB来解算问题要比用C,FORTRAN等语言完成相同的事情简捷得多,并且MATLAB也吸收了像Maple等软件的优点,使MATLAB成为一个强大的数学软件。在新的版本中也加入了对C,FORTRAN,C++,JAVA的支持。可以直接调用,用户也可以将自己编写的实用程序导入到MATLAB函数库中方便自己以后调用,此外许多的MATLAB爱好者都编写了一些经典的程序,用户可以直接进行下载就可以用。(MATLAB and Mathematica, Maple and called the three mathematical software. It is during a math class technology application software in the numerical calculations to none. MATLAB matrix operations can be performed, mapping functions and data, algorithm, creating the user interface, connect to other programming languages procedures, mainly used in engineering calculations, control design, signal processing and communications, image processing, signal detection, financial modeling design and analysis and other fields. MATLAB basic unit of data is a matrix, its instruction expression and mathematics, engineering, commonly used forms are very similar, so use MATLAB to solving the problem than with C, FORTRAN and other languages accomplish the same thing more simple, and also MATLAB absorb the advantages of software such as Maple, so MATLAB become a powerful mathematical software. In the new version also adds support for C, FORTRAN, C++, JAVA support. Can be calle)
- 2013-09-13 17:29:07下载
- 积分:1
-
Cole_Cole_parameters
自己编写的Matlab源码,主要采用时域有限差分(FDTD)法实现色散介质的电磁仿真。(I have written Matlab source, the main use of finite difference time domain (FDTD) method to achieve the electromagnetic simulation of dispersive media.)
- 2011-10-11 03:42:04下载
- 积分:1
-
masterMATLAB
学习matlab的好书籍,希望对大家有所帮助(matlab)
- 2010-06-24 10:38:05下载
- 积分:1
-
wash
matlab中wash码的仿真及相关性分析(wash)
- 2010-12-20 12:31:23下载
- 积分:1
-
gm11
function exp85
clear all
p=[0:0.1:1.1]
t=[22.4570 26.6012 12.6416 5.9367 6.9265 28.2432 31.5068 37.0166 7.8947 1.0398 12.7095]
net=newff([0 1],[5 1],{ tansig purelin }, traingdx , learngdm )
net.trainParam.epochs=2500
net.trainParam.goal=0.001
net.trainParam.show=50
net=train(net,p,t)
r=sim(net,p)
plot(p,t,p,r, * )
y=sim(net,[1.2])
- 2012-04-26 12:14:11下载
- 积分:1
-
SVR
matlab支持向量机回规界面,操作简单,使用方便(Matlab Support Vector Machine to back regulatory interface, simple operation, easy to use)
- 2012-06-21 16:19:12下载
- 积分:1
-
controladorPDI
Código para simular un controlador PID
- 2013-07-09 09:09:52下载
- 积分:1
-
paper1
多目标滤波中的多传感器概率假设密度算法.PDF(Multi-sensor Probability Hypothesis Density Algorithm in Multi-target Filtering)
- 2012-08-26 20:20:38下载
- 积分:1