-
SVM
matlab svm 分类程序,适合7.0以上的版本(matlab svm classification procedures suitable version 7.0 or above)
- 2009-03-16 21:01:01下载
- 积分:1
-
TB_TC
本程序设计的是咬尾编码的turbo码,用matlab编写。咬尾turbo码也即不需要拖尾比特,使得前后两个状态相同,译码采用修正的MAP译码算法,此为咬尾turbo编码算法(This program is designed to encode the turbo tail biting code, written with matlab. Tail biting turbo code that is not trailing bits to make the same before and after the two states, the MAP decoding using modified decoding algorithm, this is the tail biting turbo coding algorithm)
- 2010-10-26 20:43:28下载
- 积分:1
-
lcs
lcs码系统仿真,matlab7.0编译通过,通过仿真可以了解不同参数下,信号衰耗程度(lcs Code System Simulation, matlab7.0 compiler is passed, through the simulation can understand the different parameters, the degree of signal attenuation)
- 2007-10-05 12:47:49下载
- 积分:1
-
BEM_Bing_LIU
叶片元素计算法
基于叶素-动量理论(BEM). 采用叶素-动量理论可以计算风轮旋转面中的轴向诱导。
风力发电用(BEM method for calculate the blade drage and lift force.)
- 2020-12-09 22:49:19下载
- 积分:1
-
mm
说明: 帮同学弄得一个小程序,交作业用的,各位老大指点(To help students confused)
- 2010-01-24 21:04:20下载
- 积分:1
-
rengongyuqunyuandaima
此matlab人工鱼群算法希望对初学者有所帮助(This matlab AFSA hope to help beginners)
- 2013-08-21 18:39:45下载
- 积分:1
-
3x3-neighbor-pixel
Description
All the filters have needed neighbor data the current pixel in the image,here this function(res_window=cover_window(how many neighbor value for row ,how many neighbor value for column ,input image) produce the result( res_window(row,col,total size))
input
inp_img=2d data(row * col)
w=cover size
w=[3 3] = 3x3 cover pixel generation
output
o_img=result 3d
o_img(w(1),w(2),r*col)
if
inp_img=[1 2 3 4 5 6 ]
w=[3 3]
Soloution
it will construct new image
new_img=[0 0 0 0 0 0 1 2 3 0 0 4 5 6 0 0 0 0 0 0]
result
o_img(:,:,1)=[0 0 0 0 1 2 0 4 5]
o_img(:,:,2)=[0 0 0 1 2 3 4 5 6]
finally
o_img(1:3,1:3,6)
example
a=imread( pears.png )
b=rgb2gray(a)
c=cover_window( b,[3 3]) 3x3 window construction
- 2014-10-24 17:14:14下载
- 积分:1
-
TDE
在matlab中编程实现求解二维抛物线方程的程序TDE。(Programming in matlab program for solving two-dimensional parabolic equation TDE.)
- 2013-11-22 19:53:05下载
- 积分:1
-
recursivegaborprot7
Recursive gabor filter implemntation
- 2009-11-13 12:53:24下载
- 积分:1
-
ezw
ezw coding algorithm for image
- 2011-02-10 15:09:28下载
- 积分:1