-
sigxpand
将输入d进行扩张,方法是在d的每个数据中插入M-1个零值。
如输入d=[1,2,3,4] M=3
输出out=[1 0 0 2 0 0 3 0 0 4 0 0](To expand the input d, the method is to insert each data d, M-1 zero value. If the input d = [1,2,3,4] M = 3 output out = [1 0 0 2 0 0 3 0 0 4 0 0])
- 2010-11-14 11:18:01下载
- 积分:1
-
GAforjobshopschedulingproblemMatlab
遗传算法基于遗传算法的工作车间调度MATLAB程序(GAforjobshopschedulingproblemMatlab)
- 2010-12-16 18:37:52下载
- 积分:1
-
black_detect
matlab image processing code to detect a black ball
- 2011-01-15 04:05:40下载
- 积分:1
-
RBF_model
matlab编写的RBF神经网络两相流流型辨识程序(RBF neural network matlab prepared flow pattern identification procedure)
- 2013-09-20 13:38:42下载
- 积分:1
-
cyli
The first plot shows the position of the cylinder, and the
- 2012-06-14 16:08:43下载
- 积分:1
-
mymohu
用于雷达信号处理中,计算信号的模糊函数!(caclulate the AF in the radar signal processing)
- 2012-01-03 14:43:18下载
- 积分:1
-
jiaochaPSO
说明: 一篇基于交叉粒子群的改进算法,适于无线传感器的优化路由(A cross-Based Particle Swarm improved algorithm for optimization of routing in wireless sensor)
- 2011-03-23 14:57:21下载
- 积分:1
-
script_ber_mimo_mmse_bpsk_rayleigh_channel
simulation of performance of equalizer mmse and zf with technology MIMO
- 2009-04-10 19:51:47下载
- 积分:1
-
u
说明: QAM的一种实现方法,欢迎使用。谢谢分享(An Implementation Method of QAM are welcome to use. Thank you to share)
- 2010-01-21 14:23:13下载
- 积分:1
-
SingleCellofdm
OFDM链路级的仿真器场景是单小区单用户,信号从发送端发送,在接收端进行信号估计。估计误差可以从接收和发送信号的不同得到。仿真器的输出是BLER/BER vs SNR。(OFDM Link-level simulator focus on a single-cell single-user scenario, where signal is transmitted from tx, and estimated at rx. Comparing the difference in tx/rx signal, the error rate can be found out. The output of the link-level simulator is the BLER/BER vs. SNR mapping table。)
- 2009-07-06 12:19:34下载
- 积分:1