-
GeneticAlgorithm
说明: 用MATLAB语言编的程序,用来解决一个遗传算法的实际问题(Using MATLAB language of Procedure, a genetic algorithm to solve the practical problems)
- 2008-11-12 12:54:36下载
- 积分:1
-
multiratefliter
设模拟带通信号频率范围1KHz—1.1KHz,设计一个采样频率8KHz数字频谱分析系统,要求频率分辨率0.1Hz。若对信号直接用FFT进行频谱分析(simulation based communications, with the frequency range 1KHz- 1.1KHz. Design of an 8 KHz sampling frequency digital spectrum analysis system requirements frequency resolution 0.1 Hz. If the signal directly FFT spectrum analysis)
- 2007-05-02 14:04:26下载
- 积分:1
-
polar_codes
这是比较好的polar codes matlab程序(this is a good code for polar codes.)
- 2015-04-19 16:14:06下载
- 积分:1
-
潮流计算程序
说明: IEEE33节点的潮流计算程序,使用了前推回代方法。(IEEE33 node power flow calculation program)
- 2019-04-12 22:59:52下载
- 积分:1
-
barebones-algorithm
barebones technique algorithm
- 2015-04-10 00:54:02下载
- 积分: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
-
produceLFM
产生LFM信号,纯LFM信号,雷达线性调频波,包括波形、频域分析等(LFM signal is generated, pure LFM signal)
- 2013-04-17 09:01:54下载
- 积分:1
-
LEACH_PROTOCOL_NS2.tcl
Leach Protocol Script
- 2015-02-15 16:18:22下载
- 积分:1
-
Pest-control
this code is for monitoring the pest control in the tree leaves
- 2011-12-29 14:03:13下载
- 积分:1
-
reof
说明: 这实际是一个通用的旋转正交经验函数。采用Kaiser标准化(Rotate EOF's
This is actually a generic varimax routine and knows nothing special about EOFs. It expects a matrix of "loadings")
- 2021-04-19 21:48:51下载
- 积分:1