-
keshe1ode4
说明: 四阶龙格—库塔算法。自己在课程设计中就是用的这个算法。对于初学者有一定的帮助(Fourth order Runge- Kutta method. Own course design is to use this algorithm. Be helpful for beginners)
- 2011-04-03 15:09:46下载
- 积分:1
-
Data-Fusion
关于数据融合以及卡尔曼滤波器的文章,在测控系统中的应用(Data fusion and Kalman filter )
- 2011-07-05 21:12:13下载
- 积分:1
-
minboundrect
利用MATLAB实现的最小包围矩形算法,精简实用(MATLAB implementation of the minimum bounding rectangle algorithm)
- 2013-11-15 10:28:42下载
- 积分:1
-
a1
说明: 首先将YUV格式的视频转换为MAtlab适用的格式,通过主要采用DCT变换的方式,实现视频水印的嵌入。(First, the YUV format video conversion MAtlab for the format, mainly DCT transform by way of video watermark embedding.)
- 2011-06-02 12:18:31下载
- 积分:1
-
AMT
figure imagesc(Img,[0 255]) colormap(gray) hold on
bw = roipoly
phi = 2*(0.5-bw)
tic
for n = 1:200
phi = Evo_ILF_2D(phi,mu,lambda,epsilon,timestep,Img_lap)
pause(0.05)
imagesc(Img, [0, 255]) colormap(gray) hold on
[c,h] = contour(phi,[0 0], b )
iterNum=[num2str(n), iterations ]
title(iterNum)
hold off
- 2015-03-16 13:37:29下载
- 积分:1
-
Probabilistic-Matrix-Factorization
MATLAB 实现的概率矩阵分解,可以用于社交网络推荐,将评分矩阵分解为两个低维的用户和商品特征矩阵。代码中需要在load位置添加自己试验所需的数据集。(MATLAB realization probability matrix decomposition can be used for social networking recommendation, the scoring matrix is decomposed into two low dimensional feature matrix of users and commodities. The code you need to add their own data sets required for the test load position.)
- 2021-04-09 20:08:59下载
- 积分:1
-
object_Recoganation
seperating object ,and it charecter
- 2010-02-12 00:38:38下载
- 积分:1
-
computeSpectrum
compute spectrum for speech recognition
- 2013-03-16 11:52:25下载
- 积分:1
-
signal-sorting
针对信号分选的几种常见算法,包括pri变换,sdif(序列差直方图)算法,cdif(累积差直方图)算法,可以解决类似于固定重频信号,抖动重频信号,滑变重频信号和参差重频信号的分选等(For several common signal sorting algorithms, including pri transform, sdif (sequence difference histogram) algorithm, cdif (cumulative difference histogram) algorithm, can solve similar fixed repetition frequency signals, jitter signal repetition, repetition becomes slippery sorting and mixed signal repetition frequency signals, etc.)
- 2021-01-21 14:38:45下载
- 积分:1
-
spectrum-estimate
对调制信号的频谱进行估计,通过多径和高斯白噪声的信道,解调信号的频谱和输入信号相比较(Spectrum of the modulation signal is estimated by multi-path and Gaussian white noise channel, the demodulated signal of the spectrum and compare the input signal)
- 2011-05-04 11:02:25下载
- 积分:1