-
MonteCarlo
蒙特卡洛相关代码,可用于初学者学习的一个比较好的算例,希望能够帮到你!(Monte Carlo-related code can be used for beginners to learn a better example, want to help you!)
- 2010-08-28 10:31:25下载
- 积分:1
-
awgn_simulator
LDPC码在AWGN信道下的译码程序(c语言)(LDPC code in AWGN channel decoding procedures under (c language))
- 2009-03-24 22:20:50下载
- 积分:1
-
LMS
应用LMS算法去除噪声,纯净信号为各种数字调制信号,本程序中选的是数字调幅信号8ASK,噪声是高斯白噪声,信噪比可以任意指定。(Application of LMS algorithm to remove noise, clean signal for a variety of digital modulation signal, this procedure is successful digital AM signal 8ASK, noise is white Gaussian noise, signal to noise ratio can be specified.)
- 2008-06-04 16:28:43下载
- 积分:1
-
Rayleighmodel
Rayleigh distribution function
- 2011-01-30 21:17:09下载
- 积分:1
-
Dijkstra
Dijkstra shortest path algorithm universal Matlab program
- 2012-09-05 12:03:31下载
- 积分: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
-
Archive-3
Aes encryption using matlab
- 2016-04-21 00:12:57下载
- 积分:1
-
channel
信道描述,计算冲激响应函数,为频选衰落信道,用于MIMO或MIMO-OFDM系统(Channel description, calculation of impulse response function, for Frequency-Selective Fading Channels for MIMO or MIMO-OFDM system)
- 2009-02-28 13:55:11下载
- 积分:1
-
MSSR_ASK_Demodulation_04
数字中频接收机调制解调原代码
数字中频接收机调制解调原代码
(Digital IF receiver original code modulation and demodulation Digital IF receiver original code modulation and demodulation)
- 2006-06-05 12:28:11下载
- 积分:1
-
ICA
快速ICA算法程序及ICA算法在MATLAB中的应用(failed to translate)
- 2012-05-07 16:32:33下载
- 积分:1