CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - 1.2.0

搜索资源列表

  1. matlab(GA)2

    0下载:
  2. matlab遗传算法工具箱函数及实例讲解2 【问题】在-5<=Xi<=5,i=1,2区间内,求解 f(x1,x2)=-20*exp(-0.2*sqrt(0.5*(x1.^2+x2.^2)))-exp(0.5*(cos(2*pi*x1)+cos(2*pi*x2)))+22.71282的最小值。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1188
    • 提供者:xjk
  1. 14.1-2

    0下载:
  2. 《MATLAB时频分析技术》例题matlab编程实现第十四章14.1-14.2
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1438
    • 提供者:晓红
  1. RecPF_v2.2

    3下载:
  2. 基于局部傅里叶变换数据的重构算法的研究,是一种比有效快速的重构算法-New features: Switched to complex computation, fully compatible with complex data Replaced penalty parameter continuation by R. Glowinski and P.L. Tallec s alternating direction method (ADM or ADMM) New
  3. 所属分类:matlab例程

    • 发布日期:2013-02-27
    • 文件大小:1802555
    • 提供者:liuyaxin
  1. SSMULT-2.0.1.tar

    0下载:
  2. 实现两个稀疏矩阵相乘(效率高于早期的Matlab自带的程序),Matlab编程 -SSMULT is a simple stand-alone MATLAB mexFunction that computes C=A*B where both A and B are sparse. It is typically faster and always uses less memory than C=A*B in MATLAB 7.4 (or earlier). Works on MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:304993
    • 提供者:SSMULT
  1. M1.2

    0下载:
  2. the graph of x=0.2*(1.2^n)
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1068
    • 提供者:hedieh
  1. L_D

    1下载:
  2. 用Matlab程序实现P阶Levinson-Durbin算法。以一个2阶自回归模型(参数为b0=1, a1=0, a2=0.81)和一个2阶滑动平均模型(参数为b0=1, b1=1, b2=1)为例,选取观测数据长度为1000,分别用一个AR(2)模型和一个AR(10)阶模型来估计其功率谱。设激励信号模型的高斯白噪声的均值为0,方差为1。用Levinson-Durbin算法迭代计算AR模型参数,并用估计出的AR模型参数画出观测信号的功率谱。并对Levinson-Durbin算法的性能进行分析。-
  3. 所属分类:matlab例程

    • 发布日期:2017-05-02
    • 文件大小:3425
    • 提供者:zf
  1. Matlab_MPEG_1_2_4

    0下载:
  2. Mtalba Code for MPEG 1 2 3 4
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:25808
    • 提供者:Mariam
  1. Y_FCMC_Ver.1.04

    0下载:
  2. README file for Yashil s FCM Clustering MATLAB (Y_FCMC) Toolbox Ver. 1.04 ------------------------------------------------------------------------- This MATLAB Toolbox contains M-files for the following clustering algorithms 1. Fuzzy C-Means
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:22402
    • 提供者:Yashil
  1. 1

    0下载:
  2. 计算方法数值方程,用列主元Gauss消去法解释线性方程组Ax=b,其中A=[10E-8 2 3,-1 3.712 4.623,-2 1.072 5.643],b=[1,2,3]-Calculated value equation, the main-element Gauss elimination explanation of linear equations Ax = b, where A = [10E-8 2 3,-1 3.712 4.623,-2 1.072 5.643], b = [1
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:12018
    • 提供者:张松昌
  1. audioseg-1.2.1.tar

    0下载:
  2. It can be used to divide an audio signal to several segmentations, such as speech, music and others. If you do not have Matlab v. 7.0.0 (R) installed on your Pc, you will have to download the Matlab Component Runtime installer and install it.
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1070594
    • 提供者:John
  1. ECEFtoECI

    3下载:
  2. Convert WGS 84 (CTS, ECEF) Coordinates to ECI (CIS, Epoch J2000.0) Coordinates. This function has been vectorized for speed. The associated error in converting between coordinate frames is on the order of 1.2*10^-11 km when compared to STK ephemeris
  3. 所属分类:matlab例程

    • 发布日期:2013-10-24
    • 文件大小:3760
    • 提供者:CYT
  1. psat-2.1.6-oct

    0下载:
  2. 电力系统分析软件最新版本psat2.1.6,可以进行各种计算仿真-power flow analysis psat2.1.6
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1784267
    • 提供者:阳光
  1. filterImage

    0下载:
  2. There are different m files for different filter to use. perwit.m:=uses window Wx=[1 0 -1 1 0 -1]/3 and Wy=Wx and then convolves this window with the image. sobel.m:=uses window W=[1 0 -1 2 0 -2 1 0 -1]/4 lablacian.m=uses window W=[0 1 0 1
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:824
    • 提供者:GajenJung
  1. 1

    0下载:
  2. 实指数序列a=1/2 实指数序列a=1/2-Real exponential sequence a = 1/2
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:2887
    • 提供者:lyaww
  1. psat-2.0.0-b2.1

    1下载:
  2. pstat-基于matlab的电力系统分析工具箱,含用户手册-pstat-matlab based power system analysis toolbox with user manual
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1566459
    • 提供者:康泰峰
  1. New-Text-Document-(2)

    0下载:
  2. he form of the Burgers equation considered here is: du du d^2 u -- + u * -- = nu * ----- dt dx dx^2 for -1.0 < x < +1.0, and 0.0 < t. Initial conditions are u(x,0) = - sin(pi*x). Boundary conditions are u(-1,t) = u(
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1437
    • 提供者:alicethe
  1. 1.2.0.1

    0下载:
  2. 粒子滤波matlab程序,主要是扩展的卡尔曼粒子滤波 -Complete video tracking algorithm, which is feasible, you can track the students to learn video great inspiration
  3. 所属分类:matlab

    • 发布日期:2017-05-13
    • 文件大小:3379341
    • 提供者:李恒涛
  1. VistaRestoreTools1.0

    0下载:
  2. denoise In BayesShrink[5] we determine the threshold for each subband assuming a Generalized Gaussian Distribution(GGD) . The GGD is given by GG¾ X ¯ (x) = C(¾ X ¯ )exp¡ [® (¾ X ¯ )jxj]¯ (6) ¡ 1 <
  3. 所属分类:matlab

    • 发布日期:2017-05-31
    • 文件大小:13753466
    • 提供者:mik
  1. 2

    0下载:
  2. 2.wps :为作业最终的仿真结果与分析 正态分布:.cpp为由C++编写的主程序以获取仿真数据,.txt为存储仿真数据的文档,.m为由matlab根据获取的仿真数据画图的结果,其中1、2、3分别为N(0,1)、N(0,4.26)、N(-2.5,1)的情况 瑞利分布:.cpp为由C++编写的主程序以获取仿真数据,.txt为存储仿真数据的文档,.m为由matlab根据获取的仿真数据画图的结果,其中1、2、3分别为Ray(1)、Ray(0.36)、Ray(3.4)的情况 泊松分布:
  3. 所属分类:matlab

    • 发布日期:2017-11-16
    • 文件大小:360197
    • 提供者:李娜
  1. FDTD-1-2-3D

    0下载:
  2. fdtd code in 1,2,3 dimensional!
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:7074
    • 提供者:FDK
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com