搜索资源列表
blind
- 一种利用小波变换的水印算法,实现了盲检测,可以对抗常见的几何攻击。-a wavelet transform the watermark algorithm achieved a blind testing can be used to confront common geometric attacks.
networkradar
- 《神经网络在雷达对抗和反对抗中的应用》,此文介绍了一种雷达对抗的新方法,将神经网络原理引入雷达对抗中
Croc1.095
- 澳大利亚国防部蚁群系统,可以模拟两军对抗。-Australian Defense ant colony system, can simulate the confrontation between the two armed forces.
Prog_OFDM
- 应用OFDM可以有效地对抗多径时延扩展。循环前缀不仅可以消除符号间干扰(ISI),还能消除子载波间干扰(ICI).本项目完整地仿真了OFDM系统。-Application of OFDM can effectively combat multipath delay spread. Cyclic prefix can not only eliminate inter-symbol interference (ISI), can eliminate Inter-carrier interfer
fight
- 使用netlogo进行网络对战的模拟,程序通过调试。反映战场对抗的问题-Netlogo for online play using the simulation, the program through the debugger. Reflect the issue of battlefield confrontation
Disfrct
- 离散分数阶傅里叶变换,可以处理非平稳信号,也可以很好的对抗多普勒频移,用在OFDM系统中尤为重要。-Discrete fractional Fourier transform, can handle non-stationary signal can also be very good against the Doppler frequency shift, used in the OFDM system is particularly important.
rcssserver-14.0.2-win
- 机器人足球比赛仿真服务器,可以仿真11个球员进行对抗。-The RoboCup Soccer Simulator Server (rcssserver) is a research and educational tool for mutli-agent systems and artificial intelligence. It allows 11 simulated autonomous robotic players to play soccer (football).
addwindow
- 在抗干扰算法中,对抗干扰权加Chebyshev窗,以降低副瓣电平,使方向图更好-In the anti-jamming algorithm, Chebyshev window on the right and interference to reduce the sidelobe level, so that pattern better
wingame
- 游戏破解,可以破解电脑自带的各种游戏,纸牌,蜘蛛纸牌,对抗激烈-Game crack, you can crack the computer comes with a variety of games, playing cards, Spider Solitaire, against fierce
RESEARCH_ON_TURBO_EQULIZATION
- 传统均衡器无法有效地同时对抗这两种信道衰落,而Turbo均衡技术作为一种联合信道均衡和信道译码的方法,能有效地对抗符号间干扰(ISI),提供迭代增益,提高接收机的整体性能。因此,本文根据下一代无线通信系统的设计要求,分别对单载波和OFDM系统的Turbo均衡算法进行了研究。 -Conventional equalizer can not effectively fight both at the same time fading, while the Turbo equalization a
dea-in-matlab
- 这是基于matlab的dea程序,包括交叉对抗型模型-Procedures based on matlab' s dea
nse
- 战术攻防对抗弹道仿真Simulation of Tactical Ballistic Missile Defense-Simulation of Tactical Ballistic Missile Defense
ZSTP
- 赵国庆老师编写的《雷达对抗原理》的噪声调频程序,包含时域、频域及频率谱,并作图。-" Radar against the principle of" noise FM program
aaa
- 玩家与计算机进行对抗,双方各有两张牌,根据随机产生的数字决定双方的输赢。 -Confrontation with the computer players, both sides have two cards, according to the randomly generated number determines the winners and losers both.
dcgan_mnist(对抗学习)
- 对抗学习,也有叫“增强学习”。其原理是机器自己与自己进行对抗或博弈,更通俗点说,就是机器人与机器人下棋。("Against learning", also called "enhanced learning". The principle is that the machine itself is playing against or playing games with itself, and more generally speaking, it is
tongxinduikang
- 通信对抗实验第一部分答案,利用simulink完成QPSK调制和解调(The answer to the first part of the communication confrontation experimen)
生成对抗网络
- 生成对抗网络针对mnist数据集,Python语言实现。(Generate confrontation network for MNIST data set, implemented in Python language.)
MaCA-master
- 中国电子科技集团公司认知与智能技术重点实验室发布的MaCA(Multi-agent Combat Arena)环境,是国内首个可模拟军事作战的轻量级多智能体对抗与训练平台,是多智能体对抗算法研究、训练、测试和评估的绝佳环境,可支持作战场景和规模自定义,智能体数量和种类自定义,智能体特征和属性自定义,支持智能体行为回报规则和回报值自定义等。(MaCA (multi agent combat) issued by the Key Laboratory of cognitive and intelli
干涉仪测向实验
- 雷达信号处理与电子战对抗实验中的干涉仪测向实验,matlab GUI编程全部源码(Radar signal processing and interferometer direction finding experiment in electronic warfare confrontation experiment, matlab GUI programming all source code)
简单人机对抗的VC6源码
- VC6程序源码,可以和你玩石头剪刀布。原来是在网上看到牛人写的强化学习C语言例子,几十行代码就演示出基于强化学习的人机对抗效果!正在学习这方面,就稍微改了改键盘操作方式,让玩起来更顺畅。