搜索资源列表

  1. adsp2

    0下载:
  2. 设计最小二乘逆滤波器求解反卷积问题,假设有观测噪声,为降低观测噪声的影响,可采用预白化方法,设计长度N=50的最小平方FIR逆滤波器-inverse filter design for least squares deconvolution, the assumption that the measurement noise, To reduce the impact of noise and possible pre-whitenin
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:26624
    • 提供者:吴森泉
  1. FIR-differentiate

    0下载:
  2. By building a nonlinear function relationship between an d the error signal,this paper presents a no— vel variable step size LMS(Least Mean Square)adaptive filtering algorithm.-By building a nonlinear function relation
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:上将
  1. rff

    1下载:
  2. 渐消记忆最小二乘法。系统辨识matlab源程序。-fading memory of the least square method. Matlab source system identification.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:zhaoying
  1. 111

    0下载:
  2. 用最小二乘法求矩形区域上的N*M个数据点的拟合曲面。-Least square method for rectangular area on the N* M data points of the fitting surface.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:98304
    • 提供者:z
  1. code

    0下载:
  2. 最小二乘法拟合用在嵌入式系统的代码,单片机上可以测试过-Least square method used in embedded systems code, single-chip can be tested
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-16
    • 文件大小:20480
    • 提供者:lixiang
  1. extinterrupt

    0下载:
  2. 定时器的应用 本程序简单的示范了如何使用ATMEGA16的定时器 AVR定时器的要点介绍 T0工作于CTC模式,输出1KHz/2KHz 50%占空比的方波 T1工作于快速PWM模式兼输入捕捉 T2工作于相位修正PWM模式,输出490Hz的8bit PWM波 -Application Timer simple demonstration of this procedure how to use the AT
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-16
    • 文件大小:10240
    • 提供者:李华
  1. math

    0下载:
  2. 一些数学处理函数,包括:用窗函数方法设计线性相位FIR数字滤波器、归一化最小均方(LMS)算法的自适应数字滤波器-Deal with some mathematical functions, including: window function designed with linear phase FIR digital filter, normalized least mean square (LMS) algorithm for a
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-16
    • 文件大小:4096
    • 提供者:chenjie
  1. IterativeClosestPointMethod

    0下载:
  2. ICP fit points in data to the points in model. Fit with respect to minimize the sum of square errors with the closest model points and data points. Ordinary usage: [R, T] = icp(model,data) INPUT: mode
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:5120
    • 提供者:阳关
  1. square

    0下载:
  2. square算法   Square加密解密算法 8k tinker.tar.gz Square加密解密算法 43k Square26.zip -square algorithm for encryption and decryption Square algorithm 8k tinker.tar.gz Square encryption and decryption algorithm 43k Square26.zi
  3. 所属分类:加密解密

    • 发布日期:2024-05-16
    • 文件大小:48128
    • 提供者:xiewenbin
  1. MSE_calculation

    0下载:
  2. 最小二乘算法,最小均方误差等算法的MSE的计算,MATLAB代码-Least-squares algorithm, such as minimum mean square error MSE calculation algorithm, MATLAB code
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:liulu_tina
  1. work

    0下载:
  2. 一元线性回归算法,计算斜率并输出结果。主要采用最小二乘法。-Linear regression algorithm, calculation of slope and output. Mainly uses the least square method.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:21504
    • 提供者:黄瑞生
  1. SVD

    0下载:
  2. % 奇异值分解 (sigular value decomposition,SVD) 是另一种正交矩阵分解法;SVD是最可靠的分解法, % 但是它比QR 分解法要花上近十倍的计算时间。[U,S,V]=svd(A),其中U和V代表二个相互正交矩阵, % 而S代表一对角矩阵。 和QR分解法相同者, 原矩阵A不必为正方矩阵。 % 使用SVD分解法的用途是解最小平方误差法和数据压缩。用svd分解法解线性方程组,在Quke2中就用这个
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:zhxj
  1. SER

    0下载:
  2. 写了著名的最小均方准则下的自适应算法,在matlab环境下运行-Wrote a well-known least mean square criterion of the adaptive algorithm, running in matlab environment
  3. 所属分类:软件工程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:Wang Zhao
  1. square

    0下载:
  2. 当用鼠标左键点下绘制正方形,拖动鼠标会产生正方形线,右键探出菜单,退出,放大,缩小。When you press left botton,it will be genereted a squre,move it will display your track with square,right botton will pop menu,include exit,zoom in,zoom out-When the next point w
  3. 所属分类:OpenGL

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:陈晨
  1. c

    0下载:
  2. 有三个源码1:可以在计算机上打印出一个魔方阵2:打印出杨辉三角的前十行;3:可以用键盘模拟弹钢琴。-There are three one source: the computer can print out a magic square 2: Print out the Yang Hui triangle top ten firms 3: You can use the piano keyboard simulation.
  3. 所属分类:C#编程

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:黄滢锋
  1. MSE

    0下载:
  2. Comparison of the performances of the LS and the MMSE channel estimators for a 64 sub carrier OFDM system based on the parameter of Mean square error
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:guoyanpeng
  1. LeastSquare

    0下载:
  2. 计算方法中最小二乘法程序设计的源代码,具有很强的通用性-Method of calculating the least square method in the source code of program design, and highly versatile
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:46080
    • 提供者:lao qiao
  1. square

    0下载:
  2. 求一个正方形面积的简单程序 给小菜鸟参考用的 本人自己写的小程序 -For a square area of a simple procedure for small rookie reference to write my own small program
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:汪鹏
  1. fsqr

    0下载:
  2. 功能:浮点数开平方(快速逼近算法) 入口条件:操作数在[R0]中。 出口信息:OV=0时,平方根仍在[R0]中,OV=1时,负数开平方出错。 影响资源:PSW、A、B、R2~R7 堆栈需求: 2字节 -Features: Floating-point square root (fast approximation algorithm) entrance conditions: operand in [R0] in.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-16
    • 文件大小:4096
    • 提供者:kos
  1. 040922

    0下载:
  2. 用2407做的一个小的方波逆变器程序,用于实现用SCR制作的六排型电流源方波逆变器控制-Using 2407 to do a small square-wave inverter procedures for using SCR produced six row-type square-wave current source inverter control
  3. 所属分类:DSP编程

    • 发布日期:2024-05-16
    • 文件大小:67584
    • 提供者:刘念洲
« 1 2 34 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org