资源列表

« 1 2 ... .00 .01 .02 .03 .04 2505.06 .07 .08 .09 .10 ... 28523 »

[matlab例程ukf

说明:无迹卡尔曼滤波UKF是重要的非线性滤波方法。它采用UT变换的方法,不再近似系统的非线性方程,它仍然用高斯随机变量表示状态分布,不过是用特定选择的样本点加以描述,每个点叫一个高斯点,它从系统状态的概率密度函数中取出;然后,按系统的真实模型演化,得到非线性演化后的σ点,使得样本均值和样本方差是真实均值和真实方差的好的近似。 在这个程序中,实现了基于UKF的滤波方法,并且建立了两种仿真环境进行实验。-Unscented Kalman fi
<xiaoyu> 在 2025-04-24 上传 | 大小:1kb | 下载:0

[matlab例程Newton

说明:利用Newton迭代法求解f(x)=(x-1)(x-2)(x-3)=x3-6x2+11x-6的根-solve the root of function: f(x)=(x-1)(x-2)(x-3)=x3-6x2+11x-6 by using Newton method
<wang> 在 2025-04-24 上传 | 大小:1kb | 下载:0

[matlab例程zuiyoukongzhi

说明:这段程序是用来实现最优控制的,一段是关于倒立摆系统的,还有一个是一本书上的例题。比较适合初学者。-This procedure is used to achieve optimal control, a section is about the inverted pendulum system, there is a example on a book. More suitable for beginners.
<baoying> 在 2025-04-24 上传 | 大小:1kb | 下载:0

[matlab例程matrix-power

说明:利用乘幂法求解矩阵A=[6,-11,6 1,0,0 0,1,0]的特征根(1,2,3)-solve the characteristic roots of array: A = [6,-11,6 1,0,0 0,1,0] by using matrix power method the root=(1,2,3)
<wang> 在 2025-04-24 上传 | 大小:1kb | 下载:0

[matlab例程program

说明:this code is used for frequency modulation in matlab
<dhillon> 在 2025-04-24 上传 | 大小:1kb | 下载:0

[matlab例程kalman

说明:卡尔曼滤波的状态转移方程的matlab源代码-Kalman filter state transition equation matlab source code
<egg> 在 2025-04-24 上传 | 大小:1kb | 下载:0

[matlab例程xiaobo

说明:基于小波变换的语音增强的matlab程序源码-Speech enhancement based on wavelet transform the program source code matlab
<egg> 在 2025-04-24 上传 | 大小:1kb | 下载:0

[matlab例程pujian

说明:基于谱减法的语音增强技术的matlab实现的程序代码-Speech enhancement based on spectral subtraction technique to achieve code matlab
<egg> 在 2025-04-24 上传 | 大小:1kb | 下载:0

[matlab例程Filtros

说明:simulation of the effect of a filter on a signal, showing amplitude and phase spectra, in three cases, varying its bandwidth
<go_fu> 在 2025-04-24 上传 | 大小:1kb | 下载:0

[matlab例程distorcion_fase

说明:simulation of the effects of phase distortion in a signal, changing the amount of lag
<go_fu> 在 2025-04-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法tree

说明:树的深层遍历,属于数据结构问题,用的是C语言写的深层遍历.-failed to translate
<tangfei> 在 2025-04-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法Dijkstra

说明:Dijkstra算法实现单源最短路径的查找。-Single-source Dijkstra algorithm to find the shortest path.
<chenyiyu> 在 2025-04-24 上传 | 大小:1kb | 下载:0
« 1 2 ... .00 .01 .02 .03 .04 2505.06 .07 .08 .09 .10 ... 28523 »

源码中国 www.ymcn.org