搜索资源列表
802_11MAC_layer_handoff
- 文章从理论上分析了IEEE802.n无线网络MAC层切换原理和 程,对几种可行的算法进行了比较,分析、计算了切换的延迟时间 提出了带优先级的选择性扫描切换算法和双网卡并行算法等改进 略。借助于开放源代码,用Linux下的wirelesstoo1s提供的A 函数,编写C程序,实现了无线MAC层的快速切换。并且在网络无 覆盖和开放认证的情况下,利用该程序对提出的几种算法分别进行 实验测试分析。 -This paper theoretically analyzes the
anewLMSalgorithm
- 本文对变步长自适应滤波算法进行了讨论,建立了步长因子μ与误差信号e(n) 之间另一种新的非线性函数关系. 该函数比已有的sigmoid 函数简单,且在误差e(n)接近零处具有缓慢变化的特性,克服了Sigmoid 函数在 自适应稳态阶段步长调整过程中的不足. 由此函数本文得出了另一种新的变步长自适应滤波算法,并且分析了参数α,β的取值原则及对算法收敛性能的影响. 该算法有较好的收敛性能且计算量少. 计算机仿真结果与理论分析相一致,证实了该算法的收敛性能优于已有的算法.-In this pap
rez84563
- Articolul urmă reş te î n principal exemplificarea modului de funcţ ionare a sistemului de protecţ ie î n scopul clarificarii analizelor de incident, prin simularea unui defect. Î n analiza acestui defect, mă rimii
Pra_cticas-s
- Programar el metodo de eliminacion gaussiana, implementandolo siguiendo las indicaciones dadas en clase, de forma que sirva para resolver sucesivos sistemas con la misma matriz. Com- parar con el comando n de MATLAB.
a
- nó rấ t là hay đ â y là ví dụ code matlab-nó rấ t là hay đ â y là ví dụ code matlab
Antenna-and-EM-modeling-with-MATLAB-(Makarov-S.N.
- This text uses the standard Matlab package in order to model and optimize radiation and scattering of basis RF and wireless communication antennas and microwave structures.
Motor Control with MATLAB using Arduino Uno
- Motor Control with MATLAB using Arduino Uno for students. Code below: clearvars a = arduino('com31', 'uno', 'Libraries', 'Servo'); s = servo(a, 'D4'); %flag = 1; %while flag for angle = 0:0.1:1 writePosition(s, angle); current_pos = readPositi
规则网络matlab仿真
- 如果在一个网络中,每一个节点只和它周围的邻居节点相连,那么就称该网络为最近邻耦合网络。常见的一种具有周期边界条件的最近邻耦合网络包含围成一个环的N个节点,其中每个节点都与它左右各K/2个邻居节点相连,这里K是一个偶数。构造算法:初始化时,N个初始节点均匀分布在圆周上,而后每个节点与自己的第k/2个邻居建立连接。