-
Xie
在Matlab中画一个给定参数的T分布的图像。(plot a figure of a data for T distribution.)
- 2009-10-06 08:54:44下载
- 积分:1
-
snr
求去噪之后信号的信噪比,发给大家共同探讨(For denoising the signal to noise ratio after the signal, issued to everyone to explore)
- 2008-05-26 17:05:55下载
- 积分:1
-
RGB_HSL
实现RGB格式与HSI格式的互相转换,在Matlab软件中编程实现(achieve HSI RGB format and the format of mutual exchange, and the Matlab software programming! !)
- 2006-12-22 13:26:45下载
- 积分:1
-
Assembly-Language-for-x86-Processors-(6th-Edition
Assembly Language for x86 Processors by Kip Irvine
- 2013-02-24 04:29:11下载
- 积分:1
-
EvaluateReversePolishNotation
Evaluate the value of an arithmetic expression in Reverse Polish Notation.
Valid operators are +, -, *, /. Each operand may be an integer or another expression.
Some examples:
[ 2 , 1 , + , 3 , * ] -> ((2 + 1) * 3) -> 9
[ 4 , 13 , 5 , / , + ] -> (4 + (13 / 5)) -> 6
分析:这一题就是写程序计算逆波兰式的结果,遍历表达式,碰到操作数入栈,碰到操作符就从栈顶取出两个操作数,再将计算后的结果入栈,最后栈中剩余的唯一操作数就是计算结果。(. Evaluate the value of an arithmetic expression in Reverse Polish Notation Valid operators are+,-,*,/Each operand may be an integer or another expression Some examples:.. [" 2" , " 1" , " +" , " 3 " ," * " ]-> ((2+ 1)* 3)-> 9 [" 4 " ," 13 " ," 5 " ," /" ," + " ]-> (4+ (13/After this problem is to write a program to calculate the inverse Polish results, iterate expression operand stack encounter, encounter operator to fetch two operands the stack, and then calculated as follows:> 6 Analysis- 5)) The results of the stack, the only remaining operand stack is the final calculations.)
- 2015-03-15 23:06:09下载
- 积分:1
-
sanbui
能量熵的计算,小波包分析提取振动信号中的特征频率,借鉴了主成分分析算法(PCA)。( Energy entropy calculation, Wavelet packet analysis to extract vibration signal characteristic frequency, It draws on principal component analysis algorithm (PCA).)
- 2016-11-25 13:59:54下载
- 积分:1
-
linear_pneumaticpid
对比例阀气动伺服系统的matlab仿真,仿真结果良好(Proportional valve for pneumatic servo system, matlab simulation, simulation with good results)
- 2009-12-21 15:36:46下载
- 积分:1
-
gui
说明: 这是一个matlab 的GUI,matlab的版本可在7.0(matlab GUI)
- 2010-04-07 19:36:34下载
- 积分: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)
- 2021-04-24 07:58:47下载
- 积分:1
-
Eworkzipx
实验程序MATLAB的图像变换和频谱分析,运运行的是有利于通过。,可以直接使用。
(The experimental procedure of MATLAB image transformation and spectral analysis, transport run is conducive to the adoption. Can be used directly.)
- 2012-05-21 23:03:22下载
- 积分:1