搜索资源列表
69491747MDWT
- matlab 多维小波工具箱 有线性卷积 三维的小波变换,逆变换-matlab multi-dimensional wavelet toolbox has three-dimensional linear convolution of wavelet transform, inverse transform and so on
MD
- Matlab关于微分方程的解法,本人觉得还不错。-Matlab on the solution of differential equations, I feel pretty good.
md
- matched filter detection for spectrum sensing in cognitive radio
md_sim
- 用matlab实现分子动力学模拟,全英文文章,附录里有fortran和matlab源码-MD simulation using matlab
viterbi-matlab
- 卷积编码器g1=111,g2=101 x为输入的待译码序列 x=[1,0,1,0,0,1,0,0,0,1,0,1,1,1] x=[1,1,0,1,0,1,1,0,0,1] x=[1,1,1,0,0,0,1,0,1,1] a=size(x) 输入序列的长度 s=a(2)/2 译码后的m序列长度为x的一半 m=zeros(1,s) 最终结果存放 ma=zeros(1,s+1) 存放Fa路径的 mb=zeros(1,s+1) 存放Fb路径的 mc=ze
code-en-Matlab-KPPGA-3G2-1
- insqv,l qdB ?LDSB?DM.M M. MD.¨BSZ??BFX B W<M B MSF£N.μQ FS.N¨Sfù nbsnf f*n f*,n*ùfd N EF
MD
- 这是用MATLAB编写的功率谱分析程序,适合于初学者,经测试可用。(This is a power spectrum analysis program written by MATLAB. It is suitable for beginners and is available for testing.)
ACC+NMI+MD
- 用于评价聚类算法的三种常用指标,包括ACC、NMI和MD。主用用于采用获得的标签与已知标准匹配,从而得到分类精度。(The matlab program to evaluate the accuracy of the clustering methods which include ACC, NMI and MD indices.)
dtwk
- Multidimensional Dynamic Time Warping (MD-. DTW)
continus dtw
- continus Dynamic Time Warping (MD-. DTW)
Retinex-Image-Enhancement-master
- retinex图像增强算法,包含SSR,MSR.MSRCR,MSRCP等算法的实现,用一个gui界面实现,可直接运行(code,m gui_run.fig gui_run.m self_main.m README.md)
md 机械臂设计及其定点转动Minimum-Snap轨迹规划
- Part 01 机械臂设计 设计一个六自由度机械臂,分析证明其操作器尖端的灵巧工作空间,并用蒙特卡洛方法验证了灵巧工作空间的正确性。 Part 02 Minimum-Snap 轨迹规划 令操作臂尖端位置固定,使其绕灵巧工作空间的某个内点作定点转动。选择三维空间中一段封闭圆作为第三关节目标轨迹,生成多个离散轨迹点。利用逆运动学求解得到每个离散轨迹点对应的各关节变量,利用MATLAB Robotics Toolbox生成机械臂绕定点旋转动画,采用Minimum Snap方法进行**轨迹规划,*