-
LogMAPdecoder
二进制卷积编码的Log-MAP译码实现 (Implement the Log-MAP algorithm for binary-convolutional-codes)
- 2010-09-11 12:07:16下载
- 积分:1
-
EMalgorithmforMOG
高斯混合模型参数估计,EM算法,sunMOG.m为函数,testMOG4.m为测试程序(Gaussian mixture model parameter estimation, EM algorithm, sunMOG.m for the function, testMOG4.m for the test procedure)
- 2008-03-13 09:37:22下载
- 积分:1
-
Entropy_Max_2D
用于实现灰度图像阈值分割的二维最大熵方法,很好用,希望对大家有帮助。(Used to achieve gray image threshold segmentation of the two-dimensional maximum entropy method, matlab source.)
- 2009-04-17 12:48:41下载
- 积分:1
-
SM(LinearSystemTheory)
Solution Manual for Chen Linear System Theory
- 2015-01-07 10:31:51下载
- 积分:1
-
Imageembedkey
Random embedding of an image in an image
- 2013-11-19 15:25:58下载
- 积分:1
-
wiener_ch2
求解出在最小均方误差滤波器单位冲激函数h(n)。求解过程需要通过利用循环嵌套的编程思想,比较在逐次增加滤波器阶数的过程中得到的最小均方误差与最初设定的最小均方误差的阈值,当达到要求时,可以进一步确定滤波器的阶数。(how to use this function:
[hx,hy]=wiener_ch2(w,N)
)
- 2009-11-06 20:58:09下载
- 积分:1
-
threephasePWMinverterusinguniversalbridge
three phase system with sinosoidal inverter .check it with source code
- 2013-07-25 15:53:26下载
- 积分:1
-
mingsao
利用贝叶斯原理估计混合logit模型的参数,基于多相结构的信道化接收机,滤波求和方式实现宽带波束形成。( Bayesian parameter estimation principle mixed logit model, Channelized receiver based on multi-phase structure, Filtering summation way broadband beamforming.)
- 2016-09-18 18:58:24下载
- 积分:1
-
sift-code
sift代码,matlab版的,对初学者有用哦,
需要得下吧(sift code, matlab version, useful for beginners Oh, you need to get under the bar)
- 2010-11-04 22:56:47下载
- 积分:1
-
filterImage
There are different m files for different filter to use.
perwit.m:=uses window Wx=[1 0 -1 1 0 -1 1 0 -1]/3
and Wy=Wx and then convolves this window with the image.
sobel.m:=uses window W=[1 0 -1 2 0 -2 1 0 -1]/4
lablacian.m=uses window W=[0 1 0 1 -4 1 0 1 0]
convolve.m=convolves window and image
- 2011-07-27 23:15:28下载
- 积分:1