-
LRS
进行时域分析的好程序,刚和师兄编的,仅供参考(Good time domain analysis procedures, and senior compiled just for reference only)
- 2011-10-04 09:54:20下载
- 积分:1
-
EKF-UKF-Toolbox-for-Matlab-V1.3
卡尔曼滤波 参数辨识 系统建模 自动识别(EKF UKF Toolbox for Matlab V1.3.rar)
- 2021-01-02 09:48:57下载
- 积分:1
-
matrik_class
simple c++ matrik operation class use dynamic allocation memory
- 2009-11-09 01:26:18下载
- 积分:1
-
TestKalman
卡尔曼滤波的一种实现,VB,值得借鉴。该算法是用于处理实时数据的一种算法。(An implementation of Calman filter, VB, is worth learning from. The algorithm is an algorithm for real time data processing.)
- 2015-01-28 07:25:14下载
- 积分:1
-
Matlabviterbi2
说明: 应用MATLAB进行维特比译码,这对仿真很有用(Application of MATLAB to carry out Viterbi Decoder, which is useful in simulation)
- 2009-08-23 15:38:26下载
- 积分:1
-
CPP-Primer-Plus
C++ Primer Plus,
作者 Stephen Prata
版本6ed, AW,
年份 2012
C++初级学者用书(C++ Primer Plus, Stephen Prata, 6ed, AW, 2012 C++ junior scholars books)
- 2013-12-13 17:22:18下载
- 积分:1
-
Generatesignal
产生随机导频信号的程序 能利用此基本的来帮助进行复杂的编程(Generate random pilot signal)
- 2010-02-23 22:31:47下载
- 积分:1
-
comunicationNet
系统介绍通信网,包括通信网信源模型,erlang拒绝和等待系统,通信网性能分析(system introduced communications network, including communications network source model, and refused to wait for the erlang system performance analysis of communication networks, etc.)
- 2007-04-02 15:56:33下载
- 积分:1
-
SIMULINK-simulation
MATLAB语言精要及动态仿真工具SIMULINK(Essentials of MATLAB language and SIMULINK dynamic simulation tool)
- 2011-05-23 15:12:31下载
- 积分:1
-
recursion
说明: 递归,是函数实现的一个很重要的环节,很多程序中都或多或少的使用了递归函数。递归的意思就是函数自己调用自己本身,或者在自己函数调用的下级函数中调用自己。
递归之所以能实现,是因为函数的每个执行过程都在栈中有自己的形参和局部变量的拷贝,这些拷贝和函数的其他执行过程毫不相干。这种机制是当代大多数程序设计语言实现子程序结构的基础,是使得递归成为可能。(Recursion, is a function to achieve a very important part of many programs are more or less use the recursive function. Recursive mean that the function of its own call to themselves or subordinates in their own function calls a function to call their own. Recursion that can be achieved because the function of each execution in the stack has its own shape parameters and local variables of the copy, the copy and the implementation process has nothing to do other functions. This mechanism is the most modern programming language implementation subroutine structure of the foundation is to make recursion possible.)
- 2009-08-30 16:26:06下载
- 积分:1