-
可以实现求解微分方程组的数值解 func
可以实现求解微分方程组的数值解,在func中输入需要计算的微分方程组,运行主函数即可(Can be achieved to solve the numerical solution of differential equations, the input need to calculate the differential equations in the func to run the main function can be)
- 2012-07-02 11:40:59下载
- 积分:1
-
readuff
This is the m file for reading uff file using matlab.
I can be easily read uff file in which to analyze the data.
- 2013-03-12 19:27:53下载
- 积分:1
-
目标跟踪应用背景下的雷达数据处理,雷达在搜索中的应用…
目标跟踪问题的应用背景是雷达数据处理,即雷达在搜索到目标并记录目标的位置数据,
对测量到的目标位置数据(称为点迹)进行处理,自动形成航迹,并对目标在下一时刻的位置进行预测。
ben文简要讨论了用Kalman滤波方法对单个目标航迹进行预测,并借助于Matlab仿真工具,对实验的效果进行评估。
trajectory.m产生理论的航迹,并绘出
Kalman_filter.m 利用Kalman滤波算法,对目标的航迹进行估计
filter_result.m kalman滤波估计的结果,以及估计误差的均值和标准差曲线-target tracking application context radar data processing, radar in search of the goals and objectives of the record location data, for the measurement of target location data (known as trace points), automatic track, as well as the next target location for the moment forecast. Ben paper with a brief discussion of Kalman filtering method to a single target track forecast and using Matlab tool for experimental evaluation of effectiveness. Trajectory.m have theoretical track, and draws Kalman_filter.m using Kalman filtering algorithm, the target track estimated filter_result.m Kalman filtering results, and the estimated error of the mean and standard deviation of curve
- 2022-01-23 10:42:43下载
- 积分:1
-
geodetic292a
GNSS接收机导航定位解算的matlab源代码(matlab source code for GNSS receiver positioning processing)
- 2010-12-08 17:44:26下载
- 积分:1
-
weibgf.m
matlab code diagnostic by weibull function
- 2011-04-20 16:44:09下载
- 积分:1
-
MPSK_sim
这是一个非常好的mpsk仿真程序。其中包括BPSk,QPSK,8PSK,16PSK的BER和EB/N0曲线,SER和ES/N0曲线。(This is a very good MPSK simulation program. Including BPSk, QPSK, 8PSK, 16PSK the BER and EB/N0 curve, SER and ES/N0 curve.)
- 2020-10-05 16:17:38下载
- 积分:1
-
csma/ca
带冲突避免的载波侦听多路访问/(CSMA/CA)是一个用于网络使用802.11标准的载波传输网络竞争协议,CSMA/CA,一个节点接收到一个数据包用于发送的那一刻,它做的第一件事是听一个预先指定的时间框架来确定另一个节点在无线范围的广播频道的广播信道。如果广播信道被检测为“空闲”,然后节点可以开始传输数据包,如果广播频道被检测为“忙”,“节点”保存传输,等待一个随机时间框架,然后再检查一遍,以了解该信道是否是免费的。这段时间被称为退避因子。退避因子计算下来使用退避计数器。&;nbsp;
- 2022-01-31 10:51:08下载
- 积分:1
-
6683558WCDMA_baseband
模仿程序matlab代码,WCDMA系统(模仿程序programming matlap)
- 2013-07-11 11:13:26下载
- 积分:1
-
DSS
A DISCRETE SPREAD SPECTRUM CODE WRITTEN IN MATLAB
- 2012-08-16 21:57:14下载
- 积分:1
-
project1_code
这是matlab编写的3个常用机器学习分类器代码。其中包括了: 1)PCA 分类其;2)LDA分类器:3)naive贝叶斯分类器。 3个算法的实现参考了《Introduction to Machine
Learning》。 除了这3个分类算法的实现外,代码里面还包含了用于测试的main.m 主程序和一个实验的简要报告。实验在著名数据集acoustic_train_data 上进行。(This source code includes the implementation of three famous classifiers in machine learning. They are 1) PCA, 2) LDA and 3) Naive Bayesian. The detail theory behind these classifier can be found text book <<Introduction to Machine Learning>>. Besides the implementation of these 3 algorithms, the main.m for testing and a brief testing report is also included. (The testing is on data set acoustic_train_data) Enjoy:))
- 2015-03-09 20:59:12下载
- 积分:1