搜索资源列表

  1. p8000

    0下载:
  2. a function called fit least square in mathematics with an excel sheet
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:6144
    • 提供者:daryoosh
  1. zuiyouhuashiyanbaogao

    0下载:
  2. 用MATLAB求解无约束的问题,主要有最速下降法,牛顿法,共轭梯度法,变尺度法(DFP和BFGS法),非线性最小二乘法。 用MATLAB求解有约束的问题,主要是外惩罚函数和广义乘子法。 以及一些对具体问题的分析,MATLAB的代码在文档里都有。 -Using MATLAB to solve the problem of non-binding, there are the steepest descent method, N
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:81920
    • 提供者:ljw
  1. Pagingrequestanalogstoragemanagementsystemtoachiev

    0下载:
  2. 根据请求调页存储管理方式的相关原理,编程模拟实现一个请求调页存储管理系统,该系统的页面置换算法必须包括先进先出页面淘汰算法(FIFO)、最近最少使用LRU页面淘汰算法和最佳淘汰算法。同时系统可以随意设置当前分配给作业的物理块数。 系统运行时,任意输入一个页面访问序列,设定不同的页面置换算法和物理块数,输出其页面淘汰的情况,计算其缺页次数和页面置换次数。 系统结束后,要求比较同一个页面访问序列,在不同的页面置换算法和物理块数的情况
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-15
    • 文件大小:7168
    • 提供者:yangyang
  1. lmfit-2.4.tar

    0下载:
  2. nonlinear least square fitting library
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-15
    • 文件大小:22528
    • 提供者:iyami
  1. AR

    0下载:
  2. 使用时间序列分析AR方法对油价进行分析,以及预测。采用BIC准则进行判阶,最小二乘法进行参数估计-AR time series analysis using the method of price analysis and forecasting. BIC criteria used sentence order, the least square method for parameter estimation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者:wangerzhu
  1. 001012

    0下载:
  2. 分别用最小二乘法和svd-tls法对arma过程进行功率谱估计并比较结果。包含实验目的,步骤,程序,结果,分析。-Least square method, respectively, and svd-tls on arma-power spectrum estimation process and the results of the comparison. Contains experimental purposes, steps,
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-05-15
    • 文件大小:50176
    • 提供者:莫新康
  1. Simple_TOA

    0下载:
  2. This a simple position location algorithm using Least Square Estimation algorithm. Timing information is time of flight (TOA) of signal between Tx and Rx. This code generally describes the Positioning method, Also it plo
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:
  1. 9927392rlscompare

    0下载:
  2. this program is very useful for the comparison of lms and recursive least square method for beamforming in the application of wireless communication
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:273408
    • 提供者:khan
  1. LSB

    0下载:
  2. 实现了最低有效位LSB水印算法。 压缩文件中含有原图,可直接放到Matlab中运行。-We realize the least significant bit (LSB) watermarking algorithm. It contains all the images you need,and it can be run directly in Matlab.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-15
    • 文件大小:735232
    • 提供者:
  1. sg_min2.4.1.tar

    0下载:
  2. 黎曼流形上的优化算法。目标函数定义在黎曼流形上,在流形上利用梯度下降等进行优化-Provides four iterations for optimization on the Steifel and Grassmann manifolds: dog-leg steps Polak-Ribiere nonlinear CG Fletcher-Reeves nonlinear CG Newton s method
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-15
    • 文件大小:30720
    • 提供者:sun
  1. smoot

    0下载:
  2. 最小二乘法拟合是一种曲线拟合方法,它不要求近似曲线过已知点,只要求尽可能反应数据点的基本趋势。这是它的C语言程序-Least square method is a curve fitting method, which does not require similar curves have been known, the only response to the extent possible, the basic trend of
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:张霄霄
  1. KLTLMS

    0下载:
  2. Karhunen Loeve Least Mean Square Algorithm for mobile communications 3G
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:mehdi
  1. LIBRA_19jun09

    0下载:
  2. Our toolbox currently contains implementations of robust methods for location and scale estimation, covariance estimation (FAST-MCD), regression (FAST- LTS, MCD-regression), principal component analysis (RAPCA, ROBPC
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:294912
    • 提供者:王一
  1. 1

    0下载:
  2. 理解函数插值与拟和的基本原理。掌握多项式插值、样条插值以及最小二乘法拟和的编程实现。-Interpolation and to understand the function and basic principles. Have polynomial interpolation, spline interpolation and least square method and the programming to be.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:239616
    • 提供者:小宁
  1. RLS

    0下载:
  2. 递推最小二乘法c语言程序,大家可以试试,在自动控制中很有用-Recursive least squares method c language program, we can try, in very useful in the automatic control
  3. 所属分类:C#编程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:liuxin
  1. Houghtransformation

    0下载:
  2.  将霍夫变换与最小二乘法相结合,研究对实验数据和图像处理中的二值边缘图进行直线拟合的方法。 首先,用霍夫变换剔除数据点集中的干扰点或噪声,并将分布在不同直线附近的点分离出来 然后,用最小二乘法 拟合各直线。该方法既解决了直接使用最小二乘法拟合时,拟合直线易受干扰点或噪声的影响和数据点分布在 多条直线附近而无法拟合的两个问题 同时也解决了直接使用霍夫变换时,拟合直线精度不高和直线段有效区间 不容易控制的问题。-The Ho
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-15
    • 文件大小:206848
    • 提供者:李明
  1. channelestmation

    1下载:
  2. 本程序比较了LS(最小二乘)和最小均方误差准侧下OFDM信道估计的误码率,给出了LS及MESE实现的源程序,是信道估计初学者的理想参考资料-This procedure compares the LS (least squares) and minimum mean square error of quasi-lateral channel estimation of OFDM bit error rate, given the rea
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:赵亮
  1. sift-0.9.16.tar

    0下载:
  2. sift, good code! Please read your package and describe it at least 40 bytes in English.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:2882560
    • 提供者:alpha
  1. LeastSquare

    0下载:
  2. VC实现的最小二乘法拟合源程序。可以供大家参考学习用。-VC of the least square method to achieve source. Learning can be used for reference.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:119808
    • 提供者:liuweimin
  1. DeblurringImagesUsingaRegularizedFilter

    0下载:
  2. Regularized deconvolution can be used effectively when constraints are applied on the recovered image (e.g., smoothness) and limited information is known about the additive noise. The blurred and noisy image is restored
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:ayla
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

源码中国 www.ymcn.org