-
mp3_toolbox_v2[1].0
这是matlab下进行mp3音频编解码的工具箱。包含了文件读取输出、编解码以及采样率转换等工具(This is carried out under matlab audio codec mp3 toolbox. Contains a document to read the output, codecs, as well as tools such as sample-rate converter)
- 2007-10-09 18:40:30下载
- 积分:1
-
Archive
Finite volume method for Euler equations in 2D + some meshes created by Gmsh
- 2010-11-13 00:41:05下载
- 积分: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
-
DataRead
matlab 读取振动信号数据程序 适合了解振动信号结构(头文件)(The MATLAB reads the data of the vibration signal of program suitable for vibration signal structure (header))
- 2015-03-08 20:43:22下载
- 积分:1
-
LFM
改程序主要是针对雷达信号处理中的应用,结合matlab处理(Reform program is mainly aimed at the application of radar signal processing, combined with matlab processing)
- 2009-12-18 10:24:21下载
- 积分:1
-
88
说明: i m engineer in telecommunication field can i download matlab codes
- 2010-05-05 18:02:48下载
- 积分:1
-
3.18
编写程序来创建有10个元素的vector对象。用迭代器把每个元素值改为当前值的2倍。(Write a program to create vector objects have 10 elements. With the value of each element iterator to 2 times the current value.)
- 2015-03-04 15:15:37下载
- 积分:1
-
montecarlo
This a program for Monte carlo computation for Pi
- 2011-12-31 00:25:50下载
- 积分:1
-
Q_inversion_VSP
由于衰减对于地震数据的影响,本程序改进质心频移法,求取VSP数据的Q值,具有比较好的稳定性和实用性。(Q inversion for VSP data)
- 2020-07-20 17:48:46下载
- 积分:1
-
kalman_Matlab_realize
说明: matlab实现kalman滤波的一个很好例程,描述kalman实现的过程,对入门有很好的参考意义(matlab kalman filter to achieve a good routine, described kalman implementation process, a good reference on the significance of entry)
- 2011-02-21 22:46:11下载
- 积分:1