-
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
-
tabu-matlabcode-tsp
matlab编写的禁忌搜索算法,解决了TSP问题,对初学者有重要的参考价值(tb algorithm for tsp problem)
- 2009-03-16 16:47:13下载
- 积分:1
-
suanfen
模拟杨氏双缝干涉实验的M程序,用MATLAB进行仿真,可以很好的达到效果(simulation Young's double slit interference experiment M procedures, using MATLAB simulation, can achieve good results)
- 2007-04-11 00:10:20下载
- 积分:1
-
Gauss_Seidel_iterative
迭代法是解线性代数方程组的另一类方法,特别适用于解大型稀疏线性方程组。它的基本思想是针对求解问题预先设计好某种迭代格式,从而产生求解问题的近似解迭代序列,在迭代序列收敛于精确解的情况下,按精度要求取某个迭代值作为问题解的近似值。迭代法具有原始系数举证始终不变,算法简单,编写程序较方便,所需存储单元较少的优点。(iterative method was the linear algebraic equations of the other methods, particularly applicable to the large sparse linear equations. The basic idea is to solve the problem in advance against the design iteration some good format, thereby creating problems for the approximate solution of iterative sequence, the iterative sequence converges to the exact solution, precision demanded by a certain value as a question iterative solution approximation. Iteration with the original proof coefficient remains unchanged, the algorithm is simple, the preparation process more convenient, less required storage unit advantages.)
- 2007-04-25 10:01:57下载
- 积分:1
-
sound-graph
To meet THE MODEL SOUND TECH MATLAB
- 2013-10-07 19:03:09下载
- 积分:1
-
FIR_window
窗函数法设计有限冲激响应(FIR)滤波器,可根据工程上的设计指标来设计。(Window function design finite impulse response (FIR) filters, according to engineering design specifications to design.)
- 2009-01-10 11:10:44下载
- 积分:1
-
cal_math
此为牛顿与拉格朗日插值算法的matlab程序,参照数值分析教程的公式编写,确定可用。(This is Newton and Lagrange interpolation algorithm matlab program, refer to numerical analysis tutorial to prepare the formula to determine the available.)
- 2010-02-16 14:27:53下载
- 积分:1
-
Cooperative_Communications
说明: 协作通信的权威,美国南加州大学,维特比工程学院Prof.Gerhard Kramer的经典著作,系统的讲述协作通信的原理及应用(Authority collaboration communication, University of Southern California, Viterbi School of Engineering Prof.Gerhard Kramer' s classic, tells the system principle and application of collaborative communication)
- 2010-04-27 12:56:04下载
- 积分:1
-
chap2_4
说明: 《变结构控制与MATLAB仿真》书中第二章例四的变结构控制程序( Variable Structure Control and MATLAB Simulation chapter book, four cases of variable structure control procedures)
- 2008-10-16 23:13:10下载
- 积分:1
-
sim
采用两种不同的数学方法进行处理。推导出两对角线方程和块状两对角线方程,提出了两种相应的数值计算方法。本文的方法具有对初值要求不高和收敛迅速的特点(The model equations of the multicomponent multistage adiabatic flash process are handled by two different mathematical methods in the forms of di-diagonal matrix equation and block di-diagonal matrix equation, and the two new algorithms are developed. The numerical calculation shows that the new algorithms process has the features of being more rapid to convergency and less sensitive to the initial values)
- 2010-06-01 22:23:55下载
- 积分:1