-
Farmland-small-map
农田多标记小图,可以用以极化SAR分解和半监督极化SAR分类。(Farmland multi-label small map, can be used to polarimetric SAR polarimetric SAR decomposition and semi-supervised classification)
- 2014-08-22 17:01:13下载
- 积分:1
-
SourceCodeforMATLABPrograming
《MATLAB程序设计教程》一书的源代码( MATLAB Programming Tutorial the book s source code)
- 2008-01-10 10:42:33下载
- 积分:1
-
bodafangxiang_1
天线方向图的波达方向,用于描述回波的方向图1,可以用于初学者学习使用(the antenna dir)
- 2010-11-13 18:19:07下载
- 积分:1
-
linehough123
这个程序检测出了图像中的直线,而且用绿色标出直线,直线断电用+表示,并且用不同颜色标出了最长的直线(this procedure detected the image straight, and marked with a green line, a straight line with power outages, and with different colors marked the longest line)
- 2007-04-12 09:39:27下载
- 积分:1
-
thesis_nwang
A major challenge to MIMO-OFDM systems is how to obtain the channel state in-
formation accurately and promptly for coherent detection of information symbols and
channel synchronization.
- 2013-02-20 19:59:25下载
- 积分:1
-
memristor_nonlinear__SPICEfig5c1
记忆阻器的混沌分叉分析,建立了转台防尘,得到了混的分岔图而分叉等非线性现象(Memory resistor chaotic bifurcation analysis, turntable dust, mixed bifurcation diagram bifurcation of nonlinear phenomena such as)
- 2013-04-23 18:27:45下载
- 积分:1
-
PSO
通过粒子群算法实现pid参数的自整定。内容涵盖matlab程序和SIMUILINK仿真。已调试。(PID parameter tuning of particle swarm optimization)
- 2018-12-30 14:53:31下载
- 积分:1
-
stereopairs
立体图像校准的matlab程序算法讲解。可以直接下载源码(A compact algorithm for rectification of stereo pairs)
- 2009-12-16 16:03:20下载
- 积分:1
-
matlab_turkce_kilavuz
matlab turkish guide
- 2010-01-03 20:26:34下载
- 积分:1
-
pade
function [a,b] = pade(x,p,q)
PADE Model a signal using the Pade approximation method
----
Usage: [a,b] = pade(x,p,q)
The input 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.
- 2012-04-18 09:52:53下载
- 积分:1