-
landscape
利用MATLAB作的分形地形源代码,用到分形地形的基础算法。(For the use of MATLAB source code of fractal terrain, use the basis of the fractal algorithm terrain.)
- 2009-04-23 19:01:13下载
- 积分:1
-
classic
经典的matlab算法代码,包括顶点覆盖近似算法,哈密尔顿回路,最短路和次短路,最短路径等等。(Classical algorithm matlab code, including the vertex cover approximation algorithm, Hamilton circuit, the most short-circuit and sub-circuit, the shortest path and so on.)
- 2009-04-26 16:06:14下载
- 积分:1
-
Li_SMC_PHD-pack
PHD filter example and fully written example matlab code
- 2015-02-13 17:07:45下载
- 积分:1
-
22674394levelset-segmentation-vc
颜色空间的转换应用matlab编写的程序 很好用的程序(color space change use matlab wirite it is a good program)
- 2013-11-29 18:49:16下载
- 积分:1
-
Filter
this code implementation fir filter.
- 2014-10-14 00:53:16下载
- 积分:1
-
radarpd
matlab编写的雷达信号检测及仿真程序,包括确知信号与随机信号检测,很好用(radar signal detection and simulation program matlab prepared, including known signal and random signal detection, easy to use)
- 2012-08-21 10:15:06下载
- 积分:1
-
kalman.guijigenzong
用Kalman滤波方法估计目标航迹的Matlab源程序(this study is Kalman Filter algorithm of a very good process)
- 2010-05-29 16:36:08下载
- 积分:1
-
w1
实现求圆形、三角形、矩形的面积和周长。要求和说明如下:
(一) 定义接口sharp接口
(二) 通过实现接口定义Rect、Triangle、Circle的类,并且一个构造方法,并实现求面积和周长的方法(其中三角形斜边的计算公式c=Math.sqrt (width * width + height * height ) )
(Seeking to achieve circular, triangular, rectangular area and perimeter. Requirements and are described as follows: (a) define the interface sharp interfaces (two) by implementing the interface definition Rect, Triangle, Circle of class and a constructor method, and implement methods for the area and perimeter (where the hypotenuse of the triangle formula c = Math.sqrt (width* width+ height* height) ))
- 2013-12-19 21:22:57下载
- 积分:1
-
secant
function [x, hist] = secant(x, f, tola, tolr)
SECANT This a secant code with no line search.
This code terminates on small relative-absolute errors function [X, HIST] = SECANT(X, F, TOLA, TOLR) Inputs: X = initial iterate
F = function
TOLA = absolute error tolerance
TOLR = relative error tolerance
Output: X = approximate result
- 2009-12-04 03:38:55下载
- 积分:1
-
chirp
模拟出一个雷达的线性调频信号的波形,给出其频谱图(Simulate a radar LFM waveform, give its spectrum)
- 2013-07-11 22:44:09下载
- 积分:1