-
zantaiwendingxing
本程序利用MATLAB软件对小干扰情况下电力系统的稳定情况进行了编程(The program using MATLAB software for small interference case the stability of power system has been programmed)
- 2011-07-26 10:20:56下载
- 积分:1
-
MUSIC2014music
MUSIC算法MATLAB程序,可用于阵列信号处理。(MUSIC algorithm MATLAB procedures, can be used in array signal processing.)
- 2014-10-21 21:03:08下载
- 积分:1
-
Deskt423op
【谷速软件】读取医学数字成像和通信序列 可以做为参考使用 ([Software] read speed Valley Medical Digital Imaging and Communications in the sequence can be used as a reference to use)
- 2014-12-18 22:35:17下载
- 积分:1
-
mini2
clear all
clc
t=0:1/1000:10-1/1000
s=sin(2*pi*t)
snr=20
s_power=var(s) varience of s
linear_snr=10^(snr/10)
factor=sqrt(s_power/linear_snr)
noise=randn(1,length(s))*factor
x=s+noise Ó É SNR¼ Æ Ë ã Ë æ » úÔ ë É ù
x1=noise Ô ë É ùÔ ´ Ê ä È ë
x2=noise
w1=0 È ¨Ï µ Ê ý ³ õ Ö µ
w2=0
e=zeros(1,length(x))
y=0
u=0.05
for i=1:10000 LMSË ã ·¨
y(i)=w1*x1(i)+w2*x2(i)
e(i)=x(i)-y(i)
w1=w1+u*e(i)*x1(i)
w2=w2+u*e(i)*x2(i)
end
figure(1)
subplot(4,1,1)
- 2010-10-26 16:41:03下载
- 积分:1
-
KNN-complexity-reduced-method
基于LANDMARC的定位系统上进行的算法复杂度的减小的优化,包括了具体的优化后系统的实现,误差前后对比,改文章还提出了一种adaptive的定位算法,更利于外部变化环境下(In wireless networks, a client’s locations can be estimated using signal strength received from signal transmitters. Static
fingerprint-based techniques are commonly used for location estimation, in which a radio map is built by calibrating signal-strength
values in the offline phase. These values, compiled into deterministic or probabilistic models, are used for online localization. However,
the radio map can be outdated when signal-strength values change over time due to environmental dynamics, and repeated data
calibration is infeasible or expensive. In this paper, we present a novel algorithm, known as Location Estimation using Model Trees
(LEMT), to reconstruct a radio map by using real-time signal-strength readings received at the reference points. This algorithm can
take real-time signal-strength values at each time point into account and make use of the dependency between the estimated locations
and reference points. We show that this technique can effectively accommodat)
- 2011-02-11 22:16:05下载
- 积分:1
-
QP
说明: 采用Matlab编写的QP算法,并且在QP算法做了一些改进,加速了收敛性(Written using Matlab QP algorithm, and in the QP algorithm made some improvements to accelerate the convergence)
- 2011-10-11 13:24:04下载
- 积分:1
-
moukou
通过matlab代码,FMCW调频连续波雷达的测距测角,意信号卷积的运算,并且绘制图象。( By matlab code, FMCW frequency modulated continuous wave radar range and angular measurements, Convolution operation is intended to signal and image rendering.)
- 2016-09-22 18:16:49下载
- 积分:1
-
8puzzle
8 puzzle 程序, 采用 matlab 编程(8 puzzle)
- 2010-11-15 22:11:03下载
- 积分:1
-
PMKFandPAKF
实现卡尔曼滤波压缩感知和射影法压缩感知的算法对吧,包含了两者的性能仿真结果(Kalman filtering compressed sensing and projective France compressed sensing algorithm to it, including the performance of both the simulation results)
- 2013-07-20 12:55:23下载
- 积分:1
-
PDF-pso
In this project, the standard particles swarm optimization - named here (MyPSO) is simulated and tested by five well-known benchmark functions (Sphere, Ackley, Rastrigin, Rosenbrock and Schwefel p2.26). Then, a new mechanism- named here (Improved MyPSO) is introduced to improve the performance of the standard particles swarm optimization to achieve better results and avoid stagnation at bad results. This new mechanism is also tested by the same benchmark functions. The results of improved PSO are then compared with those of standard PSO and different published improved PSO (SPSO, PSO-XD, CPSO-S and PSO-P5).
- 2013-03-14 15:41:13下载
- 积分:1