-
testmatcom_mfc
matlab与vc联合编程实例
实现图形在vc中的显示(joint programming and matlab examples vc in vc in the realization of graphics display)
- 2007-11-23 20:02:42下载
- 积分:1
-
MATLABlanguage
MATLAB语言,包含有matlab的授课课件!(MATLAB language, contains the matlab instruction courseware!)
- 2009-12-12 10:52:16下载
- 积分:1
-
wavelet_packet
说明: 用小波和小波包对太阳黑子数据进行降噪处理(Using wavelet and wavelet packet noise reduction processing on the sunspot data)
- 2009-08-27 12:38:38下载
- 积分: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
-
eda_8
edfa edfrnrt utnuh u h u yhu ub(unènn unu(nu(
- 2013-09-18 20:39:09下载
- 积分:1
-
hht
hht工具箱,Hilbert-Huang (HHT) 轉換方法是黃鍔根據近代知名數學家Hilbert 的數學理論設計,做爲分析非穩定或非線性的訊號,修正toimage.m函数(HHT toolbox)
- 2013-12-02 15:39:53下载
- 积分:1
-
practica4
Practica 4 par hacer un robot de 4 grados de libertad simulado en Simulink
- 2015-03-18 07:08:39下载
- 积分:1
-
Desktop
GM(1,1)灰色预测,作为例子,可以很好地掌握灰色预测最基本的东西,希望对大家有用(GM (1,1) gray prediction, as an example, can be a good grasp of the most basic things gray forecast, we hope to be useful)
- 2014-01-22 11:40:59下载
- 积分:1
-
dct
基于matlab编写的dct数字水印程序,文件包括有源程序以及简单的说明等(DCT matlab prepared based on digital watermarking procedures, documentation, including source code, as well as simple descriptions)
- 2008-12-19 15:56:07下载
- 积分:1
-
JPEGCOMPRESS
这是一个基于DCT的图像JPEG压缩程序,并将压缩码保存在一TXT文本中(This is a DCT-based JPEG image compression process, and code stored in a compressed text in TXT)
- 2009-05-13 10:25:45下载
- 积分:1