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

搜索资源列表

  1. TVL1_HCS_v1

    2下载:
  2. % May 2010 % This matlab code implements TVL1 based Hybrid Compressive Sensing using LSQR. % Only suitable the small scale data due to the costly storage and computation. % % A - M x N measurement matrix: random sampling alone or hybrid sampling (ran
  3. 所属分类:matlab例程

  1. EST_Method_and_Programe.rar

    2下载:
  2. matlab圆度误差的评定算法,最小二乘法,最小包容区域法,最大外接圆法,最小内接圆法,roundness error matlab assessment algorithm, the least square method, the minimum tolerance zone method, the largest circumcircle method, the smallest within the inscribed circle method
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2162
    • 提供者:harrison
  1. Example_of_edge_detection_edge_linking_and_line_se

    0下载:
  2. 这个matlab程序实现了Edge Linking and Line Segment Fitting,解压后直接运行demo.m就可以了 - edgelink.m edge linking function that forms lists of connected edge points from a binary edge image. (Needs findendsjunctions and cleanedgelist below). drawedgelist.m plot
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:23852
    • 提供者:liucun
  1. ALG023

    0下载:
  2. NEWTON-RAPHSON求解一个连续方程,f(X)=0,前提给一个初始值- NEWTON-RAPHSON ALGORITHM 2.3 To find a solution to f(x) = 0 given an initial approximation p0: INPUT: initial approximation p0 tolerance TOL maximum n
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:1057
    • 提供者:rdchkww
  1. colorDetection

    0下载:
  2. The provided Matlab functions demonstrate a simple method for training and testing a color detection system. In general, a color detection algorithm searches an image for pixels that have a specific color. In this demo the HSV color space has been us
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-26
    • 文件大小:169700
    • 提供者:jack
  1. newtsol

    0下载:
  2. Newton-Armijo code for scalar equations: Inputs: X = initial iterate, F = function, TOLA = absolute error tolerance, TOLR = relative error tolerance, JDIFF = 0, analytic derivative, syntax: [f,fp]=f(x), JDIFF = 1, forward difference derivative , Outp
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1344
    • 提供者:devdvl
  1. chordsol

    0下载:
  2. CHORDSOL Chord method code for scalar equations. This code terminates on small relative-absolute errors, function [X, HIST] = CHORDSOL(X, F, TOLA, TOLR) Inputs: X = initial iterate F = function TOLA = absolute error tolerance TOLR
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1025
    • 提供者:devdvl
  1. velocity_triangulation

    0下载:
  2. Descr iption This function finds the velocity of a 2-dimensional planar wave from at least 2 sensors, by specifying its location (x,y) or (lon,lat) and its respective arrival time. It returns the speed and direction (or tracking if coordi
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-23
    • 文件大小:7151
    • 提供者:Józef
  1. Encoder

    0下载:
  2. 通用汉明码编码器,并加入容错处理,MATLAB源程序-General Hamming code encoder, and add fault tolerance
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1457
    • 提供者:michael
  1. Decoder

    0下载:
  2. 通用汉明码译码器,并加入容错处理,MATLAB源程序-General Hamming code decoder, and add fault tolerance, MATLAB source code
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1622
    • 提供者:michael
  1. ResearchandPracticeforNonlinearModelingofSwitchedR

    0下载:
  2. 开关磁阻电机作为一种电动调速系统具有结构简单坚固、低成本、高容错性能以及高速运行的能力,目前它越来越广泛的应用于航空和汽车上的起动/发电系统,具有很大的潜力。要对开关磁阻电机进行深入的理论分析,就需要对其建立一个准确而又有实用性的模型。而 MATLAB 软件具有强大的矩阵和数学计算功能,利用它的模块之一 SIMULINK 建模有着界面友好、易于进行参数修改等特点。国内利用 MATLAB 软件对开关磁阻电机进行建模主要分两大类:一部分是采用 M 文件编程的方法 另一部分是利用开关磁阻电机的线性电感
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:974013
    • 提供者:王明
  1. dB1

    0下载:
  2. 可以计算光纤与波导耦合的1db容差,只需要算出几组耦合值,然后倒入到matlab 程序中便可自动得到1db 容差。-calculate the tolerance of 1db,it is evry eazy for user to use。
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:684
    • 提供者:qinlisha
  1. gauss-seidel

    0下载:
  2. The Gauss-Seidel technique is intuitive and easy to use on large or small problems. However, you should beware that the convergence tolerance must be carefully selected. Because the convergence criterion is based on the error between iterations,
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:489497
    • 提供者:Danny
  1. adaline

    0下载:
  2. The Adaline is essentially a single-layer backpropagation network. It is trained on a pattern recognition task, where the aim is to classify a bitmap representation of the digits 0-9 into the corresponding classes. Due to the limited capabilities of
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:2904
    • 提供者:ali
  1. MLPsjwl

    0下载:
  2. 用matlab实现的神经网络程序,识别样本图像A-Z,并用相应的数字0-26显示,验证识别能力和容错性。-Achieved using matlab neural network program, the the identification sample images AZ, and displayed with the corresponding figures 0-26, verify identification and fault tolerance.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-26
    • 文件大小:3072
    • 提供者:liuepo
  1. PNN

    0下载:
  2. 概率神经网络(Probabilistic Neural Network)是由D.F.Speeht博士在1989年首先提出,是径向基网络的一个分支,属于前馈网络的一种。它具有如下优点:学习过程简单、训练速度快;分类更准确,容错性好等。从本质上说,它属于一种有监督的网络分类器,基于贝叶斯最小风险准则。(The rate neural network, first proposed in 1989, is a branch of the RBF network and is one of the fe
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:46080
    • 提供者:哼哼1214
  1. fault_tolerant_router-master

    0下载:
  2. fault tolerant algorithm matlab source code
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:25600
    • 提供者:fddd345
  1. 26个字母识别 用matlab实现的

    1下载:
  2. 用matlab实现的26个字母识别。基于BP算法的字母识别其容错性和识别率相对较高,在有噪声的情况下训练其识别出错率也相应增加,许进一步改进。(26 letter recognition implemented with MATLAB.The letter recognition based on BP algorithm has a relatively high fault tolerance and recognition rate, and the error rate of recog
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-07
    • 文件大小:324608
    • 提供者:w840837763
  1. matlabQRcode

    1下载:
  2. 基于图像处理的QR码解码技术,并对QR码解码算法进行详细设计与改进,提高了解码效率以及容错能力(QR decoding technology based on image processing, and detailed design and improvement of QR decoding algorithm, improve decoding efficiency and fault tolerance ability)
  3. 所属分类:通讯编程

    • 发布日期:2020-11-06
    • 文件大小:398336
    • 提供者:Xavi
  1. LFMCW

    2下载:
  2. 仿真伪相位编码连续波雷达的信号处理。设码频为 5MHz,伪码周期内码长为511,雷达载频为 10GHz,输入噪声为高斯白噪声,视频输入信噪比为 -15dB,相干 积累总时宽不大于0ms,给出回波视频表达式,脉压和FFT后的表达式;仿真给 出脉压和FFT 后的输出图形;通过仿真说明各级处理的增益,与各级时宽和带宽的关系;仿真说明脉压时多卜勒敏感现象和多卜勒容限及其性能损失(脉压主旁比与多卜勒的曲线)(Simulation of pseudo phase coded CW radar signal
  3. 所属分类:其他

    • 发布日期:2020-08-28
    • 文件大小:862208
    • 提供者:fvck123
« 12 »
搜珍网 www.dssz.com