-
BasicsofMatlabandBeyond
basics of matlab and beyond source files
- 2010-06-13 17:34:14下载
- 积分:1
-
m_map1.4
画国界、海岸线等地图的工具包,利用分形原理采用matlab编程(Draw boundaries, coastlines, map kit, using the fractal theory using matlab programming)
- 2012-06-14 09:03:06下载
- 积分: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
-
matlabcode
matlab代码
用于流动边界层转捩和稳定性Orr-Sommerfeld求解 Chebyshev collocation
(matlab code Orr-SommerfeldSquire system using Chebyshev collocation
)
- 2013-12-27 16:04:29下载
- 积分:1
-
Matlab-code-TCOM-2018-master
说明: Improving the Performance of Cell-Edge Users in non-orthogonal multiple
access NOMA Systems using Cooperative Relaying its really so benificial code
- 2019-11-14 06:47:36下载
- 积分:1
-
genetic-algorithm-TSP
介绍求解TSP问题的遗传算法,附带源代码和城市节点数据。(Introduced genetic algorithm for solving TSP problem,including the supplementary data source code and city nodes.)
- 2014-12-04 16:04:58下载
- 积分:1
-
maxmind
模式识别最大最小距离算法实现,matlab实现的,可以直接运行(Pattern recognition of maximum and minimum distance algorithm to achieve the Matlab)
- 2015-03-12 16:52:29下载
- 积分:1
-
izak
对输入的信号进行zak逆变换,观察滤波后的信号在时域的分布情况(used to analysis the izak transform, so that wo can know the distribution of the processing signal)
- 2014-12-02 09:53:34下载
- 积分:1
-
nonlocal1
圆柱体的散射的解析解,及nonlocal效应的对local影响(The impact of the cylinder analytical solution scattering, and nonlocal effects on local)
- 2015-04-07 15:01:17下载
- 积分:1
-
work
几种功率普计算函数:SNR,MSNR
输入参数为带躁信号和处理后信号,输出结果为对应的数值,具体参见文档说明(Several power Pu calculation function: SNR, MSNR impatient with the input parameters for the signal and processed signal, the output for the corresponding values, see the specific documentation)
- 2008-02-22 10:36:24下载
- 积分:1