资源列表
KalmanFilterProgram
- 目标跟踪问题的应用背景是雷达数据处理,即雷达在搜索到目标并记录目标的位置数据, 对测量到的目标位置数据(称为点迹)进行处理,自动形成航迹,并对目标在下一时刻的位置进行预测。 ben文简要讨论了用Kalman滤波方法对单个目标航迹进行预测,并借助于Matlab仿真工具,对实验的效果进行评估。 trajectory.m产生理论的航迹,并绘出 Kalman_filter.m 利用Kalman滤波算法,对目标的航迹进行估计 filter_result.m kalman滤波估计的
bootstrap
- Matlab中实现的bootstrap源码。可用于由原始数据集生成若干个子数据集。-Matlab realized bootstrap source. Can be used by the original data sets generated a number of sub-data sets.
LargestLyapunov
- 这个是用小数据量法计算时间序列最大lyapunov指数的matlab程序-This is a small amount of data calculated time series index of the largest lyapunov Matlab procedures
screws
- 《机器人数学导论》中的matlab程序,包含螺旋运动和李群计算的程序-"robot Mathematics" Introduction to the Matlab procedures, including spiral movement and the procedures for calculating Li
THP_QR_simulink
- 采用THP预编码(QR算法)的simulink仿真链路,有16QAM和QPSK两种调制方式,信道为瑞利衰落信道(simulink+m files)-using THP pre-Code (QR algorithm) simulink link, 16 QAM and QPSK modulation. Channel for Rayleigh fading channels (Simulink m files)
ZF-SIC_TPA
- MIMO多径瑞利信道下的迫零+串行干扰抵消+自适应功率分配预编码算法仿真链路(simulink+m files)-Rayleigh MIMO multi-path channel under the zero forcing serial interference cancellation adaptive power distribution pre-coding algorithm simulation Chains (Simulink m files)
featrue7
- 提取信号七个基于瞬时信息的特征:零中心归一化瞬时幅度功率谱密度的最大值,零中心归一化瞬时幅度绝对值的标准偏差,零中心非弱信号段瞬时相位非线性分量绝对值标准偏差,零中心非弱信号段瞬时相位非线性分量标准偏差,零中心归一化的非弱信号段瞬时频率绝对值的标准偏差,一个信号段的归一化瞬时频率功率谱密度的最大值,根据信号 QPSK 和16QAM在 XI 轴投影的不同表现,提出特征参数。-extract information based on the instan eous features : In the
signal11
- 2ask,4ask,2fsk,4fsk,2psk,4psk,16qam,gmsk,msk,pi/4qpsk,oqpsk.11种数字信号的生成。-2ask, 4ask, 2fsk, 4fsk, 2psk, 4psk, 16qam, gmsk. msk, pi/4qpsk, oqpsk.11 kinds of digital signal generation.
DSBF
- delay and sum beamforming algorithm
casemdlr
- 利用simulink动态仿真复杂控制系统中的串级控制系统的工作过程。-dynamic simulation using Simulink complex control system of cascade control system in the process.
PID
- 这是偶近几年来研究的多种PID控制程序,有灰色PID,神经网络自适应PID,模糊PID等等,程序多多,肯定会对大家有帮助的!
DynamicsNumericalMethods
- 动力学教程中的数值方法,包括中心差分法,newmark法,wilson法