-
GUI_fig
本程序通过仿真出弹出菜单和编辑框的功能,从而显示出不同的曲线,对GUI的弹出菜单设计有所帮助。(The procedure of simulating the pop-up menus and functions of edit box, which shows a different curve of the GUI pop-up menu design help.)
- 2010-03-10 12:02:57下载
- 积分:1
-
4DPSK
systemview环境下仿真实现4DPSK的调制与解调(Systemview environment simulation realize 4DPSK modulation and demodulation
)
- 2015-03-10 19:23:19下载
- 积分:1
-
svm
对于炼钢炉的终点温度和含碳量的预测模型,支持向量机的算法实现。(For steelmaking furnace temperature and the carbon content of the end of the forecast model, support vector machine algorithm.)
- 2013-09-02 08:46:28下载
- 积分:1
-
ns_2013A
基于元胞自动机模拟交通流的程序,发生追尾时候的交通阻塞状况,希望对大家有用(Simulation of the cellular automaton traffic accident)
- 2014-09-13 13:40:30下载
- 积分:1
-
maximize-profit
养殖问题中的收益最大化问题 以及 灵敏度的检验(maximize the profit in cultivation)
- 2013-11-15 17:33:45下载
- 积分:1
-
matlabprogram
说明: 里面有近百个MATLAB的小程序,可供初学者参考,转自其他论坛,非本人原创(There are close to a hundred small MATLAB program for beginners and reference, carried in other forums, non-my original)
- 2008-11-13 13:18:12下载
- 积分:1
-
cost207
MIMO Channel model cost207 file.
- 2015-02-18 17:43:48下载
- 积分:1
-
IFTA
简单迭代傅里叶变换算法的代码,主要用了快速傅里叶变换函数 (IFTA)(Iterative Fourier Transform Algothrim (IFTA))
- 2021-04-06 15:09:02下载
- 积分: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
-
kill-hdd
This example shows the complete Kill, Hard Disk
- 2014-01-20 16:31:43下载
- 积分:1