-
duopulepinyisuanfa
基于极大似然估计方法的多普勒额频移估计算法(Maximum likelihood estimation method based on the Doppler frequency shift estimation algorithm places)
- 2011-05-18 14:39:16下载
- 积分:1
-
position_moon
输入UTC时间,计算月球在J2000和WGS84坐标系中的位置和速度(Input:UTCtime
Output:Position and velocity of moon in J2000 and WGS84)
- 2020-12-01 15:49:26下载
- 积分:1
-
CNN
深度学习模型,CNN实现道路分类效果,这不是自创,(Depth learning model, CNN achieve road classification results)
- 2015-10-23 15:17:15下载
- 积分:1
-
椭圆 圆拟合_Matlab
椭圆 圆拟合_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
- 2022-01-30 11:11:47下载
- 积分:1
-
matlab-programing-code-100
TEXT文件格式的100例,matlab设计实用程序。算得上是一本matlab CODE编程的合集。(TEXT file format of the 100 cases, matlab design utility. Can be considered a collection of matlab CODE programming.)
- 2009-06-06 23:34:01下载
- 积分:1
-
d-s_for_matlab
matlab实现的D-S证据理论代码实现(the matlab implementation DS evidence theory code to achieve)
- 2013-03-20 23:07:01下载
- 积分:1
-
UWB4
UWB,超宽带信号分析必用的子函数,第4部分!(UWB, ultra-wideband signal analysis will be used for Functions, Part 4!)
- 2010-07-05 13:20:34下载
- 积分:1
-
LLR_compute
说明: 由4个.m文件组成,用于16QAM和64QAM调制的软信息的提取(By 4. M files for 16QAM and 64QAM modulation of the soft information extraction)
- 2008-11-13 17:32:14下载
- 积分:1
-
All-phase--correction-method
全相位时移相位差频谱校正法的文章,帮助大家学习。(All phase shift the phase spectrum correction method, article, and help them to learn)
- 2012-04-25 15:30:44下载
- 积分:1
-
Test_TDOA
一个关于TDOA的代码,编程语言为matlab(One on TDOA code, the programming language for matlab)
- 2014-09-19 16:26:46下载
- 积分:1