-
b
说明: time series prediction codes. for arma and ar modelling
- 2011-07-26 20:16:55下载
- 积分:1
-
Kretschmann
计算光波在波长、入射角、金属膜厚度不同时的反射率(Calculated at the wavelength of light, angle of incidence, the thickness of the metal film is not the same reflectivity)
- 2011-09-18 19:32:07下载
- 积分:1
-
work
matlab 均衡实现 数字通信 通信原理(matlab communication principle of equalization for digital communication)
- 2011-04-28 10:28:13下载
- 积分:1
-
monixinhao
基于matlab的极值算法滤波,滤除超声信号中的脉冲噪声(based on matlab-the filter using extreme algorithm to filter out impulse noise)
- 2012-03-29 10:27:57下载
- 积分:1
-
Fuzzy-Logic-Toolbox-
模糊逻辑控制matlab工具箱,可直接调用函数。(Fuzzy logic control matlab toolbox, can call the function directly.)
- 2012-10-19 19:22:19下载
- 积分:1
-
GUI-PCA
自己写的matlab GUI界面,可进行PCA分析及LDA分类,附有光谱数据模拟(Write your own matlab GUI interface of PCA and LDA can be classified with spectral data simulation)
- 2013-07-08 19:56:50下载
- 积分:1
-
PBGfor1D
说明: 传输矩阵法计算一维光子晶体带隙图的程序,很好用(Transfer matrix method to calculate one-dimensional photonic band gap diagram of the process, a very good use)
- 2009-08-25 08:43:49下载
- 积分:1
-
关于面部检测的MATLAB算法-face_detection
一个关于面部检测的MATLAB算法,将人脸部分用矩形框表示出。(A MATLAB algorithm on face detection, will face some expressed rectangular box.)
- 2010-06-11 08:00:06下载
- 积分:1
-
MATLAB
《MATLAB程序设计教程》电子教案~~~有助于matlab学习(" MATLAB Programming Guide" e-lesson plans ~ ~ ~ help matlab learning)
- 2009-06-27 19:42:05下载
- 积分: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