登录
首页 » Matlab » 遗传算法的matlab源代码车间

遗传算法的matlab源代码车间

于 2023-08-14 发布 文件大小:2.98 kB
0 49
下载积分: 2 下载次数: 1

代码说明:

遗传算法的matlab源代码车间

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

发表评论

0 个回复

  • dpsk
    DPSK调制与解调,以及误码率分析。图形形象,易懂,是个很不错的源代码(DPSK modulation and demodulation, and bit error rate analysis. Graphic image, easy to understand, is a very good source code)
    2010-07-21 10:57:55下载
    积分:1
  • bp
    说明:  bp人工神经网络的 matlab编程 简单 通用 易实现(bp artificial neural network matlab programming easy to achieve a simple general-purpose)
    2009-05-16 13:21:36下载
    积分:1
  • matlab_floatsouce1.10
    matlab仿真的GPS信号捕获程序,相关及非相关累积算法(matlab simulation of the GPS signal acquisition process, relevant and non-related accumulation algorithm)
    2010-11-30 10:26:57下载
    积分:1
  • chaoliu
    极坐标法的matlab程序,采用了N-R算法(Polar coordinate method matlab program)
    2012-08-21 19:53:49下载
    积分:1
  • ddc_30m
    说明:  信号带宽30MHz,输入采样率96MHz,输出采样率32MHz,抽取倍数为3的数字下变频DDC的Matlab仿真程序(Signal bandwidth of 30MHz, the input sample rate of 96MHz, the output sampling rate of 32MHz, extracted 3 times DDC DDC in the Matlab simulation program)
    2011-04-04 10:08:38下载
    积分:1
  • mat_variable_txt
    读取mat中的文件名并将其中的变量写入与变量名一致的txt文件中(read and write document)
    2014-12-05 10:02:55下载
    积分:1
  • 室内定位算法合集
    卡尔曼滤波 粒子滤波等等 【源码目录】 bachelor-project-master ├── KalmanFilter │   ├── kf_initialization.m │   ├── kf_params.m │   ├── kf_plots.m │   ├── kf_prediction.m │   └── kf_update.m ├── LICENSE ├── Multilateration │   ├── lateration_murphyHerman.m │   ├── lateration_paulaAnaJose.m │   ├── lateration_plot.m │   └── lateration_weightedMurphyHerman.m ├── ParticleFilter │   ├── R2d.m │   ├── initialise_particles.m │   ├── motion_model.m │   ├── observation_model.m │   ├── plot_particles.m │   └── resampling.m ├── README.md ├── SignalModel │   ├── inv_path_loss_model.m │   └── path_loss_model.m ├── build_map.m ├── common.m ├── kf_main.m ├── lateration_main.m ├── osm │   ├── LICENSE │   ├── README.md │   ├── assign_from_parsed.m │   ├── debug_openstreetmap.m │   ├── dependencies │   │   ├── gaimc │   │   │   ├── dijkstra.m │   │   │   └── sparse_to_csr.m │   │   ├── hold │   │   │   ├── restorehold.m │   │   │   └── takehold.m │   │   ├── lat_lon_proportions │   │   │   └── lat_lon_proportions.m │   │   ├── plotmd │   │   │   └── plotmd.m │   │   ├── textmd │   │   │   └── textmd.m │   │   ├── xml2struct │   │   │   └── xml2struct_fex28518.m │   │   └── xml2struct.m │   ├── extract_connectivity.m │   ├── extract_sensors.m │   ├── get_unique_node_xy.m │   ├── get_way_tag_key.m │   ├── load_osm_xml.m │   ├── main_mapping.m │   ├── parse_openstreetmap.m │   ├── parse_osm.m │   ├── plot_nodes.m │   ├── plot_road_network.m │   ├── plot_route.m │   ├── plot_way.m │   ├── route_planner.m │   ├── show_map.m │   └── usage_example.m ├── pf_main.m ├── standalone │   ├── KalmanFilter │   │   ├── KF1D.m │   │   └── KF2D.m │   ├── Lateration │   │   ├── MurphyHerman.m │   │   ├── PaulaAnaJose_v1.m │   │   ├── PaulaAnaJose_v2.m │   │   ├── Trilateration.m │   │   ├── WeightedMultilaterationLLS.m │   │   └── WeightedMurphyHerman.m │   ├── ParticleFilter │   │   ├── particle_filter_sd_2d.m │   │   └── particle_filter_student_dave_basic_ex1.m │   └── misc │       ├── NearestNeighbor.m │       ├── ProjectPointOnSegment.m │       └── WeightedMultilaterationLLS.m └── utils     ├── R2d.m     ├── cart2geo.m     ├── convert2Cartesian.m     └── geo2cart.m 18 directories, 69 files
    2021-06-10 00:31:06下载
    积分:1
  • 协作MIMO波束通信
    应用背景本部分主要考虑的是物理与通信的物理层问题,在合作模式下的差异和改进。我们介绍的概念,继电器和各种继电器的协议和计划,并在;关键技术这是很有前途的技术,5G。它是一种混合的MIMO“分布式天线系统的毫米波”。这是我的硕士工作的一部分,以获得学位。超越物理层,包括苹果,网络,应用层。考虑合作的能力和稳定性的影响,并为多址的区域改善。如何特殊性质的,可以利用语音内容,有效地分配资源的合作,并进一步提高网络性能。讨论了合作式路由协议,以合作为选择。
    2022-01-26 02:20:04下载
    积分:1
  • mri ct图像配准
    基于互信息的图像配准,优化搜索使用的是Powell算法
    2022-02-07 18:11:46下载
    积分:1
  • denoise_fft_angle_Analysis
    计算时间序列的快速傅里叶变换并画出时域和频域图,之前进行小波降噪。(Calculate the time series and fast Fourier transform time-domain and frequency domain plot diagram, before wavelet decomposition.)
    2010-09-25 21:47:10下载
    积分:1
  • 696518资源总数
  • 105714会员总数
  • 27今日下载