资源列表
[matlab例程] kalman
说明:关于kalman滤波的一个比较有代表性的例子,程序中把没有加高斯噪声和加过高斯噪声后进行滤波后的图形用不同颜色的曲线画在了一个图上,便于比较和理解-Kalman filter on a more representative example of the program to add Gaussian noise and processing not been filtered Gaussian noise after the graphic curves of different colors<王会彦> 在 2025-11-10 上传 | 大小:1kb | 下载:0
[matlab例程] window
说明:分别用非参数化谱估计中的直接法,间接法和加窗法对离散随机过程的已零均值化的N个数据样本估计了离散信号的谱密度。-Were non-parametric spectral estimation of the direct method, indirect method and windowing method, discrete stochastic process has zero mean the data of the N-sample estimates of the spectral d<王会彦> 在 2025-11-10 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] rgb2gray11
说明:此程序可以实现批量将彩色图像转换为灰度图像,只需添加图像位置即可。-This program can batch convert color images to grayscale images, simply add the image location.<刘路> 在 2025-11-10 上传 | 大小:1kb | 下载:0
[3G开发] MIMO_OFDM_system
说明:The Capacity of a MIMO channel with nt transmit antenna and nr recieve antenna is analyzed.-The Capacity of a MIMO channel with nt transmit antenna and nr recieve antenna is analyzed.<robin> 在 2025-11-10 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] diedaifa
说明: 迭代法求阈值的原理: 基于逼近的思想,步骤如下: 1. 求出图象的最大灰度值和最小灰度值,分别记为ZMAX和ZMIN,令初始阈值T0=(ZMAX+ZMIN)/2; 2. 根据阈值TK将图象分割为前景和背景,分别求出两者的平均灰度值ZO和ZB 3. 求出新阈值TK+1=(ZO+ZB)/2; 4. 若TK=TK+1,则所得即为阈值;否则转2,迭代计算。 - Iteration method threshold principle: based on the i<qing> 在 2025-11-10 上传 | 大小:1kb | 下载:0