-
mixfft
基于多点的快速傅立叶变换算法C++开发环境(based on multi-point fast Fourier transform algorithm C Development Environment)
- 2006-10-15 18:22:43下载
- 积分:1
-
kalman
说明: 本实验是利用卡尔曼滤波器实现一维匀加速运动的轨迹跟踪。卡尔曼滤波是一种时域滤波方法,它采用状态空间方法描述系统,算法采用递推机制,数据存储量小,在导航领域有成功的应用。(This experiment is the use of Kalman filter to achieve a one-dimensional constant acceleration of the trajectory tracking. Kalman filter is a time-domain filtering method, which uses state-space description of systems, algorithms using recursive mechanisms, data storage a small amount of success in the navigation area of the application.)
- 2009-09-03 21:29:38下载
- 积分:1
-
kalman_suppression
很好的东西,关于用卡尔曼算法做对消算法的...(Good things Kalman algorithm cancellation algorithm ...)
- 2012-11-01 09:51:51下载
- 积分:1
-
WLS
用最小二乘法进行电力系统状态估计,包含IEEE30节点的电力系统图(Using least squares power system state estimation, including IEEE30 bus power system diagram)
- 2021-03-01 16:29:35下载
- 积分:1
-
comsol14
下面我们将给出一些基于Galerkin有限元法的微型泵模拟结果,模拟过程在商业软件COMSOL Multiphysics 3.2中实现。数值求解采用压力修正算法——SIMPLE,它首先假设一个压力场,然后通过求解不可压缩流动的Navier-Stokes方程得到速度场。这些速度不需要满足Possion型连续方程,所以对压力场的修正也带来速度场的修正,最终满足质量守恒。求解速度场的同时计算电势场方程。这会得到Lorentz力,然后将其反馈回N-S方程并作为体积力处理。连续耦合Lorentz力和速度场直到Newton迭代收敛。
(Below we will give some micro-pump simulation results based on the Galerkin finite element method, the simulation process in the commercial software COMSOL Multiphysics 3.2. The numerical solution of pressure correction algorithm- the SIMPLE, it begins by assuming a pressure field, and then by solving the incompressible Navier-Stokes equations, the velocity field. These velocities do not need to satisfy the continuity equation of Possion type pressure field correction to bring the amendment of the velocity field, and ultimately to meet the conservation of mass. Solving the velocity field at the same time to calculate the potential field equations. This will be the Lorentz force, and then fed back to the NS equations and processing as a volume force. Continuous coupling of the Lorentz force and the velocity field until the Newton iteration convergence.)
- 2012-06-03 12:26:50下载
- 积分:1
-
ConsoleApplication1
C#写的两个简单的小程序,分别用牛顿插值法和三次样条插值法来进行插值。(A program written by C#. It uses Newton Interpolation Method and Spline Interpolation Method )
- 2015-12-03 20:23:54下载
- 积分:1
-
standard
通过标准方法实现结构加速度的线性积分问题(Implementation structure by standard methods of linear integral of acceleration)
- 2020-11-27 14:29:30下载
- 积分:1
-
SVD
% 奇异值分解 (sigular value decomposition,SVD) 是另一种正交矩阵分解法;SVD是最可靠的分解法,
% 但是它比QR 分解法要花上近十倍的计算时间。[U,S,V]=svd(A),其中U和V代表二个相互正交矩阵,
% 而S代表一对角矩阵。 和QR分解法相同者, 原矩阵A不必为正方矩阵。
% 使用SVD分解法的用途是解最小平方误差法和数据压缩。用svd分解法解线性方程组,在Quke2中就用这个来计算图形信息,性能相当的好。在计算线性方程组时,一些不能分解的矩阵或者严重病态矩阵的线性方程都能很好的得到解( Singular value decomposition (sigular value decomposition, SVD) is another orthogonal matrix decomposition method SVD decomposition is the most reliable method, but it takes more than QR decomposition near ten times the computing time. [U, S, V] = svd (A), in which U and V on behalf of two mutually orthogonal matrix, and the S on behalf of a diagonal matrix. And QR decomposition are the same, the original matrix A is no need for the square matrix. The use of SVD decomposition method are used as a solution of least squares error method and data compression. Using SVD decomposition solution of linear equations, in Quke2 on to use this information to calculate the graphics performance quite good. In the calculation of linear equations, some indecomposable matrix or serious pathological matrix of linear equations can be a very good solution)
- 2020-12-21 10:29:08下载
- 积分:1
-
menfeng
汽车课设货车Matlab驱动力图程序,分析了该信号的时域、频域、倒谱,循环谱等,光纤陀螺输出误差的allan方差分析。( Car class-based truck driver trying to Matlab program, Analysis of the signal time domain, frequency domain, cepstrum, cyclic spectrum, etc. allan FOG output error variance analysis.)
- 2017-02-15 12:32:49下载
- 积分:1
-
uystn
这是在MATLAB上的SIMULINK中实现的雷达系统仿真实例,用户可以自己设定目标距离,方向等参数,(This is an example of radar system simulation implemented in SIMULINK on MATLAB. The user can set the target distance, direction and other parameters by himself.)
- 2018-11-15 17:27:38下载
- 积分:1