-
detsign
运用MATLAB,产生基本的冲击序列、阶跃序列、矩形序列(The use of MATLAB, the impact of the basic sequence generated, step sequences, rectangular sequence)
- 2011-09-01 10:07:50下载
- 积分:1
-
Newtonback
Newton插值,matlab经典例程,数学建模必备(Newton interpolation, matlab classic routines, mathematical modeling necessary)
- 2013-09-15 09:12:49下载
- 积分:1
-
MATLAB7.0inDigitalSignalProcessing
MATLAB7.0在数字信号处理中的应用本书针对广泛的信号处理领域,详细介绍了MATLAB7.0提供的信号处理工具箱函数及其使用(MATLAB7.0 book in digital signal processing applications in signal processing for a wide range of areas, detailing MATLAB7.0 Signal Processing Toolbox provides functions and their use)
- 2014-01-16 20:02:59下载
- 积分:1
-
压缩感知
压缩感知,进行图像处理,信号处理可以有效减少信息冗余(Compression sensing, image processing and signal processing can effectively reduce information redundancy)
- 2019-01-14 10:15:39下载
- 积分:1
-
OFDM
Matlab的OFDM仿真,信道估计,有BER曲线 该程序进行了简单的LMS信道估计,没有加入与MMSE等其他信道估计算法的比较;(Matlab simulation of OFDM, channel estimation, BER curves the program was simple LMS channel estimation, not joined with the MMSE channel estimation algorithm and other comparative )
- 2010-06-15 11:39:40下载
- 积分:1
-
bpsk_ofdm_commtoolbox
this is project for implementing ofdm system using matlab programe
- 2009-11-27 19:32:05下载
- 积分:1
-
Matlabcommunicationsystemmodelingandsimulation
Matlabcommunicationsystemmodeling andsimulation
- 2010-05-23 13:58:17下载
- 积分:1
-
wigner-hough
用matlab编写,包括wigner-village分布和hough变换,是将时域信号变换到时频域的方法。(this code is a time domain and frequency domain signal transformation method using matlab.It includes wigner-vill distribution and hough transformation.)
- 2021-03-29 10:49:11下载
- 积分: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
-
RSA_Matlab
在Matlab中采用RSA算法对数据进行加密,RSA是密码学中典型的算法。(In Matlab used RSA algorithm to encrypt data, RSA is Cryptography typical algorithms.)
- 2007-10-17 14:21:42下载
- 积分:1