-
myspecgram
Linear prediction follows naturally from the general mathematics of linear
systems. As the system output is defined as a linear combination of past samples,
the system’s future output can be predicted if the scaling coefficients bj and ak
are known.
- 2011-01-24 23:09:10下载
- 积分:1
-
火箭的弹道仿真
某型火箭的弹道仿真 包含GUI操作界面、ode函数文件、调用ode的主调文件(Trajectory simulation)
- 2017-09-17 15:06:49下载
- 积分:1
-
BPfaultdiagnoise
BP神经网络运用于故障诊断的matlab程序示例,利用了matlab工具箱中原有的BP神经网络函数.(BP neural network used in fault diagnosis example matlab program using Matlab toolbox original BP neural network function.)
- 2013-04-26 15:44:34下载
- 积分:1
-
ECandEO
睁闭眼信号的处理,welch方法和功率谱(Open eyes closed eyes signal processing, welch method and power spectrum)
- 2012-11-08 17:24:38下载
- 积分:1
-
OFDM_windowing
these codes used to implement OFDM transmitter and receiver with low out of band radiation. the number of subcarrier is flexible.
- 2013-12-13 20:07:04下载
- 积分:1
-
Nesterov_Y
E-Book: Introductory_Lectures_on_Convex_Optimization_A_Basic_Course. Author: Nesterov Y.
- 2010-11-16 19:50:32下载
- 积分:1
-
UAV
用于无人自动舰艇的直行,转弯控制,内含simulink仿真(No auto-ship for the straight, turn control, containing simulink simulation)
- 2009-03-13 09:11:02下载
- 积分:1
-
11930525finite_ridgelet_transform_toolbox
it s a ridgelet code
- 2011-12-28 16:43:54下载
- 积分:1
-
benchmarks
说明: 三种适合循环平稳信号的处理源生物信号,各自信号存在有独立性(Three biomedical source signals)
- 2010-04-09 16:28:26下载
- 积分:1
-
we
说明: 七单元天线阵DOA估计
clear clc
d=1 天线阵元的间距
lma=2 信号中心波长
q1=1*pi/4 q2=1*pi/3 q3=1*pi/6 q4=3*pi/4 四输入信号的方向
A1=[exp(-2*pi*j*d*[0:6]*cos(q1)/lma)] 求阵因子
A2=[exp(-2*pi*j*d*[0:6]*cos(q2)/lma)]
A3=[exp(-2*pi*j*d*[0:6]*cos(q3)/lma)]
A4=[exp(-2*pi*j*d*[0:6]*cos(q4)/lma)]
A=[A1,A2,A3,A4] 得出A矩阵
n=1:1900
v1=.015 四信号的频率
v2=.05
v3=.02
v4=.035
d=[1.3*cos(v1*n) 1*sin(v2(we)
- 2010-05-06 15:26:50下载
- 积分:1