-
kpib
kpib.m contains code for GPIB and serial port communication for a number of scientific instruments, organized so that a single common command syntax can operate them all. For example, the command:
r = kpib(INSTRUMENT,GPIB, read )
will return the voltage and current reading from a number of different power supplies. The goal is to be able to write matlab code that can accommodate changing instruments and experimental setups with minimum hassle. If INSTRUMENT and GPIB are defined as constants at the beginning of your code, then they can be changed to accommodate new equipment, and the rest of the code is unchanged. In addition, kpib can test whether an instrument exists at an address and read and write arbitrary strings to instruments for testing.
- 2010-06-11 15:54:33下载
- 积分:1
-
work3
用matlab编写的神经网络实例。需要的可以下。(Matlab prepared with examples of neural network. Need to be under.)
- 2008-03-18 00:41:12下载
- 积分:1
-
Modelling_Performance_of_Transmission_Lines
Modelling of electrical transmission line
- 2010-12-14 14:42:30下载
- 积分:1
-
ECG-xingtai
基于形态学的方法检测 心电R波 ,用于去除基线,有一定的用处(detect ECG R wave by xingtai method)
- 2012-04-30 09:50:31下载
- 积分:1
-
fdtd_2D_demo_v_1_1
A SIMPLE BUT USFUL 2D FDTD MATLAB CODE4(USFUL 2D FDTD MATLAB CODE4)
- 2007-04-24 23:17:51下载
- 积分: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
-
lyapunov_rosenstein
基于rosenstein法的混沌时间序列最大利亚普诺夫指数算法(Method based on chaotic time series rosenstein largest Liapunov exponent algorithm)
- 2013-10-17 19:59:15下载
- 积分:1
-
TP1_CHEN
建立关于分数的类,并进行加减乘除等相关运算的C++代码
(Establishment of the scores of the class, and other related operations of addition, subtraction C++ code)
- 2015-02-28 01:43:45下载
- 积分:1
-
qlearning111
说明: q-learning 实现 栅格迷宫路径规划,附带随机迷宫生成代码(Q-learning to achieve grid maze path planning, with random maze generation code)
- 2021-03-26 11:23:15下载
- 积分:1
-
20101124085455
基于卡尔曼滤波的无线传感器网络时钟同步协议(A time synchronization protocol for wireless sensor networks based on the Kalman filter)
- 2011-07-04 15:04:22下载
- 积分:1