-
SVM
用matlab实现了SVM算法,并且对两类点进行了分类,给出了图形化的结果。(SVM algorithm is implemented using matlab, and two points on the classification, given the graphical result.)
- 2010-07-25 16:04:10下载
- 积分:1
-
poisson
poisson的PDF&CDF繪圖直接打開檔案RUN即可,生成圖像另有顏色標記(poisson' s PDF & CDF drawing RUN can open the file directly to generate the image and another color marker)
- 2009-12-02 20:04:42下载
- 积分:1
-
adaptive mmse space-time multiuser detection algor
adaptive mmse space-time multiuser detection algorithm.m是自适应MMSE空时多用户检测算法 dec multiuser.m是空时解相关多用户检测算法 cd multiuser.m是空时匹配滤波器 ber.m是误码率计算 conver.m是空时PN码产生文件(adaptive space-time multiuser detec tion is algorithm.m MMSE space-time adaptive multi-user detection algorithm dec multi user.m solution when space is multi-user detection algorithm cd multiuser.m was empty when matched filter ber.m error rate is calculated conver.m was empty at the PN code generated)
- 2007-06-04 13:40:35下载
- 积分:1
-
syncnoimgaejpg
Good for autocoreelation and imahe compression where ever needed
- 2011-02-03 05:29:21下载
- 积分:1
-
EnonceELEC2
PWM of Two level inverter
- 2012-05-16 04:27:17下载
- 积分:1
-
Interference-of-two-beams
两束相干光的干涉强度和干涉条纹,干涉条纹用图像指令image绘制(Interference of two beams of coherent light intensity and interference fringes)
- 2013-09-24 21:23:22下载
- 积分:1
-
LMS
LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h *p1 计算维纳解时最小均方误差
u=1/sum(eigs(R)) ( LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h*p1 计算维纳解时最小均方误差
u=1/sum(eigs(R)) )
- 2021-03-01 22:29:34下载
- 积分:1
-
matlab-classic-programs
说明: 常用的matlab算法源码,包括统计分析、图形图像等(some matlab source code programs about statastic analysis and figure processing.)
- 2011-03-28 19:47:51下载
- 积分:1
-
XYZ_NEU
XYZ转NEU坐标,非常实用,可以学习下,matlab(XYZ too NEU)
- 2012-05-07 22:05:04下载
- 积分:1
-
ARMA42
这是一个快速用于计算ARMA时间序列的模型识别和求出模型残差的函数的范例(This is a fast time series for calculating ARMA model identification and model residuals calculated example of a function)
- 2013-07-09 12:13:19下载
- 积分:1