-
matlab
用matlab实现相加,相乘,时间反转,及三维曲面的绘制(matlab)
- 2010-01-14 17:09:31下载
- 积分:1
-
Matlab-based-FM-modulation
这是一个实现信号的FM调制的文档,你可以快速实现信号的FM调制(This is a signal of the FM modulation to achieve a document, you can quickly implement FM modulation signal)
- 2013-07-24 10:15:46下载
- 积分:1
-
CalculatorSample
calculator sample me
- 2014-12-03 06:46:50下载
- 积分:1
-
TwoDOF_Mass_Spring
Two DoF Mass and Spring System_Matlab Simulink
- 2014-03-17 22:52:43下载
- 积分:1
-
capacity_water
multiple input multiple output capacity
- 2011-06-21 23:44:24下载
- 积分: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
-
Assignment3a
SOurce code for Long window ALgorithm
- 2011-11-28 22:50:26下载
- 积分:1
-
chapter7 多种群遗传算法的函数优化算法
chapter7 多种群遗传算法的函数优化算法(Chapter7 Function optimization algorithm based on multi population genetic algorithm)
- 2017-10-22 14:25:29下载
- 积分:1
-
OFDM_16QAM
使用matlab里面的simulink仿真OFDM系统搭建的结构图(matlab)
- 2009-05-10 17:01:55下载
- 积分:1
-
signalanalyse
说明: 关于信号分析的GUI程序,关于信号分析的GUI程序(GUI on the signal analysis procedures, the GUI on the signal analysis procedures)
- 2010-04-29 15:39:04下载
- 积分:1