搜索资源列表
MATLAB
- 机械工程设计分析和MATLAB应用 源代码 包括机械原理中常用机构的运动仿真程序代码
机械振动程序
- 分别用4单元和16单元有限元法求解左端固定、右端自由的等直杆(截面积为 ,弹性模量为 ,密度为 ,杆长为 )在1/4杆长处的稳态响应并与精确解进行对比(假设1/4杆长处集中载荷 激励)(要求MATLAB编程计算,附程序清单)
qq71
- matlab仿真机械四连杆机构运动代码,包括运动仿真和变量变化分析图的生成-matlab simulation code mechanical four-bar linkage motion, including motion simulation and generation of variable change analysis map
vision
- 本书的目的主要是向读者展示傅里叶分析和小波的许多基础知识以及在信号分析方面的应用。全书分为8章和2个附录,前言部分是学习第1章至第7章的准备知识,即内积空间;第1章讲解傅里叶系列的基础知识;第2章讲解傅里叶变换;第3章介绍离散傅里叶变换以及快速傅里叶变换;第4章至第7章讨论小波,重点在于正交小波的构建;附录部分则介绍稍微复杂的一些技术主题以及演示概念或产生图形的MATLAB代码。许多关于小波的文章和参考书籍均要求读者具有复杂的数学背景知识,本书则只要求学生具有较好的微积分以及线性代数知识,通俗易
19684-code
- 机械分析的matlab M文件,包括各种机械结构的运动分析-Mechanical analysis matlab M documents, including various mechanical motion analysis
mytest
- 自己写的幅值谱分析的matlab程序,可以应用与机械振动信号分析中。-this is a matlab program that can analylize the amplifier of a wave.
56465456456465waveletpackage
- 基于matlab的小波包分解应用于机械振动信号的故障分析-Used in failure analysis of mechanical vibration signals based on the Matlab wavelet packet decomposition
liangan
- 机械方面基于matlab的连杆分析程序,凸轮设计程序-Mechanical matlab-based linkage analysis program, the cam design program
jixiehuatu
- 机械画图,曲柄摇杆机构,用matlab实现的,希望大家喜欢-Mechanical drawing, crank rocker mechanism, using matlab to achieve, I hope you like
ercichaz23
- 机械优化设计主要包括建立优化设计问题的数学模型和选择合适的优化方法及程序两方面的内容.基于二次插值法的基本原理,通过实例,编写MATLAB程序进行求解,计算结果说明了二次插值法是一种求解一元函数极小点问题最优解的可行高效的方法.-Mechanical optimization design includes a mathematical model to optimize the design of the problem and choose the appropriate two aspec
puma560simulink-figure
- PUMA560机械臂的Matlab仿真图-simulink figure of PUMA560 robot arm
wogangan
- 机械类采用matlab绘图,提高对曲面曲线的进一步的理解和认识。为科研分析打下良好基础-Machinery using matlab graphics, improve the surface curves further understanding and awareness. Lay a good foundation for scientific analysis
Desktssaop
- matlab课程编程【谷速软件】4RRR平行平面机械臂 -matlab programming courses [software] 4RRR Valley speed parallel plane manipulator
Main_1
- 基于MATLAB的离心叶轮的参数化设计,包括轴面流道的生成,叶片的三维造型,木模图的参数化等,适合做流体机械方向的朋友们,可作为三维造型软件的二次开发的一手资料。-Centrifugal impeller of parametric design based on MATLAB, including the generation of the axial plane flow path, the three dimensional modelling of blade, wooden figur
cs
- 基于matlab对三自由度机械臂采用一阶影响系数法描绘其末端执行器的速度曲线-On matlab to three degrees of freedom manipulator end effector based on first order influence coefficient curve speed Solving
EMD
- 经验模态分析(EMD)的MATLAB计算算法,经验模态分析是机械振动分析领域的重要方法-matlabAn Unforgettable ChallengeWhen I was ten years old, I began to chat with foreigners. But I was very shy. Gradually, I became more and more confident with foreig.
ipplicaxion-system
- MATLAB在机械设计专家系统中的应用,论文 很好的 不错的-The application of MATLAB in mechanical design expert system, good good
Mechanical arm
- 关于二维平面的液压机械臂的工作范围问题及两点最短路径规划问题(On the working range problem of two-dimensional planar hydraulic manipulators and the two-point shortest path planning problem)
matlab建立机械臂运动学仿真软件
- robot 工具箱 工业机器人 建立工业机器人的运动学 动力学等代码 分析(Kinematics and Dynamics Code Analysis of Industrial Robot Established by Robot Toolbox)
matlab.thresholding-master
- 在计算机视觉中,图像分割是将图像分成多个片段的过程。这使我们能够通过以比原始图像更简单的表示方式来更好地分析图像。一种用于分割图像的方法是阈值分割;也就是说,将强度值低于阈值的所有像素设置为背景值,而将高于阈值的其他像素设置为前景值。最简单的阈值处理形式是对所有像素使用全局阈值,而自适应阈值处理根据像素及其周围环境动态改变阈值。典型地,阈值处理从灰度图像开始,并输出二进制图像以清晰地描绘图像中的片段。在本实验中,我们开发了一种自适应阈值算法,并将其与更简单的算法进行了比较。 此外,我们还开发了