-
dijkstra
this program shortpathes node using graph for decide short distance in networking
- 2009-12-16 09:09:42下载
- 积分:1
-
codes
这是《MIMO-OFDM Wireless Communications with MATLAB》书中的源程序,这本书是关于MIMO-OFDM的新书,非常有用啊.备注:转载于http://download.csdn.net/source/3248044(This is the " MIMO-OFDM Wireless Communications with MATLAB" source book, this book is a new book on MIMO-OFDM is very useful to ah. Note: reproduced in http://download.csdn.net/source/3248044)
- 2011-05-06 10:33:35下载
- 积分:1
-
MatchFilterLFM
高分辨率雷达 距离向压缩算法滤波器设计 三种方法 全面设计(clc
clear all
close all
2013年9月28日
---------------参数----------
Tr=42e-6
fs=9.5e6
K=0.7e11
Nfft=2048
-------------匹配滤波 时域生成--------------
t=(-Tr/2+1/fs:1/fs:Tr/2-1/fs)
w = kaiser(length(t),2.5)
w=w
w = ones(1,length(t))
ht1=w.*exp(-1i*pi*K*t.^2)
ht2=w.*exp(1i*pi*K*t.^2)
hf1=fft(ht1,Nfft)
hf2=fft(ht2,Nfft)
figure
subplot(211)
plot(abs(hf1))
title( 匹配滤波器1 幅频响应 )
subplot(212)
plot(phase(hf1))
title( 匹配滤波器1 相位 )
figure
subplot(211)
plot(abs(hf2))
title( 匹配滤波器2 幅频响应 )
)
- 2013-10-12 22:32:06下载
- 积分:1
-
Blocking-EDS
Since RREQ packets are flooded throughout the network, this algorithm does not scale well to large networks. If the destination node is located relatively near the source, issuing a RREQ packet that potentially pass through every node in the network is wasteful. The optimization AODV uses is the expanding ring search algorithm, which works as follows. The source node searches successively larger areas until the destination node is found. This is done by, for every RREQ retransmission until a route is found, incrementing the time to live (TTL) value carried in every RREQ packet, thus expanding the ``search ring in which the source is centered.
- 2015-01-17 18:31:21下载
- 积分:1
-
hzt-report
关于恶意代码检测和LTE网络,4G的LTE-A网络的外语文章(Foreign-language article about malicious code detection and lte network, lte-a network of 4g)
- 2014-01-02 18:04:43下载
- 积分:1
-
phase_screen_turbulence_laguerre
相位屏法 仿真大气湍流 以及拉盖尔高斯光束传播的光强的相位仿真(Phase screen method
Simulation of atmospheric turbulence
Light intensity simulation Laguerre-Gaussian beam propagation phase of)
- 2021-04-27 15:18:44下载
- 积分:1
-
Invertedpendulum
在分析的基础上,采用状态反馈控制中极点配置法设计了用于直线型一级倒立摆系统的控制器(On the basis of analysis,this procedure presents a Controller for linear 1-stage inverted pendulum system.Use MATLAB to simulate and certificate it)
- 2010-10-17 20:36:27下载
- 积分:1
-
WiMAX_TX
wimax receiver description
- 2010-02-05 00:55:38下载
- 积分:1
-
matlab6.5source
MATLAB6.5的图像处理源码
是从书上面摘录下来的
有具体章节(MATLAB6.5 Image Processing source from the above extract from the book down the specific sections)
- 2007-05-20 09:41:11下载
- 积分:1
-
MATLABSimulink电力系统建模
说明: 基于MATLAB SIMULINK的电力系统建模,仿真效果不错,欢迎借鉴。(Based on MATLAB Simulink power system modeling, simulation effect is good, welcome to learn.)
- 2020-04-23 15:09:25下载
- 积分:1