-
03
说明: matlabpart3。matlab学习相关资料,适合初学者(matlabpart3. matlab learning the relevant information, suitable for beginners)
- 2007-11-24 14:24:00下载
- 积分:1
-
beam
Solving beam problem
- 2011-01-20 18:57:55下载
- 积分:1
-
extr
局部均值分解(Local Mean Decomposition),处理非线性非平稳信号的一个方法,LMD是依据信号本身的信息进行自适应分解(Local Mean Decomposition, a method for processing nonlinear non-stationary signals, LMD is adaptive decomposition based on the information of the signal itself.)
- 2018-10-29 11:36:37下载
- 积分:1
-
信号测量时,传感器优化布置的条件数方法。提供自由度信息,输出不同数量传感器的最优布置方案。...
信号测量时,传感器优化布置的条件数方法。提供自由度信息,输出不同数量传感器的最优布置方案。-signal measurement, the sensor layout optimization of several methods. Provide freedom of information, the number of different sensor output optimal layout of the program.
- 2022-02-04 14:06:47下载
- 积分:1
-
robot mainpluater offset
此函数使用Pieper的解决方案来处理腕部分区的六轴
- 2023-01-14 03:55:03下载
- 积分:1
-
Curvature
这是一个曲率算法实现工具,对图像处理有着重要的应用,并有测试代码(This is a curvature algorithm tool for image processing has important applications, and test code)
- 2009-01-08 12:07:10下载
- 积分:1
-
otsu
OTSU Gray-level image segmentation using Otsu s method.
Iseg = OTSU(I,n) computes a segmented image (Iseg) containing n classes
by means of Otsu s n-thresholding method (Otsu N, A Threshold Selection
Method from Gray-Level Histograms, IEEE Trans. Syst. Man Cybern.
9:62-66 1979). Thresholds are computed to maximize a separability
criterion of the resultant classes in gray levels.
OTSU(I) is equivalent to OTSU(I,2). By default, n=2 and the
corresponding Iseg is therefore a binary image. The pixel values for
Iseg are [0 1] if n=2, [0 0.5 1] if n=3, [0 0.333 0.666 1] if n=4, ...
[Iseg,sep] = OTSU(I,n) returns the value (sep) of the separability
criterion within the range [0 1]. Zero is obtained only with images
having less than n gray level, whereas one (optimal value) is obtained
only with n-valued images.
- 2009-03-17 17:57:51下载
- 积分:1
-
contest2009-4_02
说明: 分析了现有船舶自动避碰系统的不足,提出了基于人工势场法的船舶自动避碰系统. 根据
船舶的操纵特性,建立了引力场和斥力场函数,实现船舶自动避碰航行的合力和方向. 在电子海图
所建立的仿真环境中,验证了人工势场法可用于船舶自动避碰系统中.(Analysis of existing ships lack of automatic collision avoidance system is proposed based on artificial potential field method automatic collision avoidance system for ships. According to the ship maneuvering characteristics, the establishment of a gravitational field and the repulsive force field function, automatic collision avoidance to achieve ships sailing together, and direction. in the electronic chart of the simulation environment created to verify the artificial potential field method can be used to ship automatic collision avoidance system.)
- 2009-08-24 12:42:18下载
- 积分:1
-
sanxiang
说明: 三相桥式全控整流电路
变压器 Yd11 联结(Three-Phase Full-Bridge Controlled Rectifier
Transformer Yd11 Connection)
- 2019-06-04 14:36:29下载
- 积分:1
-
傅里叶频谱
%%
% to save data from a workspace variable to a txt file use:
% dlmwrite("New_filemane.txt", workspace_var_name, "delimiter", " ")
clc
%Get that filename and pathname for the time series Data file
[filenameD,pathnameD] = uigetfile({
"*.txt";"*.mat"},"Select the Data file");
if
isequal(filenameD,0)
- 2022-03-17 18:52:02下载
- 积分:1