-
AFDF
AFDF协议MATLAB仿真,很不错的!!!(AFDF agreement MATLAB simulation, a very good)
- 2010-03-04 18:26:56下载
- 积分:1
-
matlab_bgl
MatlabBGL. A Matlab Graph Library. MatlabBGL is a Matlab package for working with graphs. It uses the Boost Graph Library to efficiently implement the graph algorithms. MatlabBGL is designed to work with large sparse graphs with hundreds of thousands of nodes.
- 2015-02-07 03:33:00下载
- 积分:1
-
xuanzexinghuatu
一个matlabGUI,可以对mat文件中的多个信号进行线性分析(最多三个)(A matlabGUI, can document a number of mat-signal linear analysis (a maximum of three))
- 2009-03-19 20:08:37下载
- 积分:1
-
AVR001
das filter: baswed on research by das in filtering
- 2009-05-25 19:31:39下载
- 积分:1
-
OFDMcode
OFDM系统仿真,包含了发射、信道估计、接受等完整的OFDM系统仿真(his simulation script set allows for an OFDM transmission to be simulated. Imagetx.m generates the OFDM signal, saving it as a windows WAV file. This allows the OFDM signal to be played out a sound card and recorded back. Imagerx.m decodes the WAV to extract the data. settings.m contains all the common settings to specify all the simulation parameters such as FFT size, number of carriers, input data source file, input and output WAV files, etc. See settings.m for more details. )
- 2010-03-06 17:16:47下载
- 积分:1
-
cx
说明: 使用遗传算法优化36单元圆形天线阵列,有需要的可以分享一下(optimise the 36 elements of antena arrays)
- 2014-12-27 17:19:33下载
- 积分:1
-
SimplexMethod
一个单纯形法计算线性规划的GUI,可用于运筹学作业的参考(A simplex method for computing GUI of linear programming)
- 2017-11-05 16:14:50下载
- 积分: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
-
LucasKanadeMotionEstimationUsingPyramids
Lucas – Kanade Motion Estimation using Pyramids
(视频,运动估计)(Lucas-Kanade Motion Estimation using harvested amids (video, motion estimation))
- 2007-05-10 11:29:36下载
- 积分:1
-
SX-C
解决很多地下水数值模拟问题,只需要修改相关参数就能运用(Groundwater numerical simulation to solve many problems, only a need to amend the relevant parameters will be able to use)
- 2008-12-18 14:02:37下载
- 积分:1