-
Shadow-Fading
分析BPSK在对数长距离、对数正态阴影模型中的误码率,以及在ITU M多普勒效应下冲击响应与多径增益。程序为已提交作业,可直接运行。(In the analysis of several long-distance BPSK, lognormal shadow model error rate, as well as multi-path impulse response and gain at ITU M Doppler effect. Program has been submitted for the job can be run directly.)
- 2014-07-02 00:27:16下载
- 积分:1
-
NN-demo
this prog is to choose the nearest neibour
- 2011-08-06 07:29:50下载
- 积分:1
-
yunjiasuyundong
目标作匀加速动动matlab仿真,包括卡尔曼滤波和a-b-r滤波,分singer模型和“当前”统计模型。(Target for the uniformly accelerated touch of matlab simulation, including the Kalman filter and the a-b-r filter, sub-singer model and " current" statistical model.)
- 2021-04-29 20:18:42下载
- 积分:1
-
Wireless_errorcorrection_multimedia_M.TechWC
this is paper for transmitting a multimedia over relestic channel with a superposition method
- 2014-09-11 13:22:20下载
- 积分:1
-
sw_dens
说明: 计算海洋中海水密度,对于物理海洋学生很重要(It is important for physics students to calculate the density of seawater in the ocean)
- 2020-03-09 14:39:58下载
- 积分:1
-
matlab_cours_antenne
applications de la prommation matlab aux antennes 10 chapitres
- 2010-12-02 09:44:31下载
- 积分:1
-
HW1_3
system identification with OLS input selection
- 2010-05-20 18:23:52下载
- 积分:1
-
rsdecoder
matlab code for re decoder.
simple and efficient
- 2010-10-17 05:45:22下载
- 积分: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
-
test4
几个非常实用的神经网络实例,是用matlab语言编写(Several very practical examples of the neural network, using matlab language worth learning!)
- 2013-04-09 22:45:19下载
- 积分:1