-
ensemblekfilter
在此代码所使用的算法是从以下引用:
S Gillijns等人“什么是集合卡尔曼滤波和它工作得如何?“
2006年美国电力系统及其控制会议,明尼阿波利斯,美国明尼苏达州六月14-16,2006,页4448-4453。(The algorithm used in this code is referenced from the following:
S Gillijns et al "What Is the Ensemble Kalman Filter and How Well Does it Work?"
Proceedings of the 2006 American Control Conference, Minneapolis, Minnesota, USA, June 14-16, 2006, pp 4448-4453.)
- 2011-05-15 17:54:12下载
- 积分:1
-
PMSM-smo
This is the file for permanent magnet synchronous generator for sliding mode operation.
- 2013-02-23 20:21:49下载
- 积分:1
-
DFA1
去趋势波动分析的开发程序,共享给大家,谢谢。(Detrended fluctuation analysis of the development process, for everyone to share, thank you.)
- 2013-11-24 20:32:12下载
- 积分:1
-
featureExtract
本代码是基于颜色特征的关键帧提取代码,是用matlab来实现的。(The code is based on color features keyframe extraction code is used matlab to achieve.)
- 2014-01-21 10:48:09下载
- 积分:1
-
数字下变频仿真
说明: MATLAB仿真程序,用于数字下变频,并附有代码(For digital down conversion)
- 2020-04-24 16:30:10下载
- 积分:1
-
OFDM_basic
OFDM_basic, Wireless communication
- 2015-04-04 02:42:42下载
- 积分:1
-
psat-2.1.6-mat
可用于连续潮流计算静态电压稳定,最优潮流计算。(Continuous flow calculation can be used to static voltage stability, optimal power flow calculation.)
- 2011-01-04 18:59:36下载
- 积分:1
-
youhua1
遗传算法的电机优化程序,个人专门编写的,对于初学者来说,可以借鉴(function youhua1()
遗传算法
n-- 种群规模
ger-- 迭代次数
pc--- 交叉概率
pm-- 变异概率
v-- 初始种群(规模为n)
f-- 目标函数值
fit-- 适应度向量
vx-- 最优适应度值向量
vmfit-- 平均适应度值向量
clear all
close all
clc 清屏
tic 计时器开始计时
n=20 ger=100 pc=0.9 pm=0.1 初始化参数
生成初始种群
v=init_population(n,44) 得到初始种群,22串长,生成20*22的0-1矩阵
[N,L]=size(v) 得到初始规模行,列
disp(sprintf( Number of generations: d ,ger))
disp(sprintf( Population size: d ,N))
disp(sprintf( Crossover probability: .3f ,pc))
disp(sprintf( Mutation probability: .3f ,pm)) sprintf可以控制输出格式
待优化问题)
- 2020-12-11 20:19:19下载
- 积分:1
-
DQPSK
基于DQPSK差分编码调制解调,希望对你有帮助。(DQPSK modulation and demodulation based on differential encoding, I hope to help you.)
- 2015-03-20 09:06:48下载
- 积分:1
-
motor30
说明: 实现了异步电机的两相旋转坐标系下的转速控制,且能矢量控制(Realize the asynchronous motor two-axis rotating coordinate model speed and vector control
)
- 2011-03-17 15:05:45下载
- 积分:1