-
particlefilter
一个非常好的入门滤波程序包,共有六个不同的例程(an excellent particle filtering package including 6 demo)
- 2010-03-03 15:42:29下载
- 积分:1
-
timing_OFDM
说明: OFDM时域定时测试,分别在高斯白噪声信道和瑞利信道中(OFDM time-domain time test, respectively white Gaussian noise channel and Rayleigh channel)
- 2010-04-02 09:06:32下载
- 积分:1
-
dijkstra_pt
迪特斯特拉算法 给初学者用 大家互相学习学习(Dieter Stella algorithm for beginners to learn with us learn from each other)
- 2011-04-24 09:28:18下载
- 积分:1
-
genetic2
genetic algoritm in matlab in binery form
- 2012-07-27 19:49:15下载
- 积分:1
-
huffman
在MATLAB中实现霍夫曼编码,粗略实现编码(Implementation of Hoffman coding in MATLAB)
- 2018-03-29 14:57:37下载
- 积分:1
-
MATLAB
这是我在学matlab时的一个例子,我感觉是入门的一个导师。(This is my students an example of when matlab, I feel is the entry of a mentor.)
- 2009-05-05 16:41:03下载
- 积分:1
-
Illustration_Norms
For a thorough description of the norms, see the Chapter 4 of Robust and Optimal Control, Zhou, Glover, Doyle 1996.
Here the point is to give some lines of code illustrating what are the H2 and Hinf norms of LTI systems.
In that sense, it is also illustrated that the H2 norm is smooth in the space of the system parameters, whereas the Hinf norm is non-smooth locally Lipschitz (since it is a min-max problem, thus prone to the waterbed effect ).
- 2012-04-15 07:02:31下载
- 积分:1
-
chap13
matlab code for digital signal processing
- 2009-04-18 13:56:42下载
- 积分:1
-
matlab_convolution_code
The program simulates convolutional code using soft-decoding viterbi algorithm. The choice of generator matrix (G) determines the code rate (1/R) and constraint length of the code (K).
- 2011-02-14 12:43:19下载
- 积分:1
-
Finite_difference_method
有限差分法
微分方程和积分微分方程数值解的方法。基本思想是把连续的定解区域用有限个离散点构成的网格来代替, 这些离散点称作网格的节点;把连续定解区域上的连续变量的函数用在网格上定义的离散变量函数来近似;把原方程和定解条件中的微商用差商来近似, 积分用积分和来近似,于是原微分方程和定解条件就近似地代之以代数方程组,即有限差分方程组 , 解此方程组就可以得到原问题在离散点上的近似解。然后再利用插值方法便可以从离散解得到定解问题在整个区域上的近似解。
(Finite Difference Method
Numerical solution of differential equations and integro-differential equation approach. The basic idea is to set a continuous solution of the region with a finite number of discrete points instead of a grid consisting of, these discrete points called grid nodes the solution of a continuous area on a given function of continuous variables used in the definition of discrete grid variable function approximation the original equation and boundary conditions in the micro-business operators to approximate differential, integral with the points and to approximate, so the original differential equations and boundary conditions are replaced by algebraic equations near Side, that is, finite difference equations , solve this equation group can get the original problem in discrete points on the approximate solution. And then using interpolation methods can be determined from the discrete solution of the problem solution of the approximate solution on the entire region)
- 2009-12-16 22:12:15下载
- 积分:1