-
matlab_hello
matlab hello world程序、windows对话框的mex程序,对于学习matlab混合编程很有帮助(matlab hello world programs, windows dialog mex program, very helpful for learning matlab Hybrid Programming)
- 2010-01-25 11:29:43下载
- 积分:1
-
AstarSearchShortestPath
A*算法求最短路径问题的MatLAB源码,对路径规划的初学者很有帮助!(A* algorithm for seeking the shortest path problem MatLAB source for path planning helpful for beginners!)
- 2010-01-30 15:21:58下载
- 积分:1
-
filter
滤波器的设计 主要是设计一个滤波器处理原始的心电信号,是信号波形得到处理(heart signal filter and design .the main is design a filter to process the original heart signal.)
- 2013-03-27 20:55:44下载
- 积分:1
-
Ch03
matlab 科学计算 matlab 可视化 微分方程 物理 算法 (matlab matlab visualization in scientific computing algorithms physics equations)
- 2014-02-02 11:10:14下载
- 积分:1
-
jacobi
利用jacobi法求解病态线性方程,其中矩阵为hilbort矩阵(Jacobi method used to solve ill-linear equations, including matrix hilbort matrix)
- 2009-12-18 16:04:41下载
- 积分:1
-
askpskfsk
assk,fsk,psk,dpsk的matlab仿真程序(assk, fsk, psk, dpsk the matlab simulation program)
- 2010-05-22 10:07:20下载
- 积分:1
-
Projectile-Code
A program to calculate the flight path of a projectile (e.g., mortar shell) using the standard equations of motion.
- 2014-10-15 03:40:51下载
- 积分:1
-
power-system-reliability-evaluation
电力系统可靠性 基于系统状态转移抽样法 计算可靠性新方法(power system)
- 2020-07-03 05:40:01下载
- 积分:1
-
generateNetwork
根据Barabasi等人提出的无标度模型复杂网络生成的preferential attachment原理,生成指定规模的无标度网络的邻接矩阵。(Based on the preferential attachment mechanism proposed by Barabasi et al, the code functions to generate the adjacency matrix for a scale-free network with given size.)
- 2013-10-11 04:28:53下载
- 积分:1
-
Particle-filter-matlab
粒子滤波matlab仿真程序.粒子滤波的基本思想是:首先依据系统状态向量的经验条件分布,在状态空间抽样产生一组随机样本集合,这些样本集合称为粒子;然后根据观测值不断调整粒子的权重大小和样本位置;最后通过调整后的粒子信息修正最初的的经验条件分布,估计出系统状态和参数。该算法是一种递推滤波算法,可以用来估计任意非线性非高斯随机系统的状态和参数。 粒子滤波主要有三步基本操作:采样(从不含观察值的状态空间产生新的粒子)、权值计算(根据观察值计算各个粒子的权值)、重采样(抛弃权值小的粒子,使用权值大的粒子代替),这三步构成了粒子滤波的基本算法。 SIRF(Sample Importance Resampling Filter)算法是粒子滤波的一种基本算法。(Particle filter matlab simulation program)
- 2012-09-05 19:14:08下载
- 积分:1