-
matlab
MATLAB有关通信方面的仿真,十分的基础但很有用(MATLAB simulation of the communications, but a very useful basis)
- 2010-07-29 09:24:09下载
- 积分:1
-
hdo
HDO digital filter with infinite impulse response - a permeable zone of 210 Hz to 220 Hz to 0.1 db ripple, the minimum attenuation of 30 dB(HDO digital filter with infinite impulse response- a permeable zone of 210 Hz to 220 Hz to 0.1 db ripple, the minimum attenuation of 30 dB)
- 2009-10-13 21:33:43下载
- 积分: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
-
matlab100
MATLAB实用程序的100个具体例子,覆盖面很广,绝对超值(MATLAB practical procedures hundred specific cases, the coverage is very broad, absolute Value)
- 2007-04-18 18:46:17下载
- 积分:1
-
ASK_AWGN
modulation ask amplitude shift keying
- 2012-01-09 04:53:42下载
- 积分:1
-
pfa
自己编程实现的一种智能算法,最近提出的新算法 ,稻田算法(an intelligent algorithm.pfa
)
- 2011-11-18 15:50:15下载
- 积分:1
-
PotentialFlows
Basic potential flows coded in Matlab.
- 2011-02-01 22:45:39下载
- 积分:1
-
rain
rain removal system from image...........................................
- 2011-09-23 20:15:03下载
- 积分:1
-
relay-protection-in-MATLAB
7.1 简单数字滤波器的MATLAB辅助设计和分析方法7.2 微机继电保护算法的MATLAB辅助设计和分析方法7.3 输电线路距离保护的建模与仿真7.4 Simulink在变压器微机继电保护中的应用举例7.5 输电线路故障行波仿真举例
(7.1 Simple digital filter MATLAB-aided design and analysis methods 7.2 microcomputer relay protection algorithm MATLAB-aided design and analysis methods 7.3 Transmission Line Distance Protection 7.4 Simulink modeling and simulation of the transformer relay protection Application Examples 7.5 Transmission Line Examples traveling wave fault simulation)
- 2013-08-22 11:51:20下载
- 积分:1
-
matlab-example
基于matlab开发的协整套利策略测试模型(matlab cointegration arbitrage
)
- 2012-02-13 17:38:34下载
- 积分:1