-
power_flow_solver
this program used to solve power system
- 2013-01-12 02:43:46下载
- 积分:1
-
NarrowSignalMVDR
经典窄带信号含有两个干扰源,最后绘制方向图(Classic narrowband signal contains two sources of interference, the pattern drawn last)
- 2013-08-10 10:02:07下载
- 积分:1
-
LCMV1
LCMV算法的测试,能形成图形自己亲测,比较好的。
(Lms and RLS algorithm simulation, personally tested, can be used, very )
- 2012-05-04 11:50:17下载
- 积分:1
-
e
说明: PARATUCK-NCRLS的中继转法式室内可见光通信系统信道估计(Channel Estimation of PARATUCK-NCRLS Relay-to-Relay French Indoor Visible Communication System)
- 2019-09-22 11:35:03下载
- 积分:1
-
shulitongjigongjuxiang
MATLAb数理统计工具箱简介,进行数理统计用的,识别效果较好,希望对大家有用,谢谢!(good works!)
- 2009-02-14 16:27:30下载
- 积分: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
-
MATLAB
本书适合已具备MATLAB基本知识的通信工程、电子工程、电气工程、计算机等专业高年级本科生作为相关课程的参考书和补充教材,也供有关教师、工程技术人员参考使用。
刘树棠翻译的那本,共10章,与大家一同分享。 (Basic knowledge of MatLAB)
- 2009-04-23 09:43:12下载
- 积分:1
-
labview
基于labview时频分析,在线故障诊断(for labview)
- 2021-01-18 15:18:45下载
- 积分:1
-
zy1
萤火虫算法在分布式电源优化配置中应用 全部 很好的程序 只需换换节点数目就可以(Firefly algorithm optimization in distributed power configuration in all a very good application program can only change of the number of nodes)
- 2020-11-23 23:29:33下载
- 积分:1
-
protect
说明: matlab 模型保护程序对模型进行保护,编译成obj文件(matlab model protection ,we complier the sfunction .c file to mexw file and .obj file)
- 2020-06-16 12:28:32下载
- 积分:1