-
在 ns2 的数据包丢弃
你好朋友,在这里我给 awk 语言用来找出包丢失,追溯 ns2 仿真中的详细信息代码
- 2022-03-13 10:12:16下载
- 积分:1
-
简单的水平垂直偶校验,是用VC写的,
简单的水平垂直偶校验,是用VC写的,-simple dual vertical level calibrator, is to use the VC wrote,
- 2023-07-21 07:50:02下载
- 积分:1
-
遗传算法的代码
附加的文件是由 Java 语言实现的遗传代码。这是个不错的做法,为遗传算法。请参阅原始网页链接的进一步信息或疑问。
- 2022-02-11 21:45:12下载
- 积分:1
-
先由原始图像(任选)产生待恢复的图像;(产生方法如下:冲激
函数为 ,将原始图像与冲激函
数卷积产生模糊,然后再迭加均值为0,方差为8,16,32的
先由原始图像(任选)产生待恢复的图像;(产生方法如下:冲激
函数为 ,将原始图像与冲激函
数卷积产生模糊,然后再迭加均值为0,方差为8,16,32的高斯
随机噪声而得到一组待恢复的图像 ;
-By the original images (optional) have to be the restoration of the image (the method is as follows: impulse function, the original image with the impulse function arising convolution fuzzy, and then stacking the mean is 0, the variance for the 8,16 , 32 the Gaussian random noise has been a group of images to be restored
- 2022-10-15 12:35:03下载
- 积分:1
-
MWC飞控2.3源码
MWC是完全开源的多旋翼飞行器飞控,基于Arduino平台。飞控分为三轴模式和六轴模式,可根据个人喜好自主配置。支持多种陀螺仪和加速度计,同时支持电子罗盘和GPS。整个工程结构清晰,IMU算法简洁易懂。
- 2023-03-31 04:25:05下载
- 积分:1
-
Sequencing method using the maximum number of sort will be a string of numbers a...
排序方法采用最大数排序,将一串数字按大小排列!每次一个数字比下一个最大的发布到前面都是做循环后出现的结果
- 2022-12-14 11:45:03下载
- 积分:1
-
Pilot Contamination Reduction
应用背景This paper considers the problem of interference mitigation in multi-cell multi-antenna time division duplex (TDD) wireless systems for downlink transmission. An efficient way to obtain channel state information (CSI) at the base station is by using uplink pilots and reciprocity of the downlink channel.
At the same time, it has been shown that pilots from different cells contaminate each other, resulting in corruption of precoding matrices used by base stations, and high inter-cell interference. This paper studies the effects of shifting the location of pilots in time frames used in neighboring cells, and its effectiveness in obtaining better channel estimates, and, thereby, inter-cell
interference reduction.关键技术Wireless cellular network designs with multiple antennas have been adopted by several modern wireless systems, which aim for high throughput as well as high
- 2023-07-07 06:45:03下载
- 积分:1
-
快速排序、归并排序与选择排序平均时间之比较
/*----------------------选择排序-----------------------------*/
void SelectSort(int data[],int low,int high)
{
for(int i=low;i
- 2022-03-18 12:13:58下载
- 积分:1
-
数据挖掘中de一个算法 hamster的实例,在c下实现的。简单易懂。...
数据挖掘中de一个算法 hamster的实例,在c下实现的。简单易懂。-de data mining algorithms hamster an example of the c achieved under. Simple and understandable.
- 2023-05-21 10:00:03下载
- 积分:1
-
大整数
计及任意大整数单元-受支持的操作:分配、 加、 减、 乘、 鸿沟,模相比,阶乘(限于运行时的最大整数的阶乘将可能限制它对少得多)所有操作都是 TInteger 类的方法和替换的值与结果。对于二进制运算 (除了阶),第二个操作数是作为一个参数传递给该过程。
- 2022-03-21 19:32:39下载
- 积分:1