-
6DOF-motion-platform
摘要:应用Matlab/Simulink对实验室研制的六自由度运动平台位置反解建模、仿真、分析,通过对上平台进行垂 荡、纵荡、横荡、纵摇、横摇和艏摇六个自由度方向上的运动仿真分析,得到了六个液压缸的长度变化规律,更直观的 了解了平台在不同运动情况下的运动规律
(Abstract: The six degrees of freedom motion platform location, Matlab/Simulink laboratory developed anti-solution modeling, simulation, analysis, on a platform heave, vertical swing, sway, pitch, roll and yawing sixdegrees of freedom on the direction of motion simulation, six hydraulic cylinders of length variation, a more intuitive understanding of the law of motion of the platform in the case of different sports)
- 2020-12-08 13:39:21下载
- 积分:1
-
shriyanshppt-130505051903-phpapp02
Its About Search engine optimization.
- 2014-10-30 09:55:21下载
- 积分:1
-
image-overview
In the previous chapters we have encountered a number of ways to process digital
images, to recognize objects therein and to
- 2014-11-14 08:43:23下载
- 积分:1
-
chap2_09_RGC
系统辨识与自适应控制MATLAB仿真教材里递推梯度校正估计算法的参数估计的matlab实现的程序(System identification and adaptive control of MATLAB simulation in the textbook recursive gradient correction estimation algorithm to estimate the parameters of the matlab program)
- 2015-02-03 18:07:24下载
- 积分:1
-
G
通过SIMULINK及Matlab进行的三自由度弹道仿真和计算(Simulation and calculation of three degrees of freedom ballistic trajectory through SIMULINK and Matlab)
- 2020-07-01 17:40:01下载
- 积分:1
-
esprit
说明: esprit算法的MATLAB仿真程序,(this algthem is for esprit)
- 2009-07-24 22:33:45下载
- 积分:1
-
getPoints
Basis point, 1/100 of one percent, denoted bp, bps, and ‱
Pivot point, a price level of significance in analysis of a financial market that is used as a predictive indicator of market movement
Point (mortgage), a percentage sometimes referred to as a form of pre-paid interest used to reduce interest rates in a mortgage loan
Reward points (see loyalty program), marketing strategy
Vigorish point, the commission charged on a gambling bet[1] or loanshark s loan
- 2011-08-16 14:51:42下载
- 积分:1
-
脉搏信号处理 matab GUI界面编程PulseProcessSystem
脉搏信号处理 matab GUI界面编程,并实现滤波、去噪、实时回放、小波分析 计算脉率
(PulseProcessSystem )
- 2020-07-09 10:08:56下载
- 积分:1
-
Npsopudn
partical swarm optimization method for optimize antenna array...
- 2013-08-14 19:30:14下载
- 积分: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