-
LMS-equalizer-in-MATLAB
本程序是在MATLAB中对LMS均衡算法的通信仿真。(This procedure is in the MATLAB algorithm of LMS balanced communication simulation.)
- 2009-05-01 14:27:13下载
- 积分:1
-
rengongmianyi
a=load( q.txt )
width=input( 请输入窗宽 )
step=input( 请输入步长 )
m=length(a)
for i=1:floor((m-width)/step+1)
s(i,1:width)=a(1,1+(i-1)*step:width+(i-1)*step)
end
b=max(max(s))
M=s./b
Rs=input( 请输入本体集半径 )
nd=input( 请输入检测器数模 )
k=1
while k<=nd
d{k}=rand(1,width)
for i=1:floor((m-width)/step+1)
if (norm(d{k}-s(i,:)))^2<Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2(a = load (' q.txt' ) width = input (' Please enter the window width' ) step = input (' Enter step size' ) m = length (a) for i = 1: floor ((m-width)/step+1) s (i, 1: width) = a (1,1+ (i-1)* step: width+ (i-1)* step) end b = max (max (s)) M = s./b Rs = input (' Please enter the body set radius' ) nd = input (' Please enter the number of detector modules' ) k = 1 while k < = nd d {k} = rand (1, width) for i = 1: floor ((m-width)/step+1) if (norm (d {k}-s (i ,:)))^ 2 <Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2)
- 2011-05-21 16:46:49下载
- 积分:1
-
SQP
非线性规划算法,基于拉格朗日乘子Hessian矩阵的sqp方法(nonlinear programming algorithm,sqp algorithm based on Lagrange Hessian Matrix)
- 2014-02-23 20:17:06下载
- 积分:1
-
Lyapunovexponentbyslope
用斜率的方法来求时间序列的lyapunov exponent,在非线性动力学和时间序列处理中经常用到。很实用的小程序。(slope of the methods used to the time series for the lyapunov exponent. Nonlinear Dynamics and the time sequence processing frequently used. Very small practical procedures.)
- 2007-01-30 12:41:20下载
- 积分:1
-
m_sequence
m序列产生程序.matlab程序实现。验证正确。根据m序列的原理(m sequence)
- 2011-06-20 19:12:29下载
- 积分:1
-
C_Scalaire1
commande scalaire d un moteur asynchrone
- 2013-04-07 00:48:37下载
- 积分:1
-
quwu-matlab-daima
去雾 对雾天拍摄图片运用图像增强的方法进行去雾处理 达到清晰的效果 matlab程序代码(Go to fog fog shooting pictures using image enhancement method to fog treatment to achieve a clear effect Matlab code)
- 2013-03-04 21:17:59下载
- 积分:1
-
matlab_dsolve
关于matlab中dsolve函数的一些使用说明及例子(About matlab function in dsolve some instructions and examples)
- 2014-02-25 21:32:26下载
- 积分:1
-
fft
matlab编程,是初学者的良师益友,十分难得的例子 (matlab programming beginners mentor, a very rare example)
- 2015-04-14 08:47:54下载
- 积分:1
-
erjiejuzhou
根据二阶矩原理计算给定图像的二阶矩,也就是图像的中轴线(According to principles calculation of second moment second moment given image, that is the image of the central axis)
- 2010-06-08 21:44:49下载
- 积分:1