资源列表
[人工智能/神经网络/遗传算法] GA
说明:背包算法中用遗传算法解决VB代码 希望能帮助有用得着的朋友-Knapsack algorithm using genetic algorithm to solve VB code to help a friend has useful<adsd> 在 2025-07-07 上传 | 大小:1kb | 下载:0
[数据结构常用算法] zhujujiegou
说明:串及矩阵的压缩存储应用,二叉树的构造与遍历,栈的测试和应用,线性表的链存储操作实现 源码加报告-String and the compressed matrix storage applications, the binary tree structure and traversal, stack testing and applications, linear forms of chain store operations to achieve source plus report<caojunchao> 在 2025-07-07 上传 | 大小:164kb | 下载:0
[matlab例程] 154a_chmodel_v9
说明:uwb的matlab实现-UWB realize the matlab<kkk007> 在 2025-07-07 上传 | 大小:8kb | 下载:0
[压缩解压] autoupdate
说明:powerbuilder 自动上传下载的源码,-PowerBuilder automatically upload the downloaded source,<hainan> 在 2025-07-07 上传 | 大小:305kb | 下载:0
[matlab例程] generate_datas_oil
说明:生成oil价格仿真数据,用于模型辨识,参数辨识的验证-Oil prices to generate simulation data for model identification, parameter identification verification<tx> 在 2025-07-07 上传 | 大小:2kb | 下载:0
[matlab例程] LMS
说明:最小均方(LMS)自适应算法就是一中已期望响应和滤波输出信号之间误差的均方值最小为准的,依据输入信号在迭代过程中估计梯度矢量,并更新权系数以达到最优的自适应迭代算法。LMS算法是一种梯度最速下降方法,其显著的特点是它的简单性。这算法不需要计算相应的相关函数,也不需要进行矩阵运算。-Minimum mean-square (LMS) adaptive algorithm is that one has to respond to the expectations and filtering the<闫丰> 在 2025-07-07 上传 | 大小:3kb | 下载:0
[matlab例程] fowardpathsimulat
说明:前向链路的信道路径仿真 为通信事业做出点小小事情-Forward link channel simulation for the communications path to point the cause of small things<zhongsheng> 在 2025-07-07 上传 | 大小:29kb | 下载:0
[matlab例程] NLMS
说明:若不希望用与估计输入信号矢量有关的相关矩阵来加快LMS算法的收敛速度,那么可用变步长方法来缩短其自适应收敛过程,其中一个主要的方法是归一化LMS算法(NLMS算法),变步长 的更新公式可写成 W(n+1)=w(n)+ e(n)x(n) =w(n)+ (3.1) 式中, = e(n)x(n)表示滤波权矢量迭代更新的调整量。为了达到快速收敛的目的,必须合适的选择变步长 的值,一个可能策略是尽可能多地减少瞬时平方误差,即用瞬时平方误差作为均方误差的MSE简单估计,这也是LMS算法的基本思想<闫丰> 在 2025-07-07 上传 | 大小:3kb | 下载:0