-
SVM
支持向量机(SVM)在matlab中实现的源程序,有注释(SVM in matlab)
- 2014-08-12 21:30:41下载
- 积分:1
-
EMD-and-wavelet
EMD分解和小波重构的一些程序。。。。。。。。。。(EMD wavelet decomposition and reconstruction of some programs. . . . . . . . . .)
- 2015-03-07 14:04:54下载
- 积分:1
-
cpns
神经网络中的对象传播神经网络CPN的学习算法(Neural network objects CPN-propagation neural network learning algorithm)
- 2008-12-25 19:02:26下载
- 积分:1
-
LKPR-marzat
光流法,经典的LKPR-marzat算法,适合研究光流法的学者使用,可执行,无错误 (Optical flow method, the classic LKPR-marzat algorithm, for research scholars to use optical flow method, executable, error-free)
- 2021-04-10 23:18:58下载
- 积分: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
-
MIMO-OFDM不同信道估计的对比
本代码主要用于基于MIMO的OFDM的信道估计的研究,里面比较清楚的介绍了MIMO-OFDM的信道估计的一些基本算法,利用matlab仿真的源代码,可供初学者或者该方向的论文研究着参考学习。
- 2022-03-10 06:22:57下载
- 积分:1
-
DE
说明: 差分进化算法,自己编的,很有成就感呀。。。供大家参考参考。。。(Differential evolution algorithm, own, and a great sense of accomplishment you. . . For your information. . .)
- 2009-03-22 22:22:20下载
- 积分:1
-
BoxDimension_2D
该函数用来计算二进制图像的盒维数,解决混沌问题
(The function used to calculate the binary image of the box dimension, to solve the problem of chaos)
- 2008-02-29 15:34:16下载
- 积分:1
-
matlab-yuyinshibie
说明: 语音相识别 毕业设计 很认真 很详细的介绍但是没有源代码(Graduation Speech-related)
- 2011-04-14 17:32:27下载
- 积分:1
-
OFDM
OFDM,包括OFDM调制与解调,经过验证,仿真通过,可用于本科论文毕设。(OFDM, including OFDM modulation and demodulation, after verification, by simulation, can be used in the undergraduate thesis project.)
- 2014-09-15 22:09:47下载
- 积分:1