-
Electric_Circuits_Nilsson_7thSolutionManual(13~17
Linear Signal&System-lathi 1st solution
if you have more question
plase contact pudn s master
- 2012-03-21 15:57:47下载
- 积分:1
-
bpsk
用matlab产生仿真BPSK信号,并对BPSK信号采用FFT进行频谱分析。(Simulation of BPSK signals generated by matlab, and BPSK signals using FFT spectral analysis.)
- 2011-04-25 17:29:47下载
- 积分:1
-
Otimizacao_Toolbox_Manual_immoptibox__hbn_DACE
manual DACE Otimization
- 2011-04-20 16:48:57下载
- 积分:1
-
COST231Models
一个很好的cost231信道建模程序,并有图示说明(A good cost231 channel modeling program, and a note icon)
- 2010-07-08 14:11:41下载
- 积分:1
-
Bearings-Only-Tracking
说明: BOT模型的一种跟踪方法,使用粒子滤波实现(BOT model of a tracking method, using the particle filter implementation)
- 2011-03-30 15:26:01下载
- 积分:1
-
junyunjiaquan
假定半波长间隔均匀分布线列布阵的阵元数N=16,若入射平面波为f=62.5Hz的正弦信号,信号持续时间为0.4s,
系统采样频率 =1 KHz,阵列加权为均匀加权,分别给出
a)当平面波信号分别从 0,10,20,30,40,50,60,70,80,90,100度方向入射时,指向90度的波束形成器的输出序列;
b)当平面波信号分别从0:1:180度方向入射时,指向90度的波束形成器的输出序列经过平方求和后的分贝数输出(把所有181个输出绘制在同一幅图中)(Assuming N=16, f=62.5, fs=1KHz, uniform weight, and the code gives:
a) 90 degree response when incidence angles are: 0: 10: 100 degrees
b) 90 degree spectral response when incidence angles are: 0:1:180 degrees )
- 2015-05-30 16:32:26下载
- 积分:1
-
rls
自适应滤波的RLS例程,并对RLS和LMS算法进行了比较。(The RLS adaptive filtering routines)
- 2009-11-03 16:33:26下载
- 积分:1
-
RussiaBlock
俄罗斯方块的matlab程序,可以自己在m环境运行(Tetris matlab program that can run their own environment in the m)
- 2010-12-07 20:09:55下载
- 积分:1
-
kongtiao2
matlab做得毕业设计仿真,用simulink仿真房间内空调自动调节温度,文档中有很全的源代码(Matlab done graduate design simulation, simulink room with the air-conditioning automatically adjust the temperature, the document has a very complete source code)
- 2007-06-08 01:29:48下载
- 积分: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