-
SMS-Islanding
说明: 基于滑差频率偏移法SMS的电力系统孤岛检测Simulink接线图。(Simulink source code for Islanding Detection with Slip-mode frequency shift method)
- 2011-04-15 11:27:45下载
- 积分:1
-
MATLAB6.0--handbook
MATLAB6.0数学手册 pdf格式电子书 一共包含7章节(MATLAB6.0 handbook)
- 2011-12-12 10:35:27下载
- 积分: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
-
airborne-inertial-SLAM
airborne inertial-SLAM 是目前无人机在未知环境中实现导航的重要手段。(airborne inertial-SLAM is very important for UAV navigation in unknown environment.)
- 2012-09-17 17:45:52下载
- 积分:1
-
revol
行星式小磨头去除函数的matlab代码,可以按照自己的要求修改磨头参数和工艺参数等。(Planetary small grinding head to remove the function of the matlab code, you can according to their own requirements to modify the grinding head parameters and process parameters)
- 2021-04-19 20:48:50下载
- 积分:1
-
example-based-super-resolution-master
说明: Super resolution matlab code
- 2020-12-02 15:49:27下载
- 积分:1
-
有限反馈的仿真程序,当反馈比特数固定的时候。
有限反馈的仿真程序,当反馈比特数固定的时候。-Limited feedback simulation program, when the feedback bits of the time fixed.
- 2023-02-09 14:35:04下载
- 积分:1
-
askd
基于matlab的ask调制模块,只需要调用,是具体调制过程,可以自己定义键控的进制(Ask modulation based on the matlab module, only need to call the process of modulation is specific to their own definition of the M-ary keying)
- 2009-05-02 16:55:27下载
- 积分:1
-
iectruepiphase
初始采样点对于IEC检测的影响,不加任何窗函数的情况下(The initial sampling point for the IEC test the impact, without any window function case)
- 2009-12-13 11:26:40下载
- 积分:1
-
PhaseCorrection
改变窗长的相位差离散频谱校正源程序。改变窗长的相位差校正程序,可选择矩形窗和汉宁窗。已调试通过。(Matlab Codes for phase difference correction based on different window.Rectangle and Hanning Window can be choose to act.)
- 2010-12-02 20:59:09下载
- 积分:1