登录
首页 » Matlab » 椭圆 圆拟合_Matlab

椭圆 圆拟合_Matlab

于 2022-01-30 发布 文件大小:1.25 kB
0 32
下载积分: 2 下载次数: 1

代码说明:

椭圆 圆拟合_Matlab 给定一个二次形式的椭圆方程 a*x^2 + 2*b*x*y + c*y^2 + 2*d*x + 2*f*y + g = 0 (1) 我们需要使用最小二乘法找到最优参数 a,b,c,d,f,g. 首先我们将方程(1)左右同时除以a,再将x^2项移到右边,得到如下式子: 2*b"*x*y + c"*y^2 + 2*d"*x + 2*f"*y + g" = -x^2 (2) 我们将(2)式使用矩阵表达为: M * p = b, 其中 M = [2*x*y y^2 2*x 2*y ones(size(x))], p = [b c d e f g], b = -x^2. 我们使用右除“”得到向量p p = pseudoinverse(M) * b=M

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • dsss_signal_detection_and_parament_estimate
    自相关检测方法是利用信号和噪声在相关域上的差别来构造检测器的。自相关检测是将信号与自身延迟一个时延后的信号作相关处理,或用双通道接收机的输出进行相关,得到扩频信号的自相关函数(Auto-correlation detection method is the use of signal and noise in the relevant field to construct the difference detector. Autocorrelation test is a time delay signal and its delayed signal for correlation, or the output of dual-channel receiver, associated, are spread spectrum signal autocorrelation function)
    2010-06-26 15:36:26下载
    积分:1
  • B-G-curve
    换能器导纳图绘制函数,需要自备换能器导纳数据,代入即可(Transducer admittance mapping function, you need to bring their own transducer admittance data can be substituted into)
    2013-09-15 09:11:42下载
    积分:1
  • Henon-Map
    Henon Map is one of the most studied in chaotic map.
    2012-08-29 02:36:08下载
    积分:1
  • matlab_curve_fitting-
    说明:  MATLAB曲线拟合向导,,简单介绍了MATLAB曲线拟合的相关知识,和相关函数的使用方法。(MATLAB curve fitting wizard, a brief introduction of the MATLAB curve fitting knowledge, and related functions are used.)
    2011-04-06 00:36:27下载
    积分:1
  • Digital_Watermarking_and_Steganog
    digital image processing book
    2013-01-09 15:58:29下载
    积分:1
  • LMS_adaptive_filter11
    LMS自适应滤波实现信号消噪的MATLAB源码程序(LMS adaptive filter signal denoising MATLAB source programs)
    2007-06-18 08:28:07下载
    积分:1
  • diffstbc
    本程序利用MATLAB仿真在不知道信道状态信息的情况下,利用差分编码和差分接收计算误码率的程序(MATLAB simulation of the procedures used in the does not know the channel state information of the case, the use of differential encoding and differential receiver bit error rate calculation process)
    2010-08-18 18:18:54下载
    积分:1
  • BPidentification
    BP网络实现的基本MATLAB程序,非常容易看懂(BP identification)
    2009-12-04 12:18:15下载
    积分:1
  • Matlab_FPGA
    在Matlab中实现数字通信FPGA硬件设计(In Matlab in digital communications hardware design FPGA)
    2009-06-22 11:37:12下载
    积分:1
  • ofdmproj_matlab
    这是一个matlab程序,其中包括初始化程序,QAM程序,OFDM主程序,以及发送接受,串并转换等各部分的说明,各个部分一目了然。(This is a Matlab procedures, including the initialization procedures, QAM procedures, OFDM main program, and this acceptance, and series such as the conversion of the note, the various parts transparent.)
    2007-04-25 18:22:57下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载