-
MyMUSIC
说明: MUSIC方法计算DOA的子程序,各种输入参数及输出参数都有说明。(MUSIC DOA subroutine method, a variety of input parameters and output parameters have the instructions.)
- 2011-04-12 17:00:45下载
- 积分:1
-
cyclo1ph2th
design cycloconverter 1/3 phase
- 2011-07-17 03:47:43下载
- 积分:1
-
psolssvm1
ls-svm 最小二乘支持向量机数值分析与训练,包括蚁群算法和lssvm1.6安装(ls-svm including psolsssvm and
svm1.6package)
- 2015-07-23 10:25:31下载
- 积分: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
-
Attachments_2012_04_7
optimal power flow using partical swarm optimization
- 2012-09-08 04:10:00下载
- 积分:1
-
Powellsearch
生命迹象探测步进频仿真生命迹象微弱目标探测步进频仿真(Vital signs to detect faint signs of life stepping frequency simulation target detection step frequency simulation)
- 2013-04-18 16:06:04下载
- 积分:1
-
Graph
复杂网络中寻找特定边,删除边和增加边的源程序(A source program for finding specific edges, deleting edges, and increasing edges in complex networks)
- 2017-06-25 21:29:51下载
- 积分:1
-
list
Program to implement a list data structure in C++ (partial)
With debug output for poor-man s animation
- 2007-11-10 15:25:40下载
- 积分:1
-
matlab
说明: 优化计算工具简介,matlab,mathematica,excel的比较(optimization tool, matlab, mathematica, excel comparison)
- 2009-08-17 10:13:22下载
- 积分:1
-
thesissimCDMAOFDM
OFDM的matlab仿真程序,非常好的入门程序,对了解OFDM系统有很好地引导作用(OFDM Matlab simulation program, very good induction procedures, to understand OFDM system is a good guide)
- 2007-01-11 16:28:54下载
- 积分:1