-
kalman
卡尔曼滤波器在目标追踪方面的实现,有防震要求,和仿真过程叙述(Kalman filter to track the target area to achieve, there are earthquake requirements, and simulation process described)
- 2008-04-18 19:02:51下载
- 积分:1
-
23825763MIMO
供初学空时编码(vblast接收)的matlab仿真程序(Space-time coding for beginners (vblast receiver) of matlab simulation program)
- 2010-05-18 00:34:56下载
- 积分:1
-
Matlab-codes
Source Codes for the Matlab help files
- 2013-01-14 01:53:43下载
- 积分:1
-
svm
用MATLAB编写的svm源程序,可以实现支持向量机,用于特征分类或提取(Using MATLAB svm prepared by the source, can achieve a support vector machine for classification or feature extraction-MATLAB)
- 2013-07-29 10:46:24下载
- 积分:1
-
Final_1
malarial detention parasites related matlab code
you can find image segmentation techniques
- 2014-12-21 01:14:35下载
- 积分:1
-
ImageProcessing--Contrast-Stretching-with-Matlab
Contrast Stretching with Matlab. Example matlab code and result images.
- 2014-12-22 15:52:49下载
- 积分:1
-
comb
这是关于没分燃烧的udf,同学们可以借鉴,利用的是二阶矩模型(this is a combustion udf,which was using the second ju model ,you can use it for referance)
- 2014-01-22 20:27:14下载
- 积分:1
-
直扩信号盲识别
估计接收到的直扩信号的载频,码速率,以及扩频增益(Estimate the carrier frequency, code rate, and spread spectrum gain of the received DSS signals)
- 2017-12-13 14:55:47下载
- 积分:1
-
相加正弦信号的fft分析
两不同频率不同幅度正弦信号相加,使用FFT分析其频谱。
- 2023-05-14 12:15:03下载
- 积分:1
-
otsu
OTSU Gray-level image segmentation using Otsu s method.
Iseg = OTSU(I,n) computes a segmented image (Iseg) containing n classes
by means of Otsu s n-thresholding method (Otsu N, A Threshold Selection
Method from Gray-Level Histograms, IEEE Trans. Syst. Man Cybern.
9:62-66 1979). Thresholds are computed to maximize a separability
criterion of the resultant classes in gray levels.
OTSU(I) is equivalent to OTSU(I,2). By default, n=2 and the
corresponding Iseg is therefore a binary image. The pixel values for
Iseg are [0 1] if n=2, [0 0.5 1] if n=3, [0 0.333 0.666 1] if n=4, ...
[Iseg,sep] = OTSU(I,n) returns the value (sep) of the separability
criterion within the range [0 1]. Zero is obtained only with images
having less than n gray level, whereas one (optimal value) is obtained
only with n-valued images.
- 2009-03-17 17:57:51下载
- 积分:1