-
project3
this som method in NeuralNetwork
- 2009-05-29 15:10:00下载
- 积分:1
-
imulation
cdma信号处理的matlab仿真,包括信号的编码和调制等流程(matlab cdma signal processing simulation, including encoding and modulation signal other processes)
- 2014-01-06 20:24:36下载
- 积分:1
-
RA+网络编码
说明: 网络编码利用ra加网络编码awgn信道 调制利用cpm调制可以快速运行方便理解(Network coding uses RA plus network coding AWGN channel modulation and CPM modulation to run quickly and understand easily)
- 2020-06-23 08:00:01下载
- 积分:1
-
chaoliujisuan
基于牛顿拉夫逊法的潮流计算程序源代码,有例子(Newton Raphson method based on the trend of computer program source code, there are examples)
- 2011-06-02 12:03:11下载
- 积分: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
-
chemical-elements
描述了化学元素对钢的性能的影响,值得一看,这是别人的资料(Description of the chemical elements in the performance of steel)
- 2012-10-15 13:46:07下载
- 积分:1
-
FSK_Done
FSK调制与解调都有的详尽过程,并取点对误码率进行分析(FSK modulation and demodulation processes are detailed and take point on the bit error rate analysis)
- 2010-07-21 11:07:30下载
- 积分:1
-
MatPIV161
很好的粒子图像测速(PIV)Matlab源代码,本人在Matlab 2010下测试通过。(Particle image velocimetry (PIV) Matlab source code, I tested it using the Matlab 2010.)
- 2010-05-07 15:58:48下载
- 积分:1
-
Extended-Kalman-Filter-(EKF)
Introduction to Extended Kalman Filter
- 2013-11-04 19:11:16下载
- 积分:1
-
ACO-TSP-matlab-code
ant colony optomization tsp code in matlab
- 2015-04-10 16:31:46下载
- 积分:1