-
PSU3020SMR01
Power Supply for CODEN radar
- 2010-08-26 02:57:39下载
- 积分:1
-
pattern-and-classification(Duda)
Duda《模式分类》Matlab源代码和答案(Duda " pattern classification" Matlab source code and answers)
- 2011-07-21 16:36:53下载
- 积分:1
-
mat3
will apply adaboost algorithm for making a strong classifier.
- 2011-07-28 16:22:10下载
- 积分:1
-
STTS75
Digital temperature sensor and thermal watchdog(Measures temperatures from
–55 °C to+125 °C (–67 °F to+257 °F)
– ±0.5 °C (typ) accuracy
– ±2 °C (max) accuracy from
–25 °C to+100 °C
■ Low operating current: 75 μA (typ)
■ No external components required
■ 2-wire I2C/SMBus-compatible serial interface
– Selectable serial bus address allows
connection of up to eight devices on the
same bus)
- 2014-10-25 16:43:44下载
- 积分:1
-
diantiwenti
电梯模拟问题,对电梯一次运行的停层次数进行模拟仿真。(Elevator simulation problem, the number of first run to the elevator stopped hierarchy simulation.)
- 2013-04-11 21:14:39下载
- 积分:1
-
N
说明: 多光束干涉,可以选N束光,偏振等不可以选择,模拟光子晶体的产生(Multiple beam interference, can choose N beam of light)
- 2015-04-08 13:26:44下载
- 积分:1
-
APF_LCL
说明: LCL型有源电力滤波,对于研究有源电力滤波的同学,可以参考学习(LCL type active power filter can be used for reference)
- 2020-12-13 18:20:56下载
- 积分:1
-
GA
一些非常有用的遗传算法函数,可以和大家一起分享学习一下。(Some very useful genetic algorithm function, you can learn about and share with everyone.)
- 2013-12-14 16:00:30下载
- 积分:1
-
AC_DC
整流器模型mdl模型,希望对初学者理解整理过程有用(Mdl model rectifying model, I hope useful for beginners to understand the process)
- 2014-01-09 21:02:38下载
- 积分:1
-
fixed_point
Fixed-Point iteration(Function fixed_point(p0, N) approximates the solution of an equation f(x) = 0, rewritten in the form x = g(x), which is a sub-function the user has to enter. the call to the function fixed_point(p0, N) returns the root of the equation f(x),i.e. the fixed-point of g(x), if the procedure is successful or a sequence of iterates in case something goes wrong. p0 is the initial approximation and N the maximum number of iterations. If, after N iterations, condition |x(k)- x(k-1)| < tol is not satisfied, all iterated values will be displayed, accompanied by a message asking the user to either change p0 in case of divergence or enter another g(x) that does not lead to complex numbers arithmetics. Reasons for the program to go wrong are the divergence of iterates and/or appearance of complex numbers for example with functions involving sqrt(x) when one of the iterates is negative. )
- 2009-05-14 04:43:58下载
- 积分:1