-
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
-
ieikonal
eikonal function use for tomography modelling
- 2012-07-03 12:09:20下载
- 积分:1
-
RocketModeler
this zip when released for the applications of modeling of some severe body mechanical sudies inorder to be able to tackle some hard mechanical issues in the doamin of aerodynamics
- 2014-09-08 17:43:49下载
- 积分:1
-
bilinearrtest
To find the bilinear interpolation by considering row and column duplication.
- 2011-11-19 12:43:19下载
- 积分:1
-
Edge-preserving
This program performs Edge preserving smoothing in color images.
The program is based on the algorithm described in the following paper:
N. Nikolaou and N. Papamarkos Color reduction for complex document
images ,
- 2014-12-29 10:29:15下载
- 积分:1
-
dmc
我编写的一个预测控制代码,使用MATLAB编写,采用DMC模型,控制对像为大惯性环节(I have written a predictive control code, the use of MATLAB to prepare, using DMC model, to control, as for large inertia link)
- 2010-01-27 12:29:41下载
- 积分:1
-
ziegler
传统PID的整定方法Z-N法,有助于大家快速整定参数,一起讨论哦(The traditional PID tuning method ZN method to help you quickly tuning parameters, and discuss Oh)
- 2010-06-28 08:58:10下载
- 积分:1
-
A星
利用A*算法进行路径规划,寻找最优路径,达到目的,可以进行三维路径搜索(Using the A* algorithm to plan the path, find the best path and achieve the goal, we can search the three dimensional path.)
- 2021-04-14 16:18:55下载
- 积分:1
-
esprit
使用ESPRIT方法来进行谐波频率的估计(using esprit method to estimate the frequence)
- 2009-02-17 20:37:01下载
- 积分:1
-
LINESEARCH
Line Search using different type of functions. This is useful for Nonlinear programming.
- 2010-07-19 13:12:56下载
- 积分:1