-
Unscented-Kalman-Filter
本程序为无迹卡尔曼滤波(ukf)的程序代码,可供初学者学习。(The procedures for unscented Kalman filter (ukf) code, for beginners to learn.)
- 2013-03-11 19:38:18下载
- 积分:1
-
PAPR_Reduction_ACE_POCS
代码中描述了用星座图扩展法(Active Constellation Extension,ACE)降低OFDM时域信号的PAPR,ACE的具体算法是凸集映射(Projection Onto Convex Sets,POCS)(These codes describe PAPR reduction using Active Constellation Extension (ACE). The detailed algorithm is Projection Onto Convex Sets (POCS))
- 2021-05-13 21:30:02下载
- 积分:1
-
fuzzy
ekf fuzzy mobile robot simulink
- 2010-07-14 01:18:55下载
- 积分:1
-
MATLAB6.0
MATLAB 数学手册复合版内容详尽 包括矩阵及其基本运算,特征值与二次型数值计算与数据分析 插值、拟合与查表 常微分方程数值解偏微分方程的数值解 符号运算积分变换Taylor级数 概率统计 随机数的产生 随机变量的概率密度计算 随机变量的累积概率值(分布函数值)正整数的频率表 4.6.2 经验累积分布函数图形 最小二乘拟合直线
绘制正态分布概率图形
绘制威布尔(Weibull)概率图形
样本数据的盒图
给当前图形加一条参考线
在当前图形中加入一条多项式曲线
样本的概率图 附加有正态密度曲线的直方图在指定的界线之间画正态密度曲 假设检验 方差分析 foptions函数 非线性规划问题 隶属函数 模糊推理结构FIS 绘图与图形处理 含有基本实例代码
(MATLAB math composite version of the manual includes a detailed matrix and the basic computing, quadratic eigenvalue with numerical analysis and data interpolation, fitting with the look-up table the numerical solution of ordinary differential equations numerical solution of partial differential equations symbols computing integral transforms Taylor class the number of probability and statistics of the generated random number of random variables the probability density of random variable cumulative probability values (distribution function value) positive integer frequency table 4.6.2 graphical experience distribution function least-squares fitting a straight line
Normal probability graph drawing
Drawing Weibull (Weibull) probability graph
Sample data box diagram
To add a reference to the current graphics line
In the current graph by adding a polynomial curve
Additional samples have the probability map is the histogram density of states curve at the specified)
- 2009-03-27 19:56:32下载
- 积分:1
-
lyapunov_modi
經由此程序可以檢驗時間序列是否為混沌的性質(do lyapunov)
- 2009-10-15 20:30:09下载
- 积分:1
-
svdmmsepmmse
MIMO通信系统中采用三节点结构的模型下比较MMSE,SVD,ZF的误码率性能的仿真(MIMO communication system adopts three point structure under the model of MMSE, SVD, ZF the ber performance of the simulation
)
- 2013-03-27 21:44:49下载
- 积分:1
-
ALOHA-SIMULATION
多址协议仿真,包括多址接入协议仿真模型,时隙ALOHA协议仿真 非持续性载波监听(np-CSMA)协议仿真(Multiple access protocol emulation, including multiple access protocol simulation model, slotted ALOHA protocol emulation unsustainable carrier sense (np-CSMA) protocol emulation)
- 2014-12-20 20:54:32下载
- 积分:1
-
dalin
针对滞后系统的大林算法,在matlab环境下进行的方针效果图,控制效果明显。(Dalin algorithm for delay systems, in principle under matlab environment effect diagrams, control effect is obvious.)
- 2011-11-30 19:52:55下载
- 积分:1
-
RotateImage
图像处理,图像的反转的matlab例程,验证可用,请多多指教(Image processing, image reversal of matlab routines, authentication is available, please advice)
- 2009-03-20 13:50:35下载
- 积分:1
-
exact_alm_rpca
RPCA (Robust Principal Component Analysis)是目前用于矩阵填充、图像去噪的最有效的优化方法。该代码是求解RPCA的一种数值算法——Exact ALM(Exact Augmented Lagrange Multiplier)(The most basic form of the exact ALM function is [A, E] = exact_alm_rpca(D, λ), and that of the inexact ALM function is [A, E] = inexact_alm_rpca(D, λ), where D is a real matrix and λ is a positive real number. We solve the RPCA problem using the method of augmented Lagrange multipliers. The method converges Q-linearly to the optimal solution. The exact ALM algorithm is simple to implement, each iteration involves computing a partial SVD of a matrix the size of D, and converges to the true solution in a small number of iterations. The algorithm can be further speeded up by using a fast continuation technique, thereby yielding the inexact ALM algorithm.)
- 2010-11-02 14:03:12下载
- 积分:1