-
introductioninmatlabsimulink
matlab and simulink. this book book is primarily intended for first semester engineering students who are
looking for an introduction to the MATLAB and Simulink environment oriented
toward the knowledge and requirements of beginning students. Thus,
only a few basic ideas from mathematics, in particular ordinary differential equations,
programming, and physics are required to understand the contents of this
book. This knowledge is usually acquired in the first two or three semesters of a
technical engineering degree program.
Under these conditions, this book should also be of interest for practicing engineers
who are looking for a brief introduction to MATLAB and Simulink. In the case
of this book, engineers will have the knowledge required to understand it years after
they have finished their studies.
- 2010-12-06 11:30:19下载
- 积分:1
-
Intermediate_Nodes
The program takes the intermediate stoichiometric matrix of a chemical reaction mechanism as the input and gives the intermediate nodes in terms of all the possible combinations of p-(q-1) reaction steps. This program is complimentary to the "Reaction Routes" program. Using both these programs a Reaction Route Graph for a chemical reaction mechanism can be constructed, which can be used for kinetics studies.
The command to create a MATLAB function:
new myfun
It is also possible to append function code at the function m-file creation time as follows:
new myfun disp( Hello World! )
- 2010-06-11 15:46:34下载
- 积分:1
-
junxunlianghua
说明: 关于信号输入均匀量化器的信号幅度,用MATLAB实现量化过程(Uniform quantizer on the input signal amplitude, using MATLAB to quantify the process of achieving)
- 2011-04-14 19:32:46下载
- 积分:1
-
DlmStrings
function to easily save cell matrix with mixed data. Example file is included
- 2011-06-06 21:00:41下载
- 积分:1
-
DTC_SVPWM_FINAL_GA_final
Numerous industrial applications have begun to require higher power apparatus in recent years. Some medium voltage motor drives
- 2014-11-18 17:13:30下载
- 积分:1
-
digital-band-pass-filter
用凯瑟窗设计一个数字带通滤波器,设计指标为
低阻带:ws1=0.2pi,as=70dB,
低通带:wp1=0.35pi,ap=1dB,
高通带:wp2=0.65pi,ap=1dB,
高阻带:ws2=0.8pi,as=60dB(Kaiser window design with a digital band-pass filter design specifications for the
Low resistivity zone: ws1 = 0.2pi, as = 70dB,
Low-pass band: wp1 = 0.35pi, ap = 1dB,
High-pass band: wp2 = 0.65pi, ap = 1dB,
Impedance with: ws2 = 0.8pi, as = 60dB
)
- 2011-12-03 00:22:27下载
- 积分:1
-
GUI
IEEE802 11a协议的ofdm实现(Ofdm IEEE802 11a achieve agreement)
- 2014-04-02 12:40:00下载
- 积分:1
-
xiaobofenximaoyaobing
说明: 小波信号处理及其应用-茅耀斌,非常好的一本书,书中多分辨率分析写得很好(xiao bo fen xi ,mao yao bing,yi ben guan yu xiao bo ,bu cuo de shu ji. fei chang zhi de kan
)
- 2010-05-03 15:18:44下载
- 积分:1
-
fractal
matlab程序画图,常见分形图,function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 (matlab program drawing, common fractal images
function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 )
- 2013-03-02 09:54:38下载
- 积分:1
-
sancanshune
matlab基本程序,经检验室可以运行,精确度很高,大道循环标准(matlab basic procedures, the laboratory can run, high precision, road cycling standards)
- 2015-03-31 15:48:29下载
- 积分:1