登录
首页 » matlab » roughness

roughness

于 2021-02-09 发布 文件大小:813KB
0 267
下载积分: 1 下载次数: 69

代码说明:

  用于轴承球与滚道之间,模拟生成非高斯随机粗擦表面(Analog generate non-Gaussian random rough surfaces rub)

文件列表:

roughness
.........\.a_main_tian1.m.swp,16384,2015-04-03
.........\a_main_tian.m,3632,2015-05-06
.........\a_main_tian1.m,4010,2015-02-12
.........\bearingRoughness.m,729,2015-04-12
.........\bearingRoughness.mat,721335,2015-02-12
.........\dma_as98_johnson_pef_fid.m,363,2015-05-06
.........\RSG
.........\...\acf1D.m,1479,2015-02-10
.........\...\acf2D.m,2426,2015-02-10
.........\...\age_at_birth.dat,1895046,2014-04-11
.........\...\a_main_roughnessGeneration.m,1098,2015-04-03
.........\...\a_main_unfinished.m,3481,2015-02-12
.........\...\bean_breadth.dat,56639,2014-04-11
.........\...\bean_length.dat,37709,2014-04-11
.........\...\clouds.dat,4105,2014-04-11
.........\...\Contents.m,924,2014-04-11
.........\...\example_Johnson_01.m,8909,2014-04-11
.........\...\example_Johnson_02.m,5453,2014-04-11
.........\...\example_Johnson_03.m,5418,2014-04-11
.........\...\example_Johnson_04.m,2846,2014-04-11
.........\...\f_johnson_aic.m,2282,2014-04-11
.........\...\f_johnson_cdf.m,1627,2014-04-11
.........\...\f_johnson_fit.m,7514,2014-04-11
.........\...\f_johnson_inv.m,1476,2014-04-11
.........\...\f_johnson_lik.m,1149,2014-04-11
.........\...\f_johnson_M.m,17451,2015-02-10
.........\...\f_johnson_pdf.m,2364,2014-04-11
.........\...\f_johnson_Q.m,2166,2014-04-11
.........\...\f_johnson_rnd.m,936,2015-02-10
.........\...\f_johnson_y2z.m,3929,2014-04-11
.........\...\f_johnson_z2y.m,3733,2015-02-10
.........\...\hdf1D.m,1479,2015-02-10
.........\...\hdf2D.m,1539,2015-02-10
.........\...\RSG.fig,33761,2010-07-29
.........\...\RSG.m,43289,2010-11-15
.........\...\rsgene1D.m,1040,2015-02-10
.........\...\rsgene2D.m,1649,2015-02-12
.........\...\rsgeng1D.m,1069,2015-02-10
.........\...\rsgeng2D.m,2447,2015-02-12

.........\...\Surface Generation & Analysis - MySimLabs.html,16531,2015-02-10
.........\...\Surface Generation & Analysis - MySimLabs_files

.........\...\...............................................\ga.js,41118,2015-02-10
.........\...\...............................................\mysimlabs.css,3124,2015-02-10



下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 视差完整
    说明:  对双目视觉处理的图像通过获取相机的内外参数后得出视差图,而后方便得到深度图等(The binocular vision processing image is obtained by obtaining the camera's internal and external parameters, and then the disparity map is obtained, and then the depth map is obtained.)
    2018-04-16 16:15:12下载
    积分:1
  • ImageProcessing
    基本jpeg压缩源码,包括dct,量化,zigzag和huffman编码,适于数字图像处理开发人员。(Basic jpeg compression source, including dct, quantization, zigzag and huffman encoding, suitable for digital image processing developer.)
    2007-10-29 00:11:46下载
    积分:1
  • 光流法视频
    说明:  光流法处理车辆视频,读取视频,分析单帧图片,得到光流图片(The optical flow method processes the vehicle video, reads the video, analyzes the single frame picture, obtains the optical flow picture)
    2020-06-04 10:30:45下载
    积分:1
  • coregistration_FFT
    基于FFT的配准程序,用在图像配准中的粗匹配中,对噪声、图像中物体发生运动等极为鲁棒! (FFT-based registration procedure, used in image registration in the coarse matching, noise, motion and other image objects occur very robust!)
    2011-08-31 14:26:10下载
    积分:1
  • BWLabel
    一种二值图像连通区域标记方法,能用于目标跟踪,我已经应用过,效果不错。(It is a new connected componet labeling algorithm for binary image,and can be used in object tracking. It is effective to be proved.)
    2013-06-24 14:08:47下载
    积分:1
  • ImageFusion
    图像融合的各种方法,包括IHS变换,PCA变换,小波变换等等(Various methods of image fusion, including IHS transform, PCA transform, wavelet transform, etc.)
    2014-03-17 11:48:44下载
    积分:1
  • multiregion_fuse
    过分割后区域合并代码。思想是在多尺度下,基于区域的色彩,纹理,形状信息的合并方法。(After the merger of over-segmentation region code. Thinking is in a multi-scale, region-based color, texture, shape information of the combined method.)
    2008-07-24 17:58:48下载
    积分:1
  • 如何使用helcon(1,2,3部)
    halcon编程的很好的资料《如何使用halcon编程》,里面有三个pdf,很好的资料(Halcon programming very good information "How to use halcon programming", there are three pdf, very good information)
    2018-09-03 17:31:34下载
    积分:1
  • SVD_comprecession
    svd图像压缩,程序中使用了三种方法的SVD,包括直接svd,分块svd和小波svd(3 svd comprecessions.)
    2020-08-15 16:58:28下载
    积分:1
  • Choen-Sutherland
    Choen-Sutherland算法裁剪线段 计算机图形学中使用Choen-Sutherland算法进行图形多边形裁剪,并用MFC实现(Choen-Sutherland )
    2010-11-20 18:43:09下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载