-
PQload_flow_calculate
PQ分解法针对IEEE14和30节点的电力网络潮流计算matlab程序(PQ decomposition IEEE14 and 30 nodes for the electricity network power flow calculation program matlab)
- 2009-06-08 20:37:48下载
- 积分:1
-
PV_System
photovoltaic system in matlab simulink
- 2011-10-18 23:22:39下载
- 积分:1
-
GA
说明: 用遗传算法解决旅行商问题,包括交叉,选择,变异和适应度函数计算等函数(in order to solve the problem of TSP, a GA algorithm is proposed, which including the cross, select, mutation.)
- 2015-01-04 18:36:45下载
- 积分:1
-
1
FFT 与LZW编码算法相结合,实现压缩功能,MATLAB仿真实现(FFT LZW compress)
- 2013-11-20 22:11:22下载
- 积分:1
-
LMS
LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h *p1 计算维纳解时最小均方误差
u=1/sum(eigs(R)) ( LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h*p1 计算维纳解时最小均方误差
u=1/sum(eigs(R)) )
- 2021-03-01 22:29:34下载
- 积分:1
-
programe123
程序代码说明
P0201:MATLAB赋值
P0202:MATLAB中的for循环
P0203:MATLAB中的for循环和if条件
P0205:MATLAB图像处理的基本操作
P0206:MATLAB高级图像处理操作
P0207:根据RGB图像创建一幅灰度图像
P0208:二值图像的取反操作
P0209:用imshow函数显示图像
P0210:在同一个窗口内显示两幅图像(code P0201 Note : MATLAB assignment P0202 : MATLAB for the cycle P0203 : MATLAB for the cycle, and if conditions P0205 : MATLAB image processing basic operation P0206 : High MATLAB image processing P0207 : According to RGB images to create a gray-scale image P0208 : binary images from the operation of the anti-P0209 : use imshow function displays images P0210 : in the same window shows two images)
- 2007-06-06 15:52:11下载
- 积分:1
-
huffman
该代码实现了对26个英文字母加空格的四进制的霍夫曼编码。(The code to achieve the 26 letters of the alphabet on a space of four hexadecimal Huffman coding.)
- 2014-11-18 15:49:51下载
- 积分:1
-
DDS
DDS的原理及matlab实现。文中分析了理想状态下和有误差状态下模型,并给出源代码。(the realization of DDS by matlab)
- 2014-11-17 12:59:53下载
- 积分:1
-
Julia
THIS IS ABOUT JULIA SET COSTRUCTION
- 2012-10-02 13:49:06下载
- 积分:1
-
countingcar
Detect the car and counting it how many
- 2015-04-06 23:35:46下载
- 积分:1