搜索资源列表
fuzzy
- 研究模糊算法时编写的一个小函数,曾经用于第一版XUFO上的模糊控制器,优点是计算量小,简单易用,缺点是适应性不够强,不能满足高精度的需要。建议在使用的时候可以加入误差积分,形成简易模糊PID的架构,可以提高稳定时的精度。 -Study of fuzzy algorithms written a small function, has been used in the first edition of XUFO on the fuzzy controller, the advantage of c
钢轨接头动力响应程序
- 钢轨接头动力响应程序本程序采用矩阵计算功能强大的 MATLAB 软件进行编写,程序名: track-dynamics , 程序由1个主函数和6 个子函数组成。各个子函数功能如下: Input:用户输入计算参数 Beam1D2Node_Mass:生成单元质量矩阵 Beam1D2Node_Stiffness:生成单元刚度矩阵 Beam1D2Node_Assembly:组集总刚度阵和总质量阵 Wilson_Theta:采用Wilson-θ逐步积分法求
ode45Dynamics
- 利用C++写的matlab轨道积分程序,积分函数是ode45(Using the MATLAB track integration program written in C++, the integration function is ode45.)