-
cfar
simple cfar algorithm for matlab
- 2012-10-06 21:39:01下载
- 积分:1
-
Single_channel_single_sideband_transmissin_Matlab_
单信道OOFDM单边带传输Matlab代码(Single-channel single-sideband transmission Matlab code OOFDM)
- 2010-07-11 20:06:21下载
- 积分:1
-
face_recognition
人脸识别的MATLAB程序。数字图像处理的重要内容(Face Recognition MATLAB. An important part of digital image processing)
- 2010-06-25 13:13:03下载
- 积分:1
-
MUSIC
This code realize the spcial smooth music algorithm
- 2013-01-03 17:25:41下载
- 积分:1
-
awgn$qpsk
这是在AWGN信道下四相键控调制,以及其性能分析。(This is the AWGN Channel 4 phase shift keying modulation, as well as its performance analysis.)
- 2007-04-07 11:04:28下载
- 积分: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
-
transmit
模拟激光光束在大气中传输,分析激光强度,光斑质量(The analog laser beam transmission, analyzing the laser light intensity, spot quality in the atmosphere)
- 2012-10-10 16:33:17下载
- 积分:1
-
signalandsystemMatlab
说明: 信号与系统相关源代码 希望能给大家带来帮助(signal and system)
- 2010-03-22 12:37:58下载
- 积分:1
-
imag-mosaic
use for the mosaic the image by taking the picture at different angale
- 2013-03-23 19:09:23下载
- 积分:1
-
STR_for_pudn
通信中的采样钟恢复,用gardner 算法提取时钟误差。(STR for sampling Time recovery)
- 2013-11-24 16:18:29下载
- 积分:1