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

搜索资源列表

  1. C

    0下载:
  2. 运用迭代法计算信道容量,MATLAB语言,输入参数:先验概率矩阵,输出:信道容量。-The use of iterative method to calculate the channel capacity, MATLAB language, input parameters: a priori probability matrix, the output: channel capacity.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:521
    • 提供者:gechengwei
  1. Iteration_and_fractal

    0下载:
  2. 1、 对一个等边三角形,每条边按照Koch曲线的方式进行迭代,产生的分形图称为Koch雪花。编制程序绘制出它的图形,并计算Koch雪花的面积,以及它的分形维数。 2、 自己构造生成元(要有创意),按照图形迭代的方式产生分形图,用计算机编制程序绘制出它的图形,并计算其分形维数。主要用MATLAB编程 -1, for an equilateral triangle, each side in accordance with Koch curve iterative manner, the r
  3. 所属分类:Project Design

    • 发布日期:2017-03-30
    • 文件大小:134505
    • 提供者:林文
  1. turbo

    5下载:
  2. 课程设计两个程序:一:数据帧(程序每帧设置为400bit)在有扰信道传输时,采用Turbo码进行编译码。并仿真Log-MAP译码算法在不同迭代次数下的性能。 二:实现有扰信道中,不同信噪比下,采用MAP译码算法的Turbo码的性能。 以上各主程序均有做比较详细的程序注释 可直接运行turbo_main.m或LogMAP.m,稍等片刻即可观察到仿真结果 -two programs of Curriculum design : a: Data frames
  3. 所属分类:编译器/词法分析

    • 发布日期:2013-10-12
    • 文件大小:345740
    • 提供者:陈侯海
  1. hopfield

    0下载:
  2. 用10*12的规模表示数字,1为白,-1为黑。建立hopfield网络对被污染的数字进行识别。可以自己设定迭代次数。-With 10* 12 the size of that number one is white,-1 for the black. The establishment of hopfield network to identify the number of contaminated. Can be set for the number of iterations.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-27
    • 文件大小:738
    • 提供者:胡怡芳
  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. mulNewtonSOR

    0下载:
  2. 本代码为牛顿-SOR迭代法求解非线性方程组。其调用格式为[r,m]=mulNewtonSOR(F,x0,w,h,eps) 其中F:方程组,x0:方程组初始解,w:SOR迭代因子,h:数值积分常数,eps:根的精度,m:迭代步数。-The code for the Newton-SOR iteration method for solving nonlinear equations. Its call format [r, m] = mulNewtonSOR (F, x0, w, h, eps)
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:594
    • 提供者:锦夏
  1. affintpoints

    0下载:
  2. Harris, Laplace, det(H), Ridge兴趣点检测,包括了laplace迭代过程-Harris, Laplace, det (H), Ridge interest point detection, including laplace iterative process
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:464565
    • 提供者:唐玉娟
  1. GAC_pde

    0下载:
  2. 基于偏微分方程的对GAC模型的改进算法的程序实现,可以对图形进行分割,此程序中如改变迭代的次数,分割效果回会逐渐的变好,但速度会变慢,当迭代次数超过4000次以上,效果就不是很明显了-GAC model based on partial differential equations of the improved algorithm program implementation can be divided on the graphics, this program, such as chang
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:8544
    • 提供者:紫星
  1. 2

    0下载:
  2. 采用速度-位置模型,把优化问题空间转化为随机粒子空间,通过反复迭代寻找最优解,可用于基于pso移动机器人地图创建-Use of speed- location model, the optimization problem space into a random particle space, through repeated iterations to find the optimal solution can be used for mobile robot map building bas
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:185008
    • 提供者:
  1. eqtation-iteration

    0下载:
  2. 这是 一个数学基本运算中,关于线性方程迭代算法的一个程序,程序设计规范,可以直接调用-This is a basic mathematical computations on the linear equations iterative algorithms of a program, the program design specifications, and can directly call the
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:6849
    • 提供者:张楠
  1. Ada_Boost

    0下载:
  2. adaboost源码Adaboost是一种迭代算法,其核心思想是针对同一个训练集训练不同的分类器(弱分类器),然后把这些弱分类器集合起来,构成一个更强的最终分类器(强分类器)。-adaboost source is an iterative algorithm Adaboost, the core idea is that a training set for the same training the different classifiers (weak classifier), then
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:1088
    • 提供者:ado
  1. nudan3

    0下载:
  2. 基于最优控制理论的诺顿法典型迭代MATLAB 程序-Norton based on optimal control theory method typical iterative MATLAB program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:518
    • 提供者:peter
  1. daniel3

    0下载:
  2. 基于最优控制理论的MATLAB daniel迭代法典型程序-Based on optimal control theory MATLAB daniel typical iteration procedures
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:765
    • 提供者:peter
  1. possion

    0下载:
  2. 本文从理论上推导出了 如何使用迭代方法解联立方程组, 在计算精度范围内严格地给出了泊松分布下的线性多 重回归的求解, 并且也解决了“ 面积亏损” 的问题-This paper theoretically out how to use the iterative method for solving simultaneous equations, in the context of strict accuracy of the Poisson distribution is given u
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:232490
    • 提供者:秦本军
  1. pso

    4下载:
  2. 粒子群优化算法是一种进化优化技术,源于对鸟群扑食的行为,是一种基于迭代的优化工具。此文件提供了基本粒子群算法、带压缩因子的粒子群算法、二阶粒子群算法、二阶振荡粒子群算法、权重改进的粒子群算法、混沌粒子群算法、基于杂交的粒子群算法、基于模拟退火的粒子群算法的MATLAB源代码。-PSO is an evolutionary optimization technique, derived from the behavior of the birds of prey, is based on iter
  3. 所属分类:matlab

    • 发布日期:2015-09-25
    • 文件大小:16769
    • 提供者:熊杰
  1. cordic_atan

    5下载:
  2. 用verilog语言实现计算反正切函数,在软件无线电中解调PM/FM中使用的尤为频繁。上传的压缩包是modelsim工程,基于6.5c,里边包含一个完整的PM波产生以及解调过程的matlab文件仿真,并取其中间的I和Q支路做为verilog文件的输入,并将其借条输出与MATLAB实际解调输出作比较。 鉴相器的设计基于CORDIC算法,其精度取决于迭代的深度。由于工程实际运用只需要解调出atan值,并不需要绝对的值,所以并没有给予加权,需要的同学可以自己加上。-Calculated usin
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-08
    • 文件大小:80195
    • 提供者:Jorge
  1. gaussseidel

    0下载:
  2. 高斯-赛德尔迭代计算方法是在计算第一个方程函数得到第一个自变量后,吧自变量更新进入第二个方程计算。-Gauss- Seidel iteration method is to function in the calculation of the first equation obtained after the first argument, it updates the independent variables into the second equation.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:676
    • 提供者:jiaoyuwei
  1. 1

    0下载:
  2. 混沌 函数迭代与一维动力系统 周期3导致混沌 混沌 函数迭代与一维动力系统 周期3导致混沌-Chaos Function Iteration and 3 one-dimensional dynamic systems lead to chaos and a chaotic function iteration cycle of three-dimensional dynamical systems lead to chaos
  3. 所属分类:matlab

    • 发布日期:2017-05-15
    • 文件大小:4014527
    • 提供者:秦学
  1. regionbased_seg

    1下载:
  2. snake模型 简单 可以修改迭代次数跟初始mask 挺不错的,可以改参数-snake model Simple can modify iterations with initial mask quite good can change parameters
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:12788
    • 提供者:pang
  1. runge

    0下载:
  2. 四阶龙哥库塔方法求解一阶微分方程的数值解法,能自定义迭代步数和迭代精度,非常适合于计算方法的初学者。-Long Ge Kuta fourth-order methods for a numerical solution of differential equations can be customized and iterative iterations precision calculation method is suitable for beginners
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:552
    • 提供者:李文俊
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com