-
matlab_rgb_gray
MATLAB程序 根据RGB图像创建一幅灰度图像(MATLAB program to create a gray scale image according to RGB image)
- 2010-07-27 19:34:53下载
- 积分:1
-
matlabyouhuajisuan
这是一个MATLAB6。5 优化计算研究例题的所有源码,希望对优化算法研究者能有所帮助。(This is a MATLAB6. 5 Study on optimization of all the source code example, the researchers hope to optimize the algorithm can be helpful.)
- 2009-04-20 17:28:15下载
- 积分:1
-
Documentation
some matlab codes for image processing
- 2009-06-02 15:50:09下载
- 积分:1
-
MATLABprograminfft
说明: 1.用Matlab产生正弦波,矩形波,以及白噪声信号,并显示各自时域波形图
2.进行FFT变换,显示各自频谱图,其中采样率,频率、数据长度自选
3.做出上述三种信号的均方根图谱,功率图谱,以及对数均方根图谱
4.用IFFT傅立叶反变换恢复信号,并显示恢复的正弦信号时域波形图
(1. Using Matlab generated sine wave, rectangular wave, as well as the white noise signal, and display their respective time-domain waveform of Figure 2. FFT to transform, showing their frequency spectrum, including sampling rate, frequency, data length of 3-on-demand. Made of the three signals in root-mean-square maps, power maps, as well as the number of root-mean-square map 4. Fourier Transform IFFT with the restoration of signals, and displays the sinusoidal signal the resumption of time-domain waveform)
- 2008-11-14 14:43:09下载
- 积分:1
-
aircraft
This is used for aircraft projects ,where it contains the aircraft related papers
- 2014-01-04 01:18:59下载
- 积分:1
-
Ant-colony-algorithm-Matlab-program
无约束连续函数优化的人工蚁群算法通用MATLAB源码
(The general MATLAB source of unconstrained artificial ant colony algorithm for continuous function optimization)
- 2013-05-20 11:04:49下载
- 积分:1
-
Stewart_Platform-master
说明: 使用matlab编写了6自由度stewart 平台的运动学逆解GUI程序。(Matlab was used to write a 6-dof Stewart platform kinematics inverse solution GUI program.)
- 2020-07-28 22:58:39下载
- 积分:1
-
Chapter1
转载 现代通信系统使用MATLAB(刘树堂,内有代码)1(Reproduced in modern communication systems use MATLAB (LIU Shu-tang, which has the code) 1)
- 2009-03-24 10:51:19下载
- 积分:1
-
thebasisofmatlabandsimulink
matlab与simulink基础(南京理工大学)课件(the basis of matlab and simulink)
- 2010-09-28 00:07:56下载
- 积分:1
-
equal-area-critirea
E=input( enter the generator voltage: )
V=input( enter the infinite bus voltage: )
Gx=input( enter the reactance of generator: )
L1x=input( enter the line reactance: )
L2x=input( enter the line reactance: )
L3x=input( enter the line reactance: )
L4x=input( enter the line reactance: )
Pi=input( enter the input power: )
X1=Gx+L1x+((L2x*L3x)/(L2x+L3x))+L4x
Pm1=E*V/X1
DO=asin(Pi/Pm1)
A=((L2x*L3x)/(2*(L2x+L3x)))
C=A
B=((L3x/2)^2)/(L2x+L3x)
X2=(Gx+L1x+A)+(L4x+A)+(Gx+L1x+A)*(A+L4x)/B
Pm2=(E*V)/X2
X3=Gx+L1x+L2x+L4x
Pm3=(E*V)/X3
DC=input( enter the fault clearing angle: )
Dm=(3.14-asin(Pi/Pm3))
a1=quad( sin ,DO,DC)
A1=(Pi*(DC-DO)-Pm2*a1)
a2=quad( sin ,DC,Dm)
A2=Pm3*a2-Pi*(Dm-DC)
if(A2>=A1)
disp( the system is stable )
else
disp( the system is unstable )
end
Dcc=acos((Pi*(Dm-DO)-Pm2*(cos(DO))+Pm3*(cos(Dm)))/(Pm3-Pm2))
disp( critical clearing angle: )
Dcc
- 2012-09-11 22:46:05下载
- 积分:1