-
kalman
卡尔曼滤波是一种高效率的递归滤波器(自回归滤波器), 它能够从一系列的不完全包含噪声的测量(英文:measurement)中,估计动态系统的状态。本程序实现了基于kalman的目标跟踪。(Kalman filter is an efficient recursive filter (autoregressive filter), it can not completely contain from a series of noise measurements (in English: measurement), the estimated dynamical systems. Based on the Program for target tracking kalman.)
- 2010-10-16 17:47:09下载
- 积分:1
-
pal
matlab is good prgm for simulations and coding.do try this one
- 2012-10-24 21:51:01下载
- 积分:1
-
ArrayExcel
类似于matlab的数组编辑类(原创)及借用BasicExcel类快速读取读入Excel数据(some class for editing array like in matlab,and read and write to excel with BasicExcel class.)
- 2012-02-10 17:08:24下载
- 积分:1
-
Flight_Control_System_Simulation
张明廉版《飞行控制系统》中的飞控仿真,包括纵向短周期、纵向长周期等飞控特性的仿真与分析。仿真效果较好。(Ming-lian zhang version of the flight control system simulation of flight control system, including the longitudinal short period, such as longitudinal long-period flight control characteristics of the simulation and analysis.The simulation effect is better.)
- 2015-12-19 12:59:06下载
- 积分:1
-
Qpskv3prof
Another example of a gmsk modulation in simulink(matlab)
- 2009-06-01 00:14:43下载
- 积分:1
-
Triangle_for_EM_EXPLORATION
说明: 用c语言和matlab编写的、自动生成非结构化三角网格剖分的程序,用于地球物理勘探中的大地电磁、海洋可控源二维正演模拟。(Triangle.m is a MATLAB graphical user interface for creating 2D models and generating fi nite element triangulation grids. Grid generation is accomplished by an external call to the C-code Triangle.c, written by Jonathan Shewchuk at UC Berkeley.)
- 2011-03-16 13:43:35下载
- 积分:1
-
carry_trk_fll1
此程序对BPSK调制、载波锁频跟踪进行仿真,主要目的是锁频环 (sintable(k+1)=sin(2*pi*k/2^10) costable(k+1)=cos(2*pi*k/2^10) )
- 2011-09-02 22:41:32下载
- 积分:1
-
CHENGXU
MUSIC算法[1] 是一种基于矩阵特征空间分解的方法。从几何角度讲,信号处理的观测空间可以分解为信号子空间和噪声子空间,显然这两个空间是正交的。信号子空间由阵列接收到的数据协方差矩阵中与信号对应的特征向量组成,噪声子空间则由协方差矩阵中所有最小特征值(噪声方差)对应的特征向量组成。MUSIC算法就是利用这两个互补空间之间的正交特性来估计空间信号的方位。噪声子空间的所有向量被用来构造谱,所有空间方位谱中的峰值位置对应信号的来波方位。MUSIC算法大大提高了测向分辨率,同时适应于任意形状的天线阵列,但是原型MUSIC算法要求来波信号是不相干的。(clear all
clc
List0= E:DOA估计仿真
List00=[ 2013-10-31_12_44_31 ]
for Li=1:1
List1=strcat(List0,List00(Li,:), Data )
In_p=[List1, ChanData ] 输入数据目录
Out_p=strcat([List1, DataDOA ]) 输出数据目录
NLen=10000 分段长度
M=16
r=15
c=299792458
List=List1(end-19:end-1) 选择目录
if(~exist(Out_p, ))
mkdir(Out_p)
end
)
- 2015-06-09 10:48:54下载
- 积分:1
-
lda
利用matlab实验人脸识别。从图像库中识别出相同人脸。主要运用LDA(Face recognition using matlab experiment. Identified from the image library same faces. The main use of LDA)
- 2013-11-11 09:16:37下载
- 积分:1
-
Matlab_rader
雷达信号产生的小程序 对初学者比较有用 用软件自带的函数实现(Applet radar signal produced more useful for beginners comes with software functions to achieve)
- 2013-12-18 18:54:51下载
- 积分:1