-
chengxu
设计一个数字FIR低通滤波器,其技术指标如下:
Wp=0.2pi Rp=0.25Db
Ws=0.3pi As=50db
试写出MATLAB设计的源程序。(Design a digital FIR low-pass filter, the technical indicators are as follows: Wp = 0.2pi Rp = 0.25Db Ws = 0.3pi As = 50db test designed MATLAB source code to write.)
- 2009-05-01 20:29:24下载
- 积分:1
-
attachments_2011_02_02
thresholding techniques
- 2011-02-03 16:58:02下载
- 积分:1
-
fd
说明: 有限差分声波波动方程正演。主要用于地震勘探正演(Finite difference method of acoustic wave equation forward modeling)
- 2015-04-09 12:04:40下载
- 积分:1
-
UAV-Cooperative-Decision-and-Control
无人机协同决策与控制英文原版,可供研究无人机协同的同学参考(the English original of UAV Cooperative Decision and Control,for the study of reference UAV cooperative students)
- 2014-05-03 23:06:18下载
- 积分:1
-
matlab55
学会不同搜索法(最速下降法,共轭梯度法,牛顿法,拟牛顿法)的计算步骤;
比较不同搜索法(最速下降法,共轭梯度法,牛顿法,拟牛顿法)的优缺点。
(Institute of the different search method (steepest descent method, conjugate gradient method, Newton method, quasi-Newton method) for calculating steps compare different search method (steepest descent method, conjugate gradient method, Newton method, quasi-Newton method) the advantages and disadvantages.)
- 2008-04-13 19:40:44下载
- 积分:1
-
psk
different modulation schemes
- 2012-03-23 17:45:36下载
- 积分:1
-
wzj5
线性和非线性适应有限元分析法的matlab工具包。(Linear and nonlinear adaptive finite element analysis method matlab toolkit.)
- 2010-05-25 19:45:50下载
- 积分:1
-
gm11
function exp85
clear all
p=[0:0.1:1.1]
t=[22.4570 26.6012 12.6416 5.9367 6.9265 28.2432 31.5068 37.0166 7.8947 1.0398 12.7095]
net=newff([0 1],[5 1],{ tansig purelin }, traingdx , learngdm )
net.trainParam.epochs=2500
net.trainParam.goal=0.001
net.trainParam.show=50
net=train(net,p,t)
r=sim(net,p)
plot(p,t,p,r, * )
y=sim(net,[1.2])
- 2012-04-26 12:14:11下载
- 积分:1
-
challenge_pk
Metronome using SimMechanics matlab
- 2014-01-25 15:58:51下载
- 积分:1
-
BER-for-BPSK-in-AWGN
BER for BPSK in AWGN with receive diversity
- 2013-09-01 17:13:04下载
- 积分:1