搜索资源列表
基于自适应的永磁同步电机无位置传感器控制系统
- 包含一个电机仿真和详细报告。这个系统是以PMSM做为控制对像,以模型参考自适应算法实现PMSM的转子速度与位置的辨识,采用矢量控制,构建出PMSM的无传感器控制系统。(Contains a motor simulation and detailed report. This system uses PMSM as control image, and uses model reference adaptive algorithm to realize the identification of
BLDC
- 实现直流无刷电机的转矩控制,包括关键子程序如电流比较,(DC brushless motor torque control, including key subroutines, such as current comparison,)
元胞自动机与Matlab
- 元胞自动机(CA)是一种用来仿真局部规则和局部联系的方法。典型的元胞自动机是定义在网格上的,每一个点上的网格代表一个元胞与一种有限的状态。变化规则适用于每一个元胞并且同时进行。典型的变化规则,决定于元胞的状态,以及其( 4或8 )邻居的状态。元胞自动机已被应用于物理模拟,生物模拟等领域。本文就一些有趣的规则,考虑如何编写有效的MATLAB的程序来实现这些元胞自动机。(Cellular automata (CA) is a method for simulating local rules and
26_GenerateCurve
- 读取Camprofile,将camprofile中曲线在NX中画出,生成曲线。此曲线可用来生成实体,如凸轮。实现由曲线设计到模型生成。(Read Camprofile, draw the curve in camprofile in NX, and generate curves. This curve can be used to generate entities, such as cams. Implementation from curve design to model generat
三自由度仿真
- 本Matlab程序对需要高速穿越大气层的返回舱进行了纵向三自由度的模拟计算,只需输入如下基本参数,初始速度,再入高度,再入角。程序中有比较详细的说明。大气模型采用了真实的1976年美国标准大气模型,内附计算标准大气模型的Matlab程序,只需输入高度和高度间隔即可求出详细的参数值。(The Matlab program calculates the longitudinal three degrees of freedom of a reentry module that requires hi
vensim
- 发源于美国麻省理工学院的Vensim软件,是由Ventana公司开发,在全球和国内获得最广泛使用系统动力学建模软件。它具有图形化的建模方法,除具有一般的模型模拟功能外,还具有复合模拟、数组变量、真实性检验、灵敏性测试、模型最优化等强大功能。Vensim有Vensim PLE, PLE Plus, Professional和DSS版本,适合不同的用户。(Vensim software, originated from Massachusetts Institute of Technology, w
MILC_160413
- 量子力学网格计算模拟仿真代码,亦可用作大型服务器的应用测试程序。(MILC is used for Quantum mechanics computation and simulation. It also can be used as mini-application for benchmarking HPC servers.)
第05章 图与网络
- 图论起源于 18 世纪。第一篇图论论文是瑞士数学家欧拉于 1736 年发表的“哥尼 斯堡的七座桥”。 1847 年,克希霍夫为了给出电网络方程而引进了“树”的概念。 1857 年,凯莱在计数烷CnH 2n+2 的同分异构物时,也发现了“树”。哈密尔顿于 1859 年提 出“周游世界”游戏,用图论的术语,就是如何找出一个连通图中的生成圈、近几十年 来,由于计算机技术和科学的飞速发展,大大地促进了图论研究和应用,图论的理论和 方法已经渗透到物理、化学、通讯科学、建筑学、运筹学,生物遗传学、
LRSs
- 递归最小二乘(RLS)是一种自适应滤波算法,它可以递归地找到最小化加权线性最小二乘代价函数与输入信号相关的系数。这种方法与其他算法相比较,例如最小均方(LMS),旨在减少均方误差。在RLS的推导中,输入信号被认为是确定性的,而对于LMS和类似的算法,它们被认为是随机的。(Recursive least squares (RLS) is an adaptive filter algorithm that recursively finds the coefficients that minimiz
BingWang
- 研究适合低压使用的并网逆变器,直流稳压电源作为逆变器的输入,能够将400V的直流电压转换成有效值为220V,工频为50Hz的电网电压,实现并网。(A grid connected inverter suitable for low voltage operation is studied. The DC regulated power supply is used as the input of the inverter, and the DC voltage of 400V can be co
wave
- 对200hz信号的采样,可稍作修改作为信号采集基本模块。(The sampling of 200Hz signal can be modified as a basic module of signal acquisition.)
直流微网模型
- 微电网 的仿真模型,包含了光伏,蓄电池等模块,能很好地仿真出各个模块的特性(The simulation model of the microgrid contains modules such as photovoltaics and batteries, which can simulate the characteristics of each module well.)
LBM程序
- A simple one dimensional lattice Boltzmann method to solve the time dependent Schroedinger equation. The method works by writing the Schroedinger equation as a continuity equation and an Euler equation as outlined in the.【来自国外某教学网站,仅供个人学习交流,请勿用于其他用途】
自适应轨迹跟踪算法
- 自适应( self-adaptive)是指处理和分析过程中,根据处理数据的数据特征自动调整处理方法、处理顺序、处理参数、边界条件或约束条件,使其与所处理数据的统计分布特征、结构特征相适应,以取得最佳的处理效果(Self-adaptive refers to the automatic adjustment of processing methods, processing sequence, processing parameters, boundary conditions or constr
ver_0001
- 利用AVL-Cruise搭建的前驱EV仿真模型,供初学者学习参考。(The precursor EV simulation model built by AVL cruise can be used as a reference for beginners.)
高超声速滑翔飞行器弹道matlab程序(分享)
- 自己编写的高超声速滑翔飞行器的弹道仿真程序,生成雷达站ENU坐标系(以雷达站为原点)中的量测点迹。仅供参考,如有疑问可讨论。(The trajectory simulation program of the hypersonic glide vehicle written by ourselves generates the measurement point trace in the radar station ENU coordinate system (taking the radar s
电机自抗扰控制和PID控制
- 电机的PI控制系统和非线性自抗扰控制系统的仿真程序。从仿真结果可以看出,线性自抗扰控制器和非线性自抗扰控制器一样,具有良好的动静态性能,(Simulation program of PI control system and nonlinear active disturbance rejection control system of motor. The simulation results show that the linear ADRC has good dynamic and sta