-
Trade_Classification
通过bid ,ask的分布,用以计算当前市场的交易活跃程度。可以分别统计出卖方触发单和买方触发单(Through the distribution of the bid, ask, for the current market trading activity. Respectively statistics triggered single and buyer seller trigger single)
- 2012-12-28 18:18:03下载
- 积分:1
-
project
能够跟踪视频中简单背景下的移动物体。
Matlab运行后有相应界面,先选择视频,然后按“跟踪”键开始处理。(This is able to track moving objects with a simple background. After running the corresponding Matlab interface, the video, then press the track button to begin processing.)
- 2015-03-23 18:07:54下载
- 积分:1
-
work
本程序是关于卫星上下变频的简单的实现算法,首先产生双边带调制信号,与收本振混频后,通过低通滤波器完成下变频。再与发本振混频,通过高通滤波器后完成上变频(This program is a simple algorithm on the satellite and down-conversion, the first double-sideband modulation signal generated, after the close of the oscillator mixer, low-pass filter complete the conversion. Again and send the local oscillator mixer, followed by the completion of the high-pass filter frequency)
- 2013-12-24 20:53:19下载
- 积分:1
-
aixibaoyansefenxi
细胞颜色分析,matlab实现,效果不错(Color analysis of cells, matlab achieved good results)
- 2007-11-22 16:25:43下载
- 积分:1
-
Led_pil
DM642 EVM PIL cosimulation example with LED and slider.
- 2011-01-07 15:33:02下载
- 积分:1
-
matlabtool
雷达工具箱,matlab实现的,内涵上百工具例程,在雷达仿真时,使用很方便(Radar toolbox, matlab implementation, meaning hundreds of tools for routine
)
- 2011-05-20 16:53:09下载
- 积分:1
-
fei_ff10
包括轨道机动仿真、初轨计算,利用最小二乘算法实现对三维平面的拟合,实现了对10个数字音的识别。( Including orbital maneuvering simulation, initial orbit calculation, Least-squares algorithm to fit a three-dimensional plane, To achieve the recognition of 10 digital sound.)
- 2017-04-01 16:12:44下载
- 积分:1
-
FInalDMC
DMC Algorythm in SIMULINK
- 2012-03-24 05:35:47下载
- 积分:1
-
posmatlab
这是pos算法的matlab源程序,希望对大家有用(This is pos algorithm matlab source, we want to be useful)
- 2010-05-14 17:42:45下载
- 积分:1
-
How-Use-ODE45-to-solve-Boundary-Value-ODE
In MATLAB, usually we use function bvp4c() to solve boundary value problem (BVP) of ODE. However, we also can use function ode45() to solve BVP of ODE too. However, ode45() needs all initial values at one point. Therefore we have to construct an auxiliary function, whose input argument is the missing initial value and the return output is the given boundary value, Then we can call function fsolve() to get the missing initial value. This method is particularly efficient it the ODE has one or more parameters. Also this method is essentilal for GNU Octave, because whose function bvp4c() is not programmed for parameter ODE yet.
- 2012-06-24 04:37:26下载
- 积分:1