-
OFDM
OFDM matlab调制与解调仿真,信号及其频谱(The OFDM matlab modulation and demodulation simulation, signal and its spectrum)
- 2012-11-21 21:38:23下载
- 积分:1
-
ofdmsimulation
完整的OFDM系统仿真程序,包括调制解调假如循环前缀IFFT和FFT以及信道描述等(Complete OFDM system simulation program, including the modem if the cyclic prefix and FFT and IFFT channel description)
- 2008-03-21 14:14:55下载
- 积分:1
-
slide(full)
遗传算法 关于粒子群的算法,matlab程序源代码(Genetic algorithm particle swarm algorithm, matlab source code)
- 2013-01-24 19:56:39下载
- 积分:1
-
assemble
matlab subroutine makes the global stiffnes matrix assebling of quadrilateral elements
- 2013-08-15 02:14:30下载
- 积分:1
-
roburst-beamforming
自适应波束成形,使用了干扰零陷的方法。程序注释非常详细,每句语句都对应了算法的基本原理,保证可以读懂,程序运行结果正确明了(roburst beamforming)
- 2021-05-12 16:52:37下载
- 积分:1
-
shuiwen
水文测量中的matlab仿真,包括自动行驶,采集数据,完整的仿真模型的搭建。(Hydrographic survey of matlab simulation, including automatic driving, data collection, build a complete simulation model.)
- 2013-12-04 14:45:26下载
- 积分:1
-
filter
M=63 J=(M-1)/2 Wp=0.5*pi Ws=0.6*pi
Np=100 Ns=100
weightp=1 weights=100 通带和阻带的加权系数
WpN=linspace(0,Wp,Np)
WsN=linspace(Ws,pi-0.05,Ns)
Wm=[WpN WsN]
p=[ones(1,50),ones(1,50)/2]
d=[p,zeros(1,Ns)]
W=diag([weightp*ones(1,Np),weights*ones(1,Ns)])
C=cos(Wm*[0:J])
Q=diag(cos(Wm*0.5))
g=(W*Q*C)(W*d) g=g
h=(g(J:-1:2)+g(J+1:-1:3))/4
h=[g(J+1)/4 h g(1)*0.5+g(2)/4]
h=[h fliplr(h)] W=linspace(0,pi-0.1,512)
H=freqz(h,1,W)
plot(W/pi,20*log10(abs(H)))
(filter design)
- 2013-05-18 20:47:33下载
- 积分:1
-
Chaos
一个简单的混沌程序,可以看到分叉的现象和振荡的现象。(A simple chaotic process, you can see the phenomenon of bifurcation and oscillation)
- 2016-06-18 13:22:27下载
- 积分:1
-
PSO
本程序是原始粒子群算法,对一个简单函数的优化,可用来与其他算法功能进行比较。(This procedure is the original particle swarm optimization, a simple function of the optimization function can be used to compare with other algorithms.)
- 2010-06-09 19:59:03下载
- 积分:1
-
Main_Chens
这是一个产生混沌时间序列Chens吸引子的程序(Chens)
- 2010-05-20 16:29:44下载
- 积分:1