-
code
matlab 简单的插值方法 方法使用 可以借鉴(matlab method uses a simple interpolation methods can learn)
- 2013-09-22 08:52:30下载
- 积分:1
-
DPSK
simulation of DPSK modulation in AWGN channel
- 2010-07-13 23:05:32下载
- 积分:1
-
Viterbi
viterby algotitm with soft input . a good simulation in mathlab
- 2009-06-05 17:50:52下载
- 积分:1
-
Registration
图像配准。主要用于手术导航系统中的图片配准。(Registration)
- 2010-05-14 22:28:14下载
- 积分:1
-
ITask
Creates a new ConfigurationParser for the given String arguments.
- 2014-01-16 13:40:56下载
- 积分:1
-
UWB_monocycle1
Gaussian Pulse function 1
- 2010-09-04 13:21:23下载
- 积分:1
-
ac_NRTL
NRTL活度系数模型,里面采用了温度拓展的形式,可以在大范围温度下使用。(NRTL activity coefficient model, which uses the temperature expansion of the form can be used in a wide range of temperatures.)
- 2010-09-29 14:45:28下载
- 积分:1
-
dip
说明: 基于边缘导向的插值算法 首先估计出低分辨率图像的局部协方差系数,然后基于低分辨率图像的协方差和高分辨率图像的协方差之间的几何二元性,用估计出来的协方差进行插值得到高分辨率图像(Image interpolation based on oriented)
- 2011-04-18 09:08:04下载
- 积分:1
-
1
说明: 遗传算法,编写遗传算法程序,求解10城市的旅行商问题。(Genetic algorithm, genetic algorithm coded, 10-city traveling salesman problem to solve.)
- 2011-05-16 17:49:30下载
- 积分:1
-
shanks
function [a,b,err] = shanks(x,p,q)
SHANKS Model a signal using Shanks method
----
Usage: [a,b,err] = shanks(x,p,q)
The sequence x is modeled as the unit sample response of
a filter having a system function of the form
H(z) = B(z)/A(z)
The polynomials B(z) and A(z) are formed from the vectors
b=[b(0), b(1), ... b(q)]
a=[1 , a(1), ... a(p)]
The input q defines the number of zeros in the model
and p defines the number of poles. The modeling error
is returned in err.
- 2012-04-18 09:58:03下载
- 积分:1