-
thesis-blind_equalization
自适应均衡器设计用于抑制信号失真,自适应均衡器节拍系数是时变调整的。(Adaptive equalizers remove signal distortion attributed to intersymbol interference in band-limited
channels. The tap coefficients of adaptive equalizers are time-varying and can be adapted using
several methods. When these do not include the transmission of a training sequence, it is referred
to as blind equalization.)
- 2010-09-25 20:55:32下载
- 积分:1
-
jianleizuidaijulifa250
用间类最大距离法自动求取多张图像的阈值,MATLAB实现(With the largest distance between the type of multiple images automatically strike the threshold, MATLAB realize)
- 2008-03-21 15:48:08下载
- 积分:1
-
S-Function
matlab的s函数的编写教程,十分详细(matlab s function to write the tutorial, very detailed)
- 2012-05-21 15:10:55下载
- 积分:1
-
WSN-Applications
wirelss sensor network survey routing protocol leach matlab
- 2014-12-04 14:46:18下载
- 积分:1
-
keyboard_input_v1.02
说明: matlab键盘输入模型程序,用simulink制作。在7.0以上版本直接运行
运行过程中按一下键盘就会看到示波器上出现一个脉冲信号。(Matlab keyboarding model procedures used Simulink production. In version 7.0 to run over the course of operation under the keyboard will see what appeared on an oscilloscope pulse signal.)
- 2006-03-29 20:46:11下载
- 积分:1
-
ASE
Area Spectral Efficeinecy
- 2010-06-03 01:42:42下载
- 积分:1
-
tam_esprit
esprit的tam算法的matlab仿真程序,可生成随信噪比递增均方差的变化图。(esprit the tam algorithm matlab simulation program can be generated with the SNR increase the mean square deviation of the change map.
)
- 2012-05-05 13:58:14下载
- 积分: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
-
Toolbox---Complex-Analysis
Matlab工具箱 - 《复分析基础及工程应用 第3版》,这是书中所带工具箱,与Matlab本身的复分析工具箱相背相比,更适用于教学。(Matlab Toolbox- Fundamentals of Complex Analysis with Applications to Engineering and Science the 3rd version,compared with the similar toolbox of matlab,this toolbox is good at teaching.)
- 2013-11-30 12:46:52下载
- 积分:1
-
PID_MATLAB
非常全面的控制系统PID仿真源码,适用控制类行业,先进PID控制及其MATLAB仿真_第二版(A very comprehensive simulation of PID control system source code, application control class industry)
- 2009-09-27 21:29:30下载
- 积分:1