-
meanshift
一个关于图像平滑,与图像平滑的论文,压缩包中包括图像平滑的代码与图像平滑的论文,希望可以与大家一起分享(One on the image smoothing, and image smoothing papers, compressed package includes the code in image smoothing and image smoothing papers, hoping to share with you)
- 2010-01-04 13:43:57下载
- 积分:1
-
Matlab-Mapping
说明: 用matlab实现世界地图调用和显示,可以任意控制范围(using Matlab world map and calls, it can be arbitrary control)
- 2006-03-23 11:43:48下载
- 积分:1
-
pso_dispatch
日前调度计划,对负荷、风电、光伏、燃气轮机、蓄电池的日前出力计划进行调度,实验粒子群算法,获得运行成本最优调度计划(Recently scheduling, load, wind power, photovoltaic, gas turbines, battery output plan before scheduling, particle swarm optimization experiments to obtain optimal scheduling operating costs)
- 2016-05-27 14:35:30下载
- 积分:1
-
maxwell
解决麦克斯韦的matlab源文件,简洁而且实用(Matlab solve Maxwell)
- 2007-10-16 21:37:21下载
- 积分:1
-
power_system_design_and_analysis_using_MATLAB
MATLAB电力系统设计与分析,一本MATLAB在电力系统分析和设计方面的教材。(power system design and analysis using MATLAB)
- 2010-01-08 15:50:26下载
- 积分:1
-
8155
8155中文资料,详细介绍了8155芯片,包括原理及应用,在网上好不容易找到的(8155 Chinese data, detailing the 8155 chips, including the theory and application, not easy to find on the Internet)
- 2010-03-03 16:30:01下载
- 积分:1
-
matlabexample
说明: matlab工具箱实例讲解 现在正在研究这个 希望有志同道合的可以相互学习(toolbox matlab examples to explain now look at the hope that like-minded can learn from each other)
- 2008-11-23 17:17:04下载
- 积分:1
-
rgbtohsi
matlab rgb to hsi conversion file. matlab rgb to hsi conversion file. matlab rgb to hsi conversion file.
- 2009-02-10 15:03:07下载
- 积分:1
-
Desktop
matlab gauss 三点gauss
算法(matlab gauss 3:00 gauss algorithm)
- 2010-01-21 22:55:35下载
- 积分:1
-
tp7-Tp-Filtros
Matlab Filter Implementation
In this section, we will implement (in matlab) the simplest lowpass filter
$displaystyle y(n) = x(n) + x(n-1), n=1,2,ldots,N $
(from Eq.$ ,$(1.1)). For the simplest lowpass filter, we had two program listings:
Fig.1.3 listed simplp for filtering one block of data, and
Fig.1.4 listed a main program for testing simplp.
In matlab, there is a built-in function called filter3.3 which will implement simplp as a special case. The syntax is
y = filter (B, A, x)
where
x is the input signal (a vector of any length),
y is the output signal (returned equal in length to x),
A is a vector of filter feedback coefficients, and
B is a vector of filter feedforward coefficients.
The filter function performs the following iteration over the elements of x to implement any causal, finite-order, linear, time-invariant digital filter:3.4
- 2012-06-05 21:52:24下载
- 积分:1