-
allweight
说明: 一个很有用的函数,功能是产生规定字长以及规定汉明重量的码字,常用于channel coding开发(A useful function, function is to have the provisions of word length and weight of the provisions of Hamming code word, commonly used in the development of channel coding)
- 2008-12-03 06:04:40下载
- 积分:1
-
Vehicle-Tracking-System
Abstract—This paper describes a new approach for a course
and laboratory designed to allow students to develop low-cost
prototypes of robotic and other embedded devices that feature
Internet connectivity, I/O, networking, a real-time operating
system (RTOS), and object-oriented C/C++.
- 2014-10-16 16:42:01下载
- 积分:1
-
bilinear
image resample code
bilinear with Matlab
- 2009-06-06 12:54:42下载
- 积分:1
-
Real-and-Reactive-Power-Control.pdf
Research article about real and reactive power control of photovoltaic system.
- 2014-10-26 21:43:57下载
- 积分:1
-
mvaverage
信号的平滑处理,moving average算法,Mablab源程序(signal processing, moving average algorithm, in Mablab)
- 2009-11-27 13:54:28下载
- 积分:1
-
Automodel
Matlab仿真汽车行驶情况模型,可用于分析汽车受到不同阻力下的速度,受力情况。也可导入预先设置好的行驶速度文件进行仿真。(Matlab simulation model cars with the situation, can be used to analyze the car speed under different resistance, the force. You can also import files pre-set travel speed simulation.)
- 2013-09-25 20:15:26下载
- 积分:1
-
Chapter_5
Chapter 5 Matlab codes from AEMM book
- 2010-12-09 11:37:01下载
- 积分:1
-
road
路由算法是影响网络性能的重要因素之一,对路由算法的选择至关重要。介绍路由算法中的Floyd算法和RAD(Routing along DAGs)算法,并通过实验对两种算法性能作出分析和比较。实验分析结果显示:在链路利用率、链路流量负载均衡和链路失效对网络的影响范围方面,RAD算法要优于Floyd算法。在平均传输代价方面,Floyd算法要优干RAD算法。(Routing algorithm is one of the most important factors affecting network performance, and it is very important to select routing algorithm. The Floyd algorithm and RAD (Routing along DAGs) algorithm in routing algorithm are introduced, and the performance of these two algorithms is analyzed and compared through experiments. The experimental results show that the RAD algorithm is better than Floyd algorithm in terms of link utilization, link traffic load balancing and link failure. In terms of average transmission cost, Floyd algorithm needs to do well in RAD algorithm.)
- 2017-11-27 16:03:57下载
- 积分:1
-
kalman
使用vc++编写实现的简单的kalman滤波器,仿真作业(Use vc++ Realize the preparation of simple kalman filter, simulation operation)
- 2007-11-05 00:08:05下载
- 积分:1
-
matlab_fn
Matlab M-Files:There are four ways of doing code in Matlab. One can directly enter code
in a terminal window. This amounts to using Matlabas a kind of calculator,
and it is good for simple, low-level work. The second method is to create a
script M-fi le. Here, one makes a fi le with the same code one would enter in a
terminal window. When the fi le is “run”, the script is carried out. The third
method is the function M-fi le. This method actually creates a function, with
inputs and outputs. The fourth method will not be discussed here. It is a
way to incorporate C code or FORTRAN code into Matlab this method
uses .mex fi les. We will not disucss it here.
- 2013-07-09 16:49:20下载
- 积分:1