-
100matlabexamples
MATLAB的一些例程,很好很实用。一百例(MATLAB some routines, good practical. 100 cases)
- 2007-12-20 16:05:11下载
- 积分:1
-
Text_hide_color_image
source code image hide
- 2010-03-09 21:40:23下载
- 积分:1
-
elect_hooter
electrical hooter operated with power
- 2014-09-01 20:18:31下载
- 积分:1
-
MPSK
modulation par déplacement de phase multi- niveaux MPSK
- 2014-09-06 19:03:10下载
- 积分:1
-
speech_enhancement_simulations
几种增强算法的总结,MATLAB代码,算法包括有:谱减法,MMSE-LOGSTSA ,MMSE-ST-DFT ,decision-Directed method,multi-band 谱减法等(A summary of several enhancement algorithm, MATLAB code, the algorithm include: spectral subtraction, MMSE-LOGSTSA, MMSE-ST-DFT, decision-Directed method, multi-band spectral subtraction, etc.)
- 2010-07-08 15:23:08下载
- 积分:1
-
fuzzy-logic-in-matlab
一篇文献,模糊控制及其matlab应用,文章很好,值得一读(One paper, fuzzy control and its application matlab)
- 2011-04-19 09:55:31下载
- 积分:1
-
mabs2d_v2.1
Input data is the MS Excel file, where the table of nodes, table of elements, nodal external loads vector and boundary conditions are stored.
After running the mabs2d.m file on the Command Window, the program calculates the stiffness matrix in local coordinates kiL (element i). Once the transformation matrix associated to the element is obtained, the stiffness matrix in global coordinates kiG is also calculated. The table of connectivity is automatically generated for the assembly process and then computes the complete stiffness matrix of the structure.
- 2011-10-08 20:08:49下载
- 积分:1
-
quaternion2euler
Quaternion to euler angles conversion
- 2012-04-05 21:36:37下载
- 积分:1
-
CR-MATLAB
认知无线中 能量检测的MATLAB仿真代码(Detection of cognitive radio in the MATLAB simulation of the energy code)
- 2010-05-30 01:59:16下载
- 积分:1
-
ukf
An implementation of Unscented Kalman Filter for nonlinear state estimation.
(Nonlinear state estimation is a challenge problem. The well-known Kalman Filter is only suitable for linear systems. The Extended Kalman Filter (EKF) has become a standarded formulation for nonlinear state estimation. However, it may cause significant error for highly nonlinear systems because of the propagation of uncertainty through the nonlinear system.
The Unscented Kalman Filter (UKF) is a novel development in the field. The idea is to produce several sampling points (Sigma points) around the current state estimate based on its covariance. Then, propagating these points through the nonlinear map to get more accurate estimation of the mean and covariance of the mapping results. In this way, it avoids the need to calculate the Jacobian, hence incurs only the similar computation load as the EKF.
For tutorial purpose, this code implements a simplified version of UKF formulation, where we assume both the process and measurement noises are additive to avoid augment of state and a)
- 2010-12-14 16:39:43下载
- 积分:1