-
find_frameStart
用matlab在所采集到的数据中快速寻找首帧,只需要改几个参数就能实现。(It is easy to find the start frame in recieving data.)
- 2010-11-25 22:35:21下载
- 积分:1
-
Matlab-simulation
本书讲述了matlab仿真技术与应用教程,钟麟王峰主编(This book tells the Matlab simulation technology and application tutorial)
- 2012-04-12 12:51:14下载
- 积分:1
-
CHAPTER6
倒立摆的源代码希望对你有用,分享一下看看,希望对你有用(The source code for inverted pendulum useful to you want to share it and see, you want to be useful)
- 2011-05-23 18:08:18下载
- 积分:1
-
LEACH
用matlab语言实现无线传感器网络Leach路由算法(Leach wireless sensor network routing algorithm matlab language)
- 2015-01-08 22:29:54下载
- 积分:1
-
MATLAB-and-C-fem
MATLAB and C Programming for Trefftz Finite Element Methods
- 2011-12-01 09:29:58下载
- 积分:1
-
03_logowanie
logout books library
- 2015-01-24 06:50:38下载
- 积分:1
-
123
批量读写配置文件
本例程使用复制组件,复制所需要的窗口组件,并且配合组件的
标记、取标记组件、取事件组件,让组件互相关联互动。这样做的好
处是:设计时窗口组件很少,节省设计时间,节约空间,便于代码的
后期升级维护。(Read and write configuration files in batches)
- 2016-11-15 11:44:23下载
- 积分:1
-
entropy and confusion_matrix
可以求取一维信号的模糊熵,比如心电信号就可以用这个程序来做模糊熵;另外一个是得出混淆矩阵(The fuzzy entropy of one dimensional signal can be obtained.For example, ECG signal can be used to do fuzzy entropy with this program.The other is to get the obfuscation matrix)
- 2018-08-07 18:26:05下载
- 积分:1
-
lastcompression
last compression for image and ECG
- 2011-02-03 05:41:22下载
- 积分:1
-
stop-and-wait
Stop-and-wait ARQ is a method used in telecommunications to send information between two connected devices. It ensures that information is not lost due to dropped packets and that packets are received in the correct order. It is the simplest kind of automatic repeat-request (ARQ) method. A stop-and-wait ARQ sender sends one frame at a time it is a special case of the general sliding window protocol with both transmit and receive window sizes equal to 1. After sending each frame, the sender doesn t send any further frames until it receives an acknowledgement (ACK) signal. After receiving a good frame, the receiver sends an ACK. If the ACK does not reach the sender before a certain time, known as the timeout, the sender sends the same frame again.
- 2011-08-03 16:52:09下载
- 积分:1