-
work
codigo para crear cubo rotatorio con acercamintos y algunos para matrices y ecuaciones
- 2010-09-08 13:28:33下载
- 积分:1
-
LDPCsimulation
基於matlab編寫LDPC之編碼及BF、SPA、Log-SPA等演算法及系統錯誤率計算(The preparation of LDPC codes based on matlab and BF, SPA, Log-SPA and other algorithms and system error rate)
- 2020-12-03 21:49:26下载
- 积分:1
-
Wnn0801
这是一个非常重要的而又简单的程序,是书上常用和数学建模的好帮手(too good
)
- 2013-08-12 11:14:18下载
- 积分: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
-
sargent
Sargent exercises for the book recursive methods in economic dynamics
- 2011-11-29 21:46:39下载
- 积分:1
-
bpsk_new
抗多普勒频移雷达方式通信信号BPSK调制方法(failed to translate)
- 2013-05-07 21:05:53下载
- 积分:1
-
MATLAB-coding-(second-ver)
本文为Stephen J.Chapman《MATLAB 编程(第二版)》英文影印版的中文译本,这本
书对初学者很好的入门教材。(The the Stephen J.Chapman MATLAB Programming (second edition) " The Chinese translation of the English photocopy edition, this book is good for beginners introductory textbook.)
- 2013-05-13 16:33:08下载
- 积分:1
-
matlab
matlab图像处理 图像处理常用函数集锦 总结出来大家分享一下(matlab image processing function image processing used to share with you highlights summed up)
- 2010-10-22 19:37:36下载
- 积分:1
-
matlab
gray coding for a 16QAM modulation scheme
- 2011-04-26 07:20:15下载
- 积分:1
-
degree
求连接矩阵各节点的度,度分布,以及有向加权网络的中介中心性(Demand given a network connection to the matrix of weighted out-degree of each node)
- 2011-05-23 03:03:40下载
- 积分:1