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

搜索资源列表

  1. wideband-simulink-ofdm_gito(G)

    0下载:
  2. 这个MATLAB例程是宽带OFDM信道simulink仿真-This MATLAB routine is a broadband channel OFDM simulink simulation
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:15259
    • 提供者:类辰然
  1. generateROC

    0下载:
  2. Generates the values in a ROC curve given a similarity matrix. For use in evaluation of biometric recognition systems (e.g. fingerprint, face, iris, etc.)
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-02
    • 文件大小:560
    • 提供者:B
  1. generateCMC

    0下载:
  2. Generates the values in a Cumulative Match Characteristic (CMC) curve given a similarity matrix. For use in evaluation of biometric recognition systems (e.g. fingerprint, face, iris, etc.)
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:539
    • 提供者:B
  1. scramble

    0下载:
  2. These routines scramble an audio file by moving around short, overlapping windows within a local window. They can be used to create new versions of existing recordings that preserve the spectral content over longer time scales, but remove structure a
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:168452
    • 提供者:zxy
  1. Gaussianm

    0下载:
  2. background subtraction using g-background subtraction using gmm
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:3511
    • 提供者:jagan
  1. EM

    0下载:
  2. em algorithm used in G-em algorithm used in GMM
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:51130
    • 提供者:郑良
  1. matlab

    0下载:
  2. 单纯形法,单纯形法,求解线性规划问题的通用方法。单纯形是美国数学家G.B.丹齐克于1947年首先提出来的。-danchuncing
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:4829
    • 提供者:潘雨枫
  1. speech_coding

    0下载:
  2. matlab中实现的G.726编码的算法及测试程序,在matlab中已经通过测试,并能输出编码结果-matlab code to implement the G.726 algorithm and testing procedures in matlab has been tested and the results can be output coding
  3. 所属分类:matlab

    • 发布日期:2017-05-18
    • 文件大小:4621096
    • 提供者:lili
  1. chengzifa

    4下载:
  2. 基本的拉格朗日乘子法(又称为拉格朗日乘数法),就是求函数f(x1,x2,...)在g(x1,x2,...)=0的约束条件下的极值的方法。其主要思想是引入一个新的参数λ(即拉格朗日乘子),将约束条件函数与原函数联系到一起,使能配成与变量数量相等的等式方程,从而求出得到原函数极值的各个变量的解。 -Basic Lagrange multipliers (also known as Lagrange multiplier method), is of a function f (x1, x2 ,.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:537
    • 提供者:马晓敏
  1. R14_MicroarrayImage_CaseStudy

    1下载:
  2. RNA 和 DNA序列模拟 基因建模 数值模拟 采用matlab 编写 能计算几千个 基因点的特性和行为-In one type of gene expression analysis, fluorescently tagged messenger RNA from different cells are hybridized to a microscopic array of thousands of complimentary DNA spots that correspond to dif
  3. 所属分类:matlab

    • 发布日期:2017-05-16
    • 文件大小:4450709
    • 提供者:Tu Shu
  1. ADPCM

    0下载:
  2. adpcm编码,包括了普通的编码和g.721协议的编码。-adpcm encoding&decoding
  3. 所属分类:matlab

    • 发布日期:2015-11-10
    • 文件大小:1042432
    • 提供者:朱兴宇
  1. particlefilterprogram

    0下载:
  2. 对粒子滤波算法的原理和应用进行综述’首先针对非线性非高斯系统的状态滤波问题C阐述粒子滤波的原理D然后在分析采样=重要性=重采样算法基础上C讨论粒子滤波算法存在的主要问题和改进手段D最后从概率密度函数的角度出发C将粒子滤波方法与其他非线性滤波算法进行比较C阐明了粒子滤波的适应性C给出了粒子滤波在一些研究领域中的应用C并展望了其未来发展方向-QJPRQ Elc8&m :jelf dgwd99&jvdej gq:c&decwe 9d:ejv&chj&ec:d:cqi:pcrcw’8jfjgmdeelc
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:22657
    • 提供者:jingbohao
  1. g

    0下载:
  2. A matlab code for computer generated hologram.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:904
    • 提供者:dimmy
  1. Panoramic-Image-Mosaics

    0下载:
  2. Panoramic Image Mosaics This paper presents some techniques for constructing panoramic image mosaics from sequences of images. Our mosaic representation associates a transformation matrix with each input image, rather than explicitly projecting
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:488986
    • 提供者:mahesh chorage
  1. gaborfilter.tar

    0下载:
  2. Gabor滤波器经常被用于形状检测和特征提取,比如增强指纹图像。本代码用matlab实现了一个二维Gabor滤波器。 代码使用如下: function [G,gabout] = gaborfilter1(I,Sx,Sy,f,theta) from gaborfilter1 with different f(Frequency) and theta(Angle). for example f:0,2,4,8,16,32 theta = 0,pi/3,pi/6
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:1292
    • 提供者:郑碧波
  1. code-5

    0下载:
  2. This a matlab code that simulates a G/G/1 queue where the arrival and the service rate is gaussian distribution-This is a matlab code that simulates a G/G/1 queue where the arrival and the service rate is gaussian distribution
  3. 所属分类:matlab

    • 发布日期:2016-01-25
    • 文件大小:12288
    • 提供者:Aswink
  1. adjgamma

    0下载:
  2. 图像预处理-图像去噪方面-滤波器-matlab的实现程序,非常清晰- ADJGAMMA- Adjusts image gamma. function g = adjgamma(im, g) Arguments: im - image to be processed. g - image gamma value. Values in the r
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:537
    • 提供者:kakarot
  1. GaborFilter

    1下载:
  2. 利用Gabor滤波器提取图像纹理特征,用于图像分类模式识别-Extract the texture feature using Gabor filter/wavelet. You should first generate cell array G, which is a set of kernels in freq domain, then pass G and the image to the function GABORCONV.
  3. 所属分类:Wavelet

    • 发布日期:2017-03-31
    • 文件大小:2789
    • 提供者:Ethan
  1. LDPC

    0下载:
  2. 这是关于LDPC信道编码模块设计的程序 打开源程序,先运行gengrate_h.m程序,陆续将码长设置为756bit,列重设置为3,行重设置为9。在Workspace中同时将H、A、B、C、D、E、Hget、Fget、g、Tget这是个变量选择另存为encode_in.mat 格式。再运行main_encode.m进行编码,主程序运行后,在当前目录下,自动生成编码结果文件“encode—out.mat”,这将作为下一次扩频调制仿真实验的的输入信号。最后分别查看Workspace中的变量s
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:14993
    • 提供者:吴健
  1. Jacobi

    1下载:
  2. 解线性方程组的迭代法,包括jacobi、g-s、sor。-Solving linear equations, iterative method, including jacobi, gs, sor.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2510
    • 提供者:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 31 »
搜珍网 www.dssz.com