-
MAP
通信仿真,二元位信号通过加性高斯白噪声的信道,经过匹配滤波,最大后验概率和最大似然概率检测比较(Communication simulation, binary bits signals through the additive gaussian white noise, through the channel is matched filtering, maximum a posteriori probability and the maximum likelihood detection probability)
- 2010-06-16 22:30:05下载
- 积分:1
-
TransientMovie_HarmonicField
该matlab代码是一个函数。它接受频域电磁场二维空间分布(用矩阵表示),包括幅度和相位,返回avi文件,显示二维电磁场的动画。(The code is a matlab function. It accepts frequency domain two-dimensional spatial distribution of electromagnetic field (with matrix), including the amplitude and phase, back avi files, the animation shows two-dimensional electromagnetic fields.)
- 2009-03-30 08:49:11下载
- 积分:1
-
svpwm_pmsm_kai
说明: 一个开环的SVPWM控制系统,能稳定地控制电机(SVPWM an open loop control system can control the electrical stability)
- 2011-04-06 09:00:37下载
- 积分:1
-
MATLAB-code-for-TSP
用GA算法和ACO算法在MATLAB上解决TSP问题,附有31个城市的坐标数据(Coordinate data with GA algorithms and ACO algorithm in MATLAB to solve the TSP with 31 cities)
- 2012-11-10 23:20:37下载
- 积分:1
-
ASP05
matlab的一些波束形成的算法 多种方法。。(the matlab the beamforming algorithm a variety of methods. .)
- 2012-11-26 20:19:08下载
- 积分:1
-
5.4pgm2done
音频水印水印算法,利用vc调用matlab引擎检测水印算法
()
- 2008-05-16 19:44:23下载
- 积分:1
-
41695071chap05
说明: matlab 图像处理编程源代码 源代码文件(matlab matlab matlab matlab)
- 2010-04-24 08:50:02下载
- 积分:1
-
fractal-use
分形的练习一
①Koch曲线
用复数的方法来迭代Koch曲线
clear i 防止i被重新赋值
A=[0 1] 初始A是连接(0,0)与(1,0)的线段
t=exp(i*pi/3)
n=2 n是迭代次数
for j=0:n
A=A/3 a=ones(1,2*4^j)
A=[A (t*A+a/3) (A/t+(1/2+sqrt(3)/6*i)*a) A+2/3*a]
end
plot(real(A),imag(A))
axis([0 1 -0.1 0.8])
②Sierpinski三角形
A=[0 1 0.5 0 0 1] 初始化A
n=3 迭代次数
for i=1:n
A=A/2 b=zeros(1,3^i) c=ones(1,3^i)/2
A=[A A+[c b] A+[c/2 c]]
end
for i=1:3^n
patch(A(1,3*i-2:3*i),A(2,3*i-2:3*i), b ) patch填充函数
end
(Fractal
Exercise One
The ① Koch curve
Plural iteration Koch curve
clear i to prevent i is reassigned
A = [0 1] initial A is a connection (0,0) and (1,0) of the segments
t = exp (i* pi/3)
n = 2 n is the number of iterations
for j = 0: n
A = A/3 a = ones (1,2* 4 ^ j)
A = [A (t* A+ a/3) (A/t+ (1/2+ sqrt (3)/6* i)* a) A+2/3* a]
end
plot (real (A), imag (A))
axis ([0 1-0.1 0.8])
② Sierpinski triangle
A = [0 1 0.5 0 0 1] initialized A
n = 3 the number of iterations.
for i = 1: n
A = A/2 b = zeros (1,3 ^ i) c = ones (1,3 ^ i)/2
A = [A A+ [c b] A+ [c/2 c]]
end
for i = 1:3 ^ n
patch (A (1,3* i-2: 3* i), A (2,3* i-2: 3* i), b ) patch filled function
end)
- 2013-03-02 10:03:09下载
- 积分:1
-
recognize-word
基于matlab神经网络的文字识别 有详细注释(Matlab neural network-based character recognition)
- 2013-04-11 10:38:59下载
- 积分:1
-
FrostFilter
Frost 滤波器代码,一个印度人仿真的V.S Frost 于1982年提出的Frost 滤波器,参考文献A Model for Radar Images and Its Application to Adaptive Digital (Frost_filter code Simulated by an Indian References VS Frost, " A Model for Radar Images and Its Application to Adaptive Digital Filtering of Multiplicative Noise," IEEE Trans Pattern Anal, Machine Intell.. ., vol. 4, no. 2, pp. 157-166,. 1982. Mar [http://dx.doi.org/10.1109/TPAMI.1982.4767223])
- 2014-01-10 12:27:24下载
- 积分:1