CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - MATLAB G

搜索资源列表

  1. App_Opt_MATLAB

    0下载:
  2. While by far their most common application, the original gradient projection algorithms of Jennrich (2000, 2001) were not restricted to rotation. They could, for example, be used to optimize the DEDICOM criterion, to simultaneously diagonalize severa
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:147460
    • 提供者:brazilobom
  1. HHT_code

    0下载:
  2. 希尔伯特黄变换的例程,包括G.Rilling工作组的函数包、时频分析工具箱-a demo of Hilbert-Huang Transform, including the Matlab function package of G. Rilling group and the Time-Frequency Analysis toolbox
  3. 所属分类:matlab

    • 发布日期:2017-05-13
    • 文件大小:2980788
    • 提供者:Wu Wang
  1. convol

    0下载:
  2. The following Matlab project contains the source code and Matlab examples used for 1 d covolution. In mathematics and, in particular, functional analysis, convolution is a mathematical operation on two functions f and g, producing a third function th
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-12
    • 文件大小:644
    • 提供者:m.master
  1. Graph-based clustering and data visualization algorithms

    0下载:
  2. This Matlab package is written specifically for the book Ágnes Vathy–Fogarassy and János Abonyi: Graph-based clustering and data visualization algorithms. The purpose of the package is to demonstrate a wide range of graph-based clustering and visuali
  3. 所属分类:matlab例程

    • 发布日期:2016-07-28
    • 文件大小:13624033
    • 提供者:abonyijanos
  1. 2016.09.09Firefly

    0下载:
  2. 以优化SVM算法的参数c和g为例,对FA(萤火虫算法)MATLAB源码进行了逐行中文注解。是很好的学习材料。- SVM algorithm to optimize the parameters c and g as an example, FA (firefly algorithm) MATLAB source was progressive Chinese annotations. It is a good learning materials.
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:9797
    • 提供者:Genlovy Hoo
  1. 2016.09.08GWO

    2下载:
  2. 以优化SVM算法的参数c和g为例,对GWO算法MATLAB源码进行了逐行中文注解。 是很好的学习材料。-SVM algorithm to optimize the parameters c and g, for example, for GWO algorithm MATLAB source was progressive Chinese annotations. It is a good learning materials.
  3. 所属分类:matlab

    • 发布日期:2017-05-09
    • 文件大小:1558649
    • 提供者:Genlovy Hoo
  1. 2016.09.05CS_PSO

    0下载:
  2. 以优化SVM算法的参数c和g为例,对CS算法MATLAB源码进行了逐行中文注解。-SVM algorithm to optimize the parameters c and g, for example, the CS algorithm MATLAB source was progressive Chinese annotations.
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:30111
    • 提供者:Genlovy Hoo
  1. 2016.10.04GSA_SVM

    2下载:
  2. 以优化SVM算法的参数c和g为例,对GSA(引力搜索算法)MATLAB源码进行了详细中文注解。是很好的学习材料。- In order to optimize SVM algorithm parameters c and g as an example, the GSA (Gravitational Search Algorithm) MATLAB source code for a detailed Chinese annotation. Is a good learning materia
  3. 所属分类:matlab

    • 发布日期:2017-05-06
    • 文件大小:561610
    • 提供者:Genlovy Hoo
  1. Application-of-Wavelet-Transform

    0下载:
  2. 小波变换在数字图像处理中的应用是小波变换典型的应用之一。由信号分析中傅里叶变换的不足引出小波变换, 然后简单介绍了小波变换的定义和种类, 分析了小波变换的性质和Mallat 算法, 总结了小波变换在数字图像处理中的四种应用:基于小波变换的图像压缩、图像去噪、图像增强和图像融合, 分析了四种应用的过程及特点, 同时进行了相应的Matlab试验与仿真。试验结果表明, 小波变换在数字图像处理中的应用切实可行、简单方便、效果好、有很强的实用价值, 有较好的应用前景。-The applicatio n o
  3. 所属分类:Special Effects

    • 发布日期:2017-05-05
    • 文件大小:507261
    • 提供者:kiel
  1. read_SRTMtile

    0下载:
  2. 读取高程数据的MATLAB程序,经过测试,很不错的,希望对大家有帮助- read_SRTMtile: returns lon, lat, & height (height in meters) SRTM 3-arcsec data USE: [vlon vlat vhgt] read_SRTMtile(filename,sc) INPUT: filename: filename, e.g. s23w041.h
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2229
    • 提供者:zzg
  1. Codigos-del-Curso---Deteccion-de-Objetos

    0下载:
  2. Codes .M object detection with matlab. Create the list of detections D for the images referenced in the G list Tickets Detector File contains the address of the detector file, Xml extension G List of rectangles of objects that are really in
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3487
    • 提供者:ARM8051
  1. TQ_RGB_S1

    0下载:
  2. Matlab图像处理-RGB色彩提取原理方法. 本文中提到的RGB色彩提取方法最为关键的也最为难以严格界定的地方是对于R/G/B三种颜色的判别规则,本文中提到的判别规则是更具R/G/B中某一颜色分量明显不小于其它分量时,即判别某像素点为某种颜色,并通过设置判别阈值,来控制判别条件的颜色与否。为了保持图片的完整性(即三种色彩提取结果中彩色相加后能得到原图),本例中默认设置阈值为0,为了得到更为单纯的颜色,可适当增大阈值。-Matlab image processing- RGB color ext
  3. 所属分类:Special Effects

    • 发布日期:2017-12-12
    • 文件大小:642
    • 提供者:xiaoli111
  1. ofdm-simulink

    1下载:
  2. 在现代无线通信技术中,扩频通信是一种具有较强抗干扰性能的技术,正交频分复用(OFDM)是一种具有较高数据传输速率和频谱利用率,并能有效对抗频率选择性衰落的多载波调制技术,因而将这二者结合起来构建系统势必会进一步提高系统的抗干扰和抗衰落性能,研究其结合技术也逐渐成为无线通信领域的热点。随着3G的兴起,即将推出的LTE也将采用OFDM技术(正交频分多路复用)。 由于OFDM的多载波特性,使得直接序列扩频技术和跳频技术能够与OFDM技术进行有效的结合。在本文中,我们研究了OFDM)以及相关抗干扰抗
  3. 所属分类:software engineering

    • 发布日期:2017-12-12
    • 文件大小:237920
    • 提供者:wfyan
  1. devmexcalculate

    0下载:
  2. G-P算法计算关联维的 Matlab 程序 升级版,mex函数,超快-G- P algorithm to calculate the correlation of Matlab upgrade, tex-mex function, super fast
  3. 所属分类:Graph program

    • 发布日期:2017-12-18
    • 文件大小:5120
    • 提供者:Gysxavs
  1. Massive-MIMO-with-1-bit-ADC

    1下载:
  2. Massive MIMO with 1-bit ADC-Massive MIMO with 1-bit ADC This is a code package is related to the follow scientific article: Risi C, Persson D, Larsson E G. Massive MIMO with 1-bit ADC . Eprint Arxiv, 2014. The package contains a simul
  3. 所属分类:software engineering

    • 发布日期:2017-12-13
    • 文件大小:506633
    • 提供者:上善若水
  1. keswgnsetter

    0下载:
  2. G-P算法计算关联维的 Matlab 程序 升级版,mex函数,超快-G- P algorithm to calculate the correlation of Matlab upgrade, tex-mex function, super fast
  3. 所属分类:OpenGL program

    • 发布日期:2017-12-18
    • 文件大小:5120
    • 提供者:Rooin
  1. yhrlan359

    0下载:
  2. G-P算法计算关联维的 Matlab 程序 (升级版,mex函数,超快) 不错的 很好-G- P algorithm to calculate the correlation of the Matlab program (updated version, tex-mex function, super fast) good is very good
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-18
    • 文件大小:5120
    • 提供者:NIMP_421967
  1. MSR-Identity-Toolkit-v1.0

    0下载:
  2. i-vector系统在MATLAB的一个工具包;可以进行改进进行构建说话人识别系统;内附i-vector的一些原理和介绍.-翻译 i-vector系统在MATLAB的一个工具包;可以进行改进进行构建说话人识别系统;内附i-vector的一些原理和介绍. 61/5000 I-vector xìtǒng zài MATLAB de yīgè gōngjù bāo kěyǐ jìnxíng gǎijìn jìnxíng gòujiàn shuōhuà rén shìbié x
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-17
    • 文件大小:2437120
    • 提供者:清灵魂初
  1. ZhaoZhouQiao_3D

    0下载:
  2. 对桁架进行3D有限元分析MATLAB程序(ye jg fahyg knVf bhg ggg yrgv hnnb jng ghb gvf hhhh gffv bbb j g f)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:1411072
    • 提供者:谢!
  1. AV_A_PF

    1下载:
  2. matlab实现联合视频信息和音频信息对目标进行跟踪(The problem of tracking multiple moving speakers in indoor environments has received much attention. Earlier techniques were based purely on a single modality, e.g., vision. Recently, the fusion of multi-modal information h
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:4431872
    • 提供者:wangjunjie
« 1 2 ... 25 26 27 28 29 3031 »
搜珍网 www.dssz.com