-
电力系统工具箱PST
电力系统工具箱(Power System Toolbox,PST),常用电力系统分析工具,可以实现潮流计算,暂态稳定分析,小信号分析等功能。(Power System Toolbox (Power System Toolbox, PST), commonly used in power system analysis tools, can achieve flow calculation, transient stability analysis, small-signal analysis functions.)
- 2020-07-08 12:28:56下载
- 积分:1
-
ica
在matlab中使用竞争算法实现独立分量分析(A structured implementation of Imperialist Competitive Algorithm (ICA) in MATLAB)
- 2020-06-30 19:00:01下载
- 积分:1
-
C3D_VaxD2PC
将VaxD(“Dec”)格式的C3Ds数值格式转化为IEEE—LE(“PC”)格式。(Convert the numerical format of C3Ds from VaxD ("Dec") to IEEE-LE ("PC"))
- 2010-08-23 14:35:12下载
- 积分:1
-
Korelasi
code can used for determining correlation value to analyze rho based on s11, s12, s21, s22.
- 2012-05-24 23:45:45下载
- 积分:1
-
LMS
线性滤波中的最陡下降法和LMS自适应算法的代码实现,两种算法进行比较,并画出了迭代轨迹曲线(Achieve linear filter method of steepest descent and the code of the LMS adaptive algorithm, two algorithms are compared, and draw the curve of the iterative trajectory)
- 2013-02-25 10:05:05下载
- 积分:1
-
fractal
matlab程序画图,常见分形图,function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 (matlab program drawing, common fractal images
function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 )
- 2013-03-02 09:54:38下载
- 积分:1
-
1D-Markov-chain
无线通信预留信道一维马尔科夫链.rar
(The wireless communication reserved channels 1D Markov chain. Rar)
- 2012-10-01 15:26:55下载
- 积分:1
-
modulation
BPSK,8PSK,16QAM,32QAM,64QAM的解调程序MATLAB(BPSK, 8PSK, 16QAM, 32QAM, 64QAM demodulation procedures MATLAB)
- 2008-01-23 19:38:59下载
- 积分:1
-
source_and_receive_simulation
说明: 信号源仿真,信号成型,4QMA调制,QPSK,阵列信号接收(source simulation,Signal shaping ,4QAM,QPSK,array signal receive)
- 2010-03-25 20:43:47下载
- 积分:1
-
kmeans
k均值聚类算法MATLAB,自适型的代码(This is a nice work )
- 2013-03-11 23:48:57下载
- 积分:1