-
fangzhen
基于Matlab下的Simulink模块对74LS148优先编码器的仿真(Simulink under Matlab-based module 74LS148 priority encoder simulation)
- 2008-12-22 20:44:08下载
- 积分:1
-
mylma
说明: 一种最简本的基于最小均方误差的自适应算法(One of the most simple minimum mean square error of the adaptive algorithm)
- 2011-03-28 13:58:19下载
- 积分:1
-
Countor_ext
countor extraction and 3d plotting
- 2010-12-13 04:37:46下载
- 积分:1
-
BerMass
The example below encodes one message words using Reed-Solomon encoder. It then corrupts the code by introducing two errors in the codeword, Then BerMass tries to the connection weight vector A and its roots R that it used to know error location.
- 2012-04-24 15:32:52下载
- 积分:1
-
OFDMTechniqueandItsSimulationwithMATLAB
正交频分复用(OFDM)技术及其MATLAB模拟(orthogonal frequency division multiplexing (OFDM) technology and its MATLAB simulation)
- 2007-07-04 00:55:44下载
- 积分:1
-
Fast2-DimensionalInterpolation
matlab插值算法interp2的改进,快速interp2插值(Fast 2-dimensional interpolation)
- 2010-10-23 21:46:12下载
- 积分:1
-
proda_FixPt_xsgbbxcfg
Fixed point xilinx system generator black box
- 2014-08-23 22:01:17下载
- 积分: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
-
2
说明: 周克敏 鲁棒控制基础 (essential of robust control ) 部分习题(周克敏the basis of robust control (essential of robust control) part of Exercises)
- 2007-11-22 20:30:15下载
- 积分:1
-
parameter-estimation
说明: 时间序列分析中参数估计方面的实现,在matlab环境下实现的代码(parameter estimation)
- 2011-03-10 19:39:49下载
- 积分:1