-
DV-Hop-suanfa
关于WSN中非测距的定位算法dvhop的matlab源码~~~(About WSN localization algorithms ranging dvhop Africa' s matlab source ~ ~ ~)
- 2011-01-17 15:22:03下载
- 积分:1
-
tiqian
时间提前程序,讲时间序列统一提前一年,在雨量站资料处理上很有用(Program ahead of time, say one year ahead of time series, uniform, stand in the rain on the useful data processing)
- 2011-09-29 22:37:01下载
- 积分:1
-
crptool
CRPTOOL is a Toolbox for Matlab
(Cross Recurrence Plot Toolbox for Matlab)
- 2020-12-24 09:39:05下载
- 积分:1
-
nyrbepwk
基于kaiser窗的双谱线插值FFT谐波分析,采用了小波去噪的思想,主要是基于mtlab的程序,包括调制,解调,信噪比计算,均值便宜跟踪的示例,微分方程组数值解方法,一些自适应信号处理的算法。( Dual-line interpolation FFT harmonic analysis kaiser windows, Using wavelet denoising thought, Mainly based on the mtlab procedures, Includes the modulation, demodulation, signal to noise ratio calculation, Example tracking mean cheap, Numerical solution of differential equations method, Some adaptive signal processing algorithms.)
- 2021-03-12 19:19:24下载
- 积分:1
-
51859de1a683
this is a code for remote sensing application
- 2013-01-01 12:02:53下载
- 积分:1
-
MilTrack_matlab_v1.0
Visual Tracking with Online Multiple Instance Learning
- 2013-01-20 19:00:03下载
- 积分:1
-
CRC_encode_decode
这是一个matlab编写的CRC冗余校验编解码程序,里面采用了美国通用的16位CRC交验多项式,(This is a matlab prepared codec CRC redundancy check procedure, which uses the U.S. General inspection of the 16-bit CRC polynomial,)
- 2007-12-26 10:29:04下载
- 积分:1
-
swarm
Pso general code can be edited and used for any application with ease
- 2010-01-17 06:35:18下载
- 积分: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
-
matlib
说明: Dijkstra算法求解非负有向图的最短路径,算法的MATLAB实现。分享推荐。(Dijkstra algorithm to the graph of non-responsibility shortest path algorithm of MATLAB implementation. Sharing recommended.)
- 2011-04-16 23:03:46下载
- 积分:1