-
mempa
说明: matlab源码实现记忆多项式模型的功放建模(Memory polynomial model power amplifier
)
- 2011-04-14 20:35:39下载
- 积分:1
-
MLP_MG
Mackey-Glass时间序列预测建模问题,建立了四输入一输出、具有3层结构的MLP人工神经网络,实现了函数逼近的功能。(Mackey-Glass time series prediction modeling, the establishment of a four-input one output, with a 3-layer MLP artificial neural network architecture to achieve a function approximation functions.)
- 2021-03-03 22:29:33下载
- 积分:1
-
53677763SSI-MATLAB
说明: SSI随机子空间方法进行结构振动信号模态特征的提取。(SSI random subspace method is used to extract the modal characteristics of structural vibration signals.)
- 2020-05-23 16:18:56下载
- 积分:1
-
matlab
C-W节约法的matlab实现源代码,解决vrp问题(CW Conservation Act of matlab implementation source code, to solve the problem vrp)
- 2011-06-03 00:49:30下载
- 积分:1
-
filter
M=63 J=(M-1)/2 Wp=0.5*pi Ws=0.6*pi
Np=100 Ns=100
weightp=1 weights=100 通带和阻带的加权系数
WpN=linspace(0,Wp,Np)
WsN=linspace(Ws,pi-0.05,Ns)
Wm=[WpN WsN]
p=[ones(1,50),ones(1,50)/2]
d=[p,zeros(1,Ns)]
W=diag([weightp*ones(1,Np),weights*ones(1,Ns)])
C=cos(Wm*[0:J])
Q=diag(cos(Wm*0.5))
g=(W*Q*C)(W*d) g=g
h=(g(J:-1:2)+g(J+1:-1:3))/4
h=[g(J+1)/4 h g(1)*0.5+g(2)/4]
h=[h fliplr(h)] W=linspace(0,pi-0.1,512)
H=freqz(h,1,W)
plot(W/pi,20*log10(abs(H)))
(filter design)
- 2013-05-18 20:47:33下载
- 积分:1
-
waveletbainyuanjiance
小波模极大值边缘检测+膨胀+闭操作+边缘跟踪
得到清晰边缘(The modulus maxima of wavelet transform edge detection+ expansion+ close operation+ edge tracking
Get the clear edge)
- 2012-03-21 19:01:53下载
- 积分:1
-
LS_CCA_ICML2008
ICML 2008 的一篇文章的源代码:CCA的最小二乘法求解(solve CCA by Least square method)
- 2011-05-02 22:19:19下载
- 积分:1
-
5
说明: 比较了干扰对齐算法中,正交投影与一般算法(经典算法,数值计算的迭代方法)的性能(orthogonal projection algorithm)
- 2019-11-18 10:10:49下载
- 积分:1
-
gold_fuction
用MATLAB实现gold序列的子函数,可在主函数中调用,生成2^n-1长度的gold序列。(use MATLAB to make out gold sequence,which obtained 2^n-1 data.)
- 2013-04-16 09:33:38下载
- 积分:1
-
lee_filter
针对sar图像的lee滤波程序,与其他滤波效果对比来说,效果比较好。(lee filter based on sar image)
- 2009-03-19 22:27:50下载
- 积分:1