-
fun
说明: 这是一个用matlab读取txt(特定格式)文件并读取文件,画出figure,自动保存和关闭figure。程序运用了深度搜索递归算法。(因为大家没有input的txt文件,所以阅读程序领会思想和方法即可)(This is a use matlab to read txt (a specific format) file and read documents, painted figure, on and off automatically to preserve figure. Procedures for the use of recursive depth search algorithm. (Because there are no input of the txt file, so reader can understand the ideas and methods))
- 2009-07-26 05:52:22下载
- 积分:1
-
b2
说明: license plate recognition
- 2010-04-06 20:38:53下载
- 积分:1
-
MATLAB-SIMULINK
MATLAB-SIMULINK仿真与应用(the simulink of MATLAB)
- 2013-03-23 22:08:00下载
- 积分:1
-
garchmodel
matlab garchmodel using monte carlo simulation
- 2015-01-01 19:28:59下载
- 积分:1
-
STKaMatlab
该文档系统的介绍了STK与Matlab的接口及其在复杂航天任务仿真分析中的应用,文档中附有matlab与STk连接的源码及其应用的程序(STK and Matlab)
- 2013-05-08 22:10:36下载
- 积分:1
-
11
说明:
广告流水灯程序
ORG 00H
MOV P2,#80H
START:MOV A,#0FFH 赋初值
CLR C
MOV R2,#8
LOOP:RRC A 带进位右移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP
MOV R2,#7
LOOP1:RLC A 带进位左移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP1
JMP START
DELAY:MOV R3,#20 延时0.2秒
D1: MOV R4,#20
D2: MOV R5,#248
DJNZ R5,$
DJNZ R4,D2
- 2012-11-22 13:22:07下载
- 积分:1
-
getPDF1
关于LDPC编码的一些相关英文资料或者论文及有关资料(LDPC)
- 2010-05-21 14:30:34下载
- 积分:1
-
lfm
简单的将线性调频信号的时域图和频域图对比描述,帮助读者更加直观的看出线性调频信号的特征(Simple time domain and frequency domain plots in Figure chirp signal contrast description to help readers see more intuitive chirp signal characteristics)
- 2014-09-17 20:22:48下载
- 积分:1
-
fig8b
This paper presents a method to operate a grid
connected hybrid system. The hybrid system composed of a Photovoltaic
(PV) array and a Proton exchange membrane fuel cell
(PEMFC) is considered. The PV array normally uses a maximum
power point tracking (MPPT) technique to continuously deliver
the highest power to the load when variations in irradiation and
temperature occur, which make it become an uncontrollable
source. In coordination with PEMFC, the hybrid system output
power becomes controllable. Two operation modes, the unit-power
control (UPC) mode and the feeder-flow control (FFC) mode, can
be applied to the hybrid system. The coordination of two control
modes, the coordination of the PV array and the PEMFC in the
hybrid system, and the determination of reference parameters
are presented
- 2020-12-21 16:29:09下载
- 积分:1
-
chap1_1
经典PID控制教程 基于SIMULIN的源程序代码,希望对各位有帮助(pid contral tutorial,based on simulink source code)
- 2009-05-24 22:19:20下载
- 积分:1