-
sinosoidal
Detection of sinosoidal signal in WGN with unknown frequency,amplitude,phase
- 2010-08-18 00:36:58下载
- 积分:1
-
blind1cma
Tis is the code for constant modulus algorithm for blind equalization
- 2009-05-05 13:43:37下载
- 积分:1
-
gezhongyasuo
多种视频压缩算法,包括霍夫曼编码,算术编码dct,jpeg,小波变换(A variety of video compression algorithm, including Huffman coding, arithmetic coding DCT, jpeg, wavelet transform
)
- 2012-01-11 09:32:35下载
- 积分:1
-
robotic-toolbox
用matlab的robotic工具箱,对6自由度PUMA560机械臂的正逆运动学进行仿真。想运行这个程序,要先安装robotic工具箱,安装说明和使用说明都在压缩文件里。(Using robotic matlab toolbox, the 6 degrees of freedom of the PUMA560 manipulator of the inverse kinematics simulation. Want to run this program, you need to install the robotic toolbox, installation instructions and instructions are in the compressed file.)
- 2020-12-30 14:58:59下载
- 积分: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
-
APACcc
A Matlab function file calculates all paths between any two nodes of an undirected graph
- 2013-10-25 17:05:18下载
- 积分:1
-
1
说明: 基于MATLAB的电液伺服系统最优调节器的设计与仿真(The electro-hydraulic servo system based on MATLAB Optimal Regulator Design and Simulation)
- 2008-12-22 12:34:40下载
- 积分:1
-
matlabfzkj
matlab解用分支定界法解整数规划的程序。请大家参考(matlab solution using branch and bound method for solving integer programming procedures. Please refer to)
- 2013-07-13 10:50:37下载
- 积分:1
-
bin2gray
A function to convert binary number in to gray coded binary
- 2014-01-14 23:46:54下载
- 积分:1
-
GUI
Matlab GUI 编程教程,通过matlab GUI可以试想面向对象编程,有益于工程实践操纵。(Matlab GUI programming tutorial, through the GUI can be achieved object-oriented programming, is conducive to engineering practice.)
- 2016-08-30 08:25:35下载
- 积分:1