-
juzhengongneng
矩阵功能的演示 首先显示矩阵 所有数据按照MATLAB中的矩阵操作实例实现(Matrix function shows the first display all the data matrix in the matrix operation in accordance with examples of MATLAB Implementation)
- 2010-06-24 16:19:57下载
- 积分:1
-
beamfunction
matlab程序代码,三维杆单元有限元结构刚度和质量矩阵的生成(Matlab program code, 3 d finite element structure stiffness and stem the generation of mass matrix)
- 2012-03-31 11:07:25下载
- 积分:1
-
qrcode
二维码的规范,详细说明了二维码的编码方式和过程(qrcode specification)
- 2015-02-03 15:30:53下载
- 积分:1
-
pifujiance
说明: 皮肤检测程序,弄一张皮肤组合图定义为sample.jpg就可以使用(Skin testing procedures, get a skin graph is defined as the combination can be used sample.jpg)
- 2010-04-19 11:33:56下载
- 积分:1
-
huf11
说明: matlab编写,用于哈佛曼编码的程序,通信类课程帮手(Matlab prepared for Harvard Man coding procedures, communications courses helper)
- 2006-05-10 23:17:55下载
- 积分:1
-
Matlab-PSO-is-applied-to-neuralnet
粒子群优化算法(PSO)应用于神经网络优化程序。分为无隐含层、一隐含层、二隐含层。运行DemoTrainPSO.m即可(Particle Swarm Optimization (PSO) used neural network optimization program. Divided into no hidden layer, a hidden layer, two hidden layers. You can run DemoTrainPSO.m)
- 2013-07-17 19:30:26下载
- 积分:1
-
haarmtx.m
The Haar transform can be expressed in the matrix form as T = HIHT (inverse transform HTTH) where I is an NxN image matrix, H is an NxN transformation matrix and T is the resulting NxN transform.
For Haar transform, the transformation matrix H contains the Haar basis functions hk(x). They are defined on a continuous, closed interval, x -[0, 1] for k = 0,1,2 ...,N -1 where N = 2n.(
The Haar transform can be expressed in the matrix form as T = HIHT (inverse transform HTTH) where I is an NxN image matrix, H is an NxN transformation matrix and T is the resulting NxN transform.
For Haar transform, the transformation matrix H contains the Haar basis functions hk(x). They are defined on a continuous, closed interval, x-[0, 1] for k = 0,1,2 ...,N-1 where N = 2n.)
- 2013-10-21 21:16:53下载
- 积分:1
-
sin_periodgram
自己编写的正弦函数的周期图法求功率谱密度的matlab程序,简洁明了,很容易看懂。(I have written a sine function periodogram seeking power spectral density matlab program, concise, easy read.)
- 2020-07-02 08:40:01下载
- 积分:1
-
galileo_e1
伽利略卫星导航系统E1信号捕获跟踪仿真程序(Galileo E1 signal acquisition and tracking system simulation program)
- 2011-10-27 15:55:44下载
- 积分: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