-
parallelinverter
basic parallel inverter
- 2010-10-02 13:30:34下载
- 积分:1
-
matlab
蚁群算法的matlab实现程序,简单易懂,对于学习者来说,不错(Ant colony algorithm matlab implementation process, easy to understand, for a student perspective, it is true)
- 2010-01-04 14:39:28下载
- 积分:1
-
mlsigmoid
Sigmoid的参数求解matlab源代码,可以嵌入到各种机器学习问题中使用(Sigmoid parameters Solving Matlab source code, can be embedded into various machines used to study the problem)
- 2006-06-23 16:44:31下载
- 积分:1
-
OFDM_main
OFDM一个非常完整的程序,对于OFDM系统额理解非常有帮助。(OFDM a very complete program, the amount for the OFDM system is very helpful to understand.)
- 2013-10-20 00:15:09下载
- 积分:1
-
matlab
地震数据处理方面matlab代码,能够地震数据进行简单处理和绘图(Seismic data processing matlab code, simple to seismic data processing and graphics)
- 2009-07-19 23:17:16下载
- 积分:1
-
my_music1
阵列信号处理里面的经典算法,music算法,详细解答(Array signal processing algorithms inside classics, music algorithm, detailed answers)
- 2010-05-14 17:25:26下载
- 积分:1
-
mlefilterwithtshape
Rayleigh maximum likelihood filter
- 2012-10-30 21:35:29下载
- 积分:1
-
rtools
this is basic for understood radar
- 2010-06-19 23:55:11下载
- 积分: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
-
QAM-modulation
通讯类matlab文件,包括简单的QAM调制,星座图的产生等的一些基本程序(Communications matlab files, including simple QAM modulation, such as the generation of FIG want some basic procedures)
- 2014-10-31 14:18:24下载
- 积分:1