资源列表
pemfc
- 燃料电池简易模型,适合相关方向初学者学习研究(A simple model of fuel cell)
对流扩散方程的Crank-Nicolson差分格式程序
- (Crank-Nicolson difference scheme of the convection-diffusion equation program)matlab版本
Bas优化elman_new_new
- 天牛须算法优化elman神经网络代码,有需要的可自行进行下载,(The algorithm optimizes Elman neural network code, which can be downloaded if necessary.)
聚类分析程序
- 包含了各类聚类分析程序。主要包括系统聚类,基于欧氏距离的聚类,变量系统聚类和K均值聚类(It includes all kinds of cluster analysis programs. It mainly includes system clustering, Euclidean distance based clustering, variable system clustering and K-means clustering)
人工鱼群算法求解认知无线电功率分配
- 人工鱼群算法求解认知无线电功率分配,基于OFDM的认知无线电网络,包含详细代码
PSO_BP
- 实现BP分类,利用PSO优化BP,换数据可直接运行(Realize BP classification, use PSO to optimize BP, change data to run directly)
lqr
- 无人驾驶汽车运动控制分为纵向控制和横向控制。纵向控制是指通过对油门和制动的协调,实现对期望车速的精确跟随。横向控制实现无人驾驶汽车的路径跟踪。其目的是在保证车辆操纵稳定性的前提下,不仅使车辆精确跟踪期望道路,同时使车辆具有良好的动力性和乘坐舒适性。(The motion control of driverless cars is divided into vertical control and lateral control. Longitudinal control refers to th
灰色(1,1)时间序列预测模型
- 灰色(1,1)时间序列预测模型,代码有详细注释,可以运行
Music
- MUSIC APES等算法,根据现代信号处理及应用这本书上算法进行仿真(Music apes and other algorithms are simulated according to the algorithms in the book of modern signal processing and application)
Matlab-code-LCOMM-2017-master
- this paper, we study performance improvement methods for a cell-edge user of two-user non-orthogonal multiple access (NOMA) systems in downlink scenarios. To this end, we propose two cooperative relaying schemes, namely on/offfull- duplex relaying (o
MATLAB软件绘制一维双原子晶格的格波色散曲线
- 利用MATLAB软件绘制一维双原子晶格的格波色散曲线 根据书上给出的方程,可以得到如下格波色散关系
Burgers_equation
- The 1D Burgers equation is solved using explicit spatial discretization (upwind and central difference) with periodic boundary conditions on the domain (0,2). The 2D case is solved on a square domain of 2X2 and both explicit and implicit methods are