搜索资源列表

  1. mainc

    0下载:
  2. 在c++环境下的计算方法程序源代码,包含LU分解,迭代法,二分法,复合梯形公式,简单迭代法,龙贝格公式,最小二乘法拟合,四阶龙格库塔公式,辛普森公式和主元消去法-C++ environment in the calculation of the next source code, including LU decomposition, iterative method, dichotomy, composite trapezoidal
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:2718720
    • 提供者:shz
  1. Least_squares_method

    0下载:
  2. 最小二乘法在GPS领域中的应用相信大家都很清楚,这里向大家献上最小二乘法的C代码,希望对大家有用-Least-squares method in the application of GPS in the field we all know very well, here we present the least square method to the C code, in the hope that useful
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-14
    • 文件大小:48128
    • 提供者:郭新刚
  1. LSunwrap

    1下载:
  2. 简单利用最小二乘法对缠绕的干涉相位进行解缠,但最小二乘法有个固有缺陷,其是基于全局相位解缠方法,容易造成整体误差扩散。 -Simple least squares method of winding the use of the interferometric synthetic aperture radar (InSAR) to interfere in phase unwrapping
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:620544
    • 提供者:weishunjun
  1. line

    0下载:
  2. 用于直线检测的基本工具,点到直线公式,以及最小二乘法原理等等!-For line detection of the basic tools, points to the linear formula, as well as the principle of least square method and so on!
  3. 所属分类:图形图象

    • 发布日期:2024-05-14
    • 文件大小:1851392
    • 提供者:姜利
  1. lms1

    0下载:
  2. 智能天线方向图——波束形成最小均方(LMS)算法-Smart antenna pattern- beam forming least mean square (LMS) algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:陈雪菲
  1. LMS

    0下载:
  2. Least Mean Square (LMS) equalizer used in coherent receivers
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:freeMen
  1. Contour

    1下载:
  2. 等值线生成算法,用C编写的,用趋势面加权最小二乘法计算网格点高程。-Contour generation algorithm, written using C, using trend surface weighted least squares method to calculate grid point elevation.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:包辉
  1. MovingLeast-SquaresMLS

    2下载:
  2. 建立了一种基于移动最小二乘(Moving Least-Squares MLS)法的曲线曲 面拟合方法 这种方法对传统的最小二乘(LS)法的作了比较大的改进 使生成的曲线曲面具 有精度高 光滑性好等许多优点 详细介绍了移动最小二乘法的原理 应用和特点 并且给 出了使用移动最小二乘法进行曲线曲面拟合的程序设计流程 最后给出了曲线拟合和空间散 乱数据曲面拟合算例 将拟合结果与最小二乘拟合结果作了比较 分析了 MLS 拟合曲线曲
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:467968
    • 提供者:李秀丽
  1. LCM

    0下载:
  2. Least cost method ---transportation model implementation in c-Least cost method---transportation model implementation in c++
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:Akshay
  1. main

    0下载:
  2. this Illustration of linear least squares.-this is Illustration of linear least squares.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:filloz85
  1. Least-squares-method

    0下载:
  2. Least-squares method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:yukeqi
  1. Least-squaresmethod

    0下载:
  2. 基于最小二乘法的冗余信息数据融合算法实现-Least-squares method based on redundant information and data fusion algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:359424
    • 提供者:wuti
  1. rls_identifikation

    0下载:
  2. RLS identification algorithm. RLS is used to identify a discrete time model of a plant operating in open-loop based on the recursive least squares method and the UD factorization for updating the adaption gain matrix
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:Milan
  1. GOODMovingLeastsquaresmethod

    0下载:
  2. 一个优秀的移动最小二乘法算法,使用c++实现。是我多年工作留下来的,什么也不说上传给大家使用-A good moving least squares algorithm, using c++ implementation. I have years of work left behind, not saying anything uploaded for everyone to use the
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:5120
    • 提供者:wen33
  1. pls

    0下载:
  2. 所谓偏最小二乘法,就是指在做基于最小二乘法的线性回归分析之前,对数据集进行主成分分析降维,下面的源码是没有删减的,GreenSim团队免费提供您使用,转载请注明GreenSim团队(http://blog.sina.com.cn/greensim)。 -The so-called partial least squares method, this means doing the least square method based on
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:biebietuo
  1. f_lms

    0下载:
  2. 均衡技术是克服码间干扰(Inter-Symbol Interference,ISI)的有效措施,由于信道特性的随机性与时变性,实际中消除码间干扰最常用的是自适应均衡器。本文对基于最小均方(Least Mean Squares,LMS)算法和递推最小二乘(Recursive Least Squares,RLS)算法的自适应均衡器进行仿真研究,分析了信道特性与设计参数对自适应均衡器的收敛速度与稳态性能的影响。 -Equalization
  3. 所属分类:书籍源码

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:xieliwei
  1. ENEE634_report1

    0下载:
  2. Least Mean Square algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:285696
    • 提供者:phuoc
  1. s882211MatlabProject

    0下载:
  2. Least Mean Square using matlab
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:81920
    • 提供者:phuoc
  1. ols

    0下载:
  2. 正交最小二乘辨识算法 该算法除了实现最小二乘辨识功能之外而且能按照各项重要性将其逐一选出并且估计相应系数-OLS Orthogonal Least Quares. [x, ind] = OLS(A,b,r) gives the solution to the least squares problem using only the best r regressors chosen from the ones
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:5120
    • 提供者:王詹
  1. OFDM2

    0下载:
  2. OFDM信道估计的简单仿真程序,使用最小二乘方法对OFDM信道进行估计。-OFDM channel estimation in a simple simulation program, using the least-squares method OFDM channel estimation.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:4096
    • 提供者:李殿为
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org