搜索资源列表
NODE_IEEE30
- 电力系统标准测试系统,30节点系统,格式完全正确,可以方便的用来分析计算。-Power system standard test system, 30-bus system, the format entirely correctly, can easily be used to analyze the calculation.
Realize-UKF-with-Matlab
- 详细的介绍了UKF算法在matlab中的实现过程,并有matlab测试例子,适合UKF初学者-Described in detail in the UKF algorithm in matlab implementation process, and matlab test case for beginners UKF
11.txt
- It consider spectrum estimation, using Marple s test case
123
- 黑盒测试的测试用例设计,很好的测试用例,很基础,能看懂,有效果-Black box testing the test case design, a good test case, it is based, can read and understand, there are effects
iectruepiphase
- 初始采样点对于IEC检测的影响,不加任何窗函数的情况下-The initial sampling point for the IEC test the impact, without any window function case
cut_sample
- 使用二分法对样本集进行剪辑,剪辑法的思想,就是将样本集分成训练集与考试集, 利用训练集样本对考试集的样本进行分类(使用近邻法),如果考试集中某个样本分类错误的话,将这个样本删除。在该函数中,使用最近邻法,只进行一次剪辑(遍历完考试集中的样本以后退出)。还有一种重复剪辑法(适用于样本比较多的情况),把样本随机分为多个样本集,将相邻的两个样本前一个作为考试集,后一个作为训练集,调用二分剪辑。所有的样本子集剪辑完毕以后,在递归调用,直到没有样本被剪辑掉,没得讲,重复剪辑的效果肯定好一些。 -Th
LMS_RLS_sim
- 功能描述:测试LMS与RLS算法,比较两种算法的收敛特性 文件名:LMS_RLS_sim.m 测试用例: x(n)+a1*x(n-1)+a2*x(n-2)=e(n),a1=-1.6,a2=0.81,e(n)为高斯白噪声 文件输出:系数a1的值 调用函数:function [A] = LMS_Algo(M,N,mu,xn) 被调用:无 作者:mingcheng 编写时间:2009-10-13 修改时间:2009-10-13
L_D_sim
- 功能描述:测试Levinson-Durbin算法 文件名:L_D_sim.m 测试用例: (1)x(n)+0.81*x(n-2)=u(n),u(n)为高斯白噪声 (2)x(n)=u(n)+u(n-1)+u(n-2),u(n)为高斯白噪声 文件输出:两种测试用例情况下的功率谱 调用函数:function [A,E] = Levinson_Durbin_Algo(R,P) 被调用:无 作者:mingcheng 编写时间:2009-11
zhinengdianwang
- 基于 MAS 建立的分布并行计算环境,其任务调度问题具有新的特点 对于基于MAS 的配电快速仿真与模拟系统,以配电 网三相状态估计为例,建立了新的调度问题模型,提出了基于FCM 的启发式任务调度优化方法 该方法利用模糊C 均值聚类分析 算法对独立任务进行聚类分析,避免了在超大解空间中用基于搜索的方法去寻求最优解的做法 该方法具有线性时间复杂度,而 且通过大量算例表明它总是能够在合理的时间内获得次优解或最优解,使masDSE 的性能有明显改善-In the distributed pa
test_uncoded_BPSK
- 未编码传输AWGN信道测试 每帧的输入是相同的,(不是每帧都不一样,这样可以大幅降低计算量) 在帧比特足够多的情况下,应该可以保证随机性-AWGN channel is not coded transmission test input of each frame is the same, (not every frame is different, this can significantly reduce the computation) are enough bits in the
DistgshAnalysis
- 最短距离算法的系统聚类测试例子以供大家学习研究距离算法。-Shortest distance algorithm system clustering test case for study and research the distance algorithm .-DistgshAnalysis.m
Fridge-regress
- 岭回归分析(Ridge regression)是一种专用于共线性数据分析的有偏估计回归方法,这套源码是对ridge regression算法的一种实现,附有测试实例-Ridge regression (Ridge regression) is a special collinearity data analysis unbiased estimate of the regression method, this set of source code is an implementation of
liziqun
- 分析了软件测试中测试用例自动生成技术的发展现状和粒子群优化算法的基本原理及实现步骤,并详细研究了几种重要的改进的粒子群优化算法。在此基础上,改进了基本粒子群优化算法,提出了基于改进的粒子群优化算法的测试用例自动生成系统框架,并给出了基于改进的粒子群优化算法的测试用例自动生成算法。 最后,采用matlab语言编程实现了基于改进的粒子群优化算法的测试用例自动生成算法,用具体实例对其进行了实验,并对结果数据进行了分析。 本文提出的基于改进的粒子群优化算法的测试用例自动生
windbarb_test
- Weather radar wind barb plotting test case with image
DG-optimal-PSO-algorithm
- 该算法可以计算含DG的配电网优化计算,算例采用IEEE 33 bus test system。-Our algorithm package can solve the distribution active power optimization with the consideration of distributed generation (DG). The test case is based on IEEE 33 bus test base. Enjoy it.
state-estimation-using-PSO
- 使用PSO算法来求解状态估计,测试算例为IEEE 33 test case,效果不错。-Distribution State Estimation (DSE) by using PSO algorithm
FASER-Test-158-Forced-Oscillation-Reduced-Data.zi
- matlab program to learn how to control uav with its aerodynamics for helping for special case faser uav
ls
- 系统辨识中最小二乘辨识的系列方法函数接口,包括LS,RLS,RELS,IV,GLS等,提供一种数据测试实例。-Series function interface system identification method of least squares identification, including LS, RLS, RELS, IV, GLS, etc., to provide a test case data.
SVM
- 一个MATLAB语言写的SVM算法测试例,便于理解SVM二分类方法的实际含义(A MATLAB language written SVM algorithm test case, easy to understand the SVM two classification method of practical significance)
test
- 用Simulink对简单电力系统仿真。当然,这次也是简单的案例(由于个人能力还没到很好的程度,因此大家共同努力、共同进步,欢迎讨论)(Simulink is used to simulate the simple power system. Of course, this is a simple case (because the individual's ability has not reached a good degree, so we are working together, mak
