-
qam
通信学中的QAM调制,这是一个比较经典的程序(QAM in communications )
- 2010-09-19 10:41:33下载
- 积分:1
-
ekf_ukf_maukf
说明: 主要对扩展卡尔曼滤波(EKF)、无迹卡尔曼滤波(UKF)及改进无迹卡尔曼滤波(MAUKF)算法进行研究,研究了三种算法的基本原理和各自的特点。其中扩展卡尔曼滤波器是将卡尔曼滤波器局部线性化,其算法简单,计算量小,适用于弱非线性、高斯环境。无迹卡尔曼滤波器是用一系列确定样本来逼近状态的后验概率密度。改进无迹卡尔曼滤波算法在UKF的基础上引入衰减因子。(The thesis focuses on the extended Kalman filter (EKF), unscented Kalman filter (UKF) and the improvement of unscented Kalman filter (MAUKF) algorithm research, researched the basic principles of three algorithms and their characteristics. Extended Kalman filter (EKF) is the local linear Kalman filter, the algorithm and computation are simple in weakly nonlinear and Gaussian environment. Unscented Kalman filter (UKF) is determined using a series of samples to approximate the state posterior probability density. Improved UKF algorithm (MAUKF) is introduced attenuation factor based on the UKF.)
- 2020-12-13 20:29:17下载
- 积分:1
-
CAR-4
说明: MATLAB程序(附图像),在彩色图像中对汽车车牌的分割。(MATLAB (AP like), the color images of the vehicle license plate division.)
- 2006-04-02 22:08:33下载
- 积分:1
-
SinglePHfull
Simulation of single phase fully controlled rectifier
- 2014-10-19 03:35:13下载
- 积分:1
-
MUSIC
MUSIC算法是一种基于矩阵特征空间分解的方法。从几何角度讲,信号处理的观测空间可以分解为信号子空间和噪声子空间,显然这两个空间是正交的。信号子空间由阵列接收到的数据协方差矩阵中与信号对应的特征向量组成,噪声子空间则由协方差矩阵中所有最小特征值(噪声方差)对应的特征向量组成。MUSIC算法就是利用这两个互补空间之间的正交特性来估计空间信号的方位。噪声子空间的所有向量被用来构造谱,所有空间方位谱中的峰值位置对应信号的来波方位。MUSIC算法大大提高了测向分辨率,同时适应于任意形状的天线阵列,但是原型MUSIC算法要求来波信号是不相干的。(MUSIC algorithm is a matrix decomposition method based on feature space. From the geometric point of view, the observed spatial signal processing can be decomposed into signal subspace and noise subspace, it is clear that the two spaces are orthogonal. The signal received by the array to the subspace of the covariance matrix of the signal component corresponding eigenvectors, the noise subspace of the covariance matrix of all by the smallest eigenvalue (noise variance) eigenvectors corresponding to the composition. MUSIC algorithm is the use of orthogonal properties between these two complementary space to estimate the spatial orientation of the signal. Noise subspace of all vectors are used to construct the spectrum, all the spatial orientation of the spectrum corresponding to the peak position of the signal wave direction. MUSIC algorithm greatly improves the resolution measurements, while the antenna array adapted to any shape, but the prototype MUSIC algorithm requires to wave sign)
- 2014-02-19 13:23:48下载
- 积分:1
-
siftmaster
Tutorial on Sift master matlab
- 2018-03-16 06:28:03下载
- 积分:1
-
QRS-detection
QRS detection on signal ecg in mat file test 1 .mat
- 2012-04-06 20:39:55下载
- 积分:1
-
matlab
常用的MATLAB变成源代码,对初学者的快速入门很有帮助。(Commonly used MATLAB into the source code for the Quick Start very helpful for beginners.)
- 2009-02-24 15:29:56下载
- 积分:1
-
antiroll
横向稳定杆的设计校核,在matlab 平台下编写的,已经经过有限元分析验证(antiroll design Horizontal stabilizer bar design check, in matlab platform, has written by finite element analysis and testing
)
- 2013-01-03 13:15:02下载
- 积分:1
-
cdma2c
CDMA Simulation Using MATLAB
This program models a simple implementation of CDMA technology. It considers multiple bit data streams sent by any number of senders across a common channel. Each sender uses a unique code word, given by the Walsh set, to encode its data, send it across the channel, and then perfectly reconstruct the data at the receiver.
The simulation utilizes these simplifications:
1. The individual data streams share the same bit length.
2. The code words are determined using the Walsh set to create orthogonal code words.
3. The spreading factor M of each code word is identical.
4. All users (data streams and codes) are synchronized in time.
5. Set-up and hold times of real-world systems are ignored.
6. The channel through which the data passes is ideal.
- 2015-01-20 02:47:09下载
- 积分:1