登录
首页 » matlab » 基于遗传算法波束形成

基于遗传算法波束形成

于 2019-12-18 发布
0 188
下载积分: 1 下载次数: 4

代码说明:

说明:  一种基于matlab的遗传算法的波束形成程序,非常的实用。(A beamforming program based on matlab genetic algorithm is very practical.)

文件列表:

基于遗传算法波束形成\genetic_algorithm.m, 1575 , 2014-05-30
基于遗传算法波束形成\genetic_function.m, 1171 , 2014-01-22
基于遗传算法波束形成, 0 , 2019-12-18

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • fie_sf57
    研究生时的现代信号处理的作业,针对EMD方法的不足,采用了小波去噪的思想。( Modern signal processing jobs when the graduate, For lack of EMD, Using wavelet denoising thought.)
    2017-04-09 10:09:19下载
    积分:1
  • LTE scheduler
    lte schedulaing algoritm
    2017-09-17 20:39:36下载
    积分:1
  • 适用于不小心更新了windows系统的用户,可以去除一直显示在屏幕左下角的恶心的小星...
    适用于不小心更新了windows系统的用户,可以去除一直显示在屏幕左下角的恶心的小星-apply to careless update of the Windows system users, Removal can be displayed on the screen have been the lower left-hand corner of the small-nausea
    2023-07-22 19:40:03下载
    积分:1
  • chengxu
    4ASK 8PSK 2DPSK 仿真代码 包括高斯噪声 眼图 编码与解码(4ASK 8PSK 2DPSK simulation code includes Gaussian noise eye coding and decoding)
    2017-07-06 16:53:05下载
    积分:1
  • PRLcode
    Jasper Kok 利用matlab仿真风沙流过程,可以实现颗粒速度、沙尘通量、风沙电场等仿真(uses MATLAB to simulate the process of wind-sand flow, which can realize the simulation of particle velocity, sand-dust flux, wind-sand electric field and so on.)
    2020-06-23 08:20:02下载
    积分:1
  • IndirectAdjustment
    测量平差程序设计:边角网间接平差,provide the translate rad to angle(Indirect Adjustment)
    2020-11-18 15:19:38下载
    积分:1
  • Benefits-Network-Coding
    说明:  在多信道中网络编码的应用以及其优势,很适合网络编码的学习(In the multi-channel applications in network coding and its advantages, it is appropriate for the learning network coding)
    2010-04-19 16:39:53下载
    积分:1
  • lingo6
    说明:  针对单目标,多个约束问题的最优解求解方法。目标及其约束均可更改(The optimal solution method for single objective and multiple constrained problems. Targets and their constraints can be changed)
    2020-03-05 13:19:25下载
    积分:1
  • CoStream 无缓存 Pipe Stream
    翻译 maninwest@Codeforge 作者:Sergey Nozhenko@CodeProject介绍:CoStream 是的 PipeStream 无缓存替代选择。背景在生产者/消费者模式下,如果我们知道一个消费者确定要读取stream 读到结束或者如果不能读到结束就处理,那么同步stream 就不需要维护自己的内部缓存,完全依赖于 Read 方法调用者的缓存。在Read 方法中,CoStream 保存到目标缓存的引用并等待,直至完成。而 write 方法从源缓存中复制数据到目标缓存,会给读取者发送信号缓存已准备就绪或者需要等待期 Read 调用(如果来源缓存中有未消耗的数据剩下或者返回到Writer 调用者)。使用代码CoStream 不能在单个话题中使用。应该至少有两个,读取和写入话题。两者都需要关闭(或处理)stream,一边对方可以继续到结束。测试程序在  XmlDocument 中加载了一些 xml 文件。然后将其写入到 CoStream 的实例Static CoStream costream = new TestCoStream(); static string outpath; static void Main(string[] args) { // ... XmlDocument doc = new XmlDocument(); doc.Load(args[0]); outpath = args[1]; var reading_thread = new Thread(ReaderBody); reading_thread.Start(); using (var pipe = XmlWriter.Create(costream, new XmlWriterSettings { CloseOutput = true })) doc.Save(pipe); reading_thre
    2022-03-17 17:34:17下载
    积分:1
  • OutgoingCall
    MS的TAPI实现电话系统的小程序。Speech API SDK 5.1 源代码(TAPI achieved Outgoing Call system. MS SAPI source code)
    2010-05-24 08:48:49下载
    积分:1
  • 696518资源总数
  • 106259会员总数
  • 28今日下载