CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - test case

搜索资源列表

  1. NODE_IEEE30

    3下载:
  2. 电力系统标准测试系统,30节点系统,格式完全正确,可以方便的用来分析计算。-Power system standard test system, 30-bus system, the format entirely correctly, can easily be used to analyze the calculation.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:770byte
    • 提供者:小吴
  1. Realize-UKF-with-Matlab

    1下载:
  2. 详细的介绍了UKF算法在matlab中的实现过程,并有matlab测试例子,适合UKF初学者-Described in detail in the UKF algorithm in matlab implementation process, and matlab test case for beginners UKF
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:115.98kb
    • 提供者:周利均
  1. 11.txt

    0下载:
  2. It consider spectrum estimation, using Marple s test case
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1.31kb
    • 提供者:Leeds
  1. 123

    1下载:
  2. 黑盒测试的测试用例设计,很好的测试用例,很基础,能看懂,有效果-Black box testing the test case design, a good test case, it is based, can read and understand, there are effects
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:80.53kb
    • 提供者:hhj
  1. iectruepiphase

    0下载:
  2. 初始采样点对于IEC检测的影响,不加任何窗函数的情况下-The initial sampling point for the IEC test the impact, without any window function case
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:676byte
    • 提供者:熊杰锋
  1. cut_sample

    0下载:
  2. 使用二分法对样本集进行剪辑,剪辑法的思想,就是将样本集分成训练集与考试集, 利用训练集样本对考试集的样本进行分类(使用近邻法),如果考试集中某个样本分类错误的话,将这个样本删除。在该函数中,使用最近邻法,只进行一次剪辑(遍历完考试集中的样本以后退出)。还有一种重复剪辑法(适用于样本比较多的情况),把样本随机分为多个样本集,将相邻的两个样本前一个作为考试集,后一个作为训练集,调用二分剪辑。所有的样本子集剪辑完毕以后,在递归调用,直到没有样本被剪辑掉,没得讲,重复剪辑的效果肯定好一些。 -Th
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1.09kb
    • 提供者:shihao
  1. LMS_RLS_sim

    0下载:
  2. 功能描述:测试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
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:935byte
    • 提供者:赵明诚
  1. L_D_sim

    0下载:
  2. 功能描述:测试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
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1.07kb
    • 提供者:赵明诚
  1. zhinengdianwang

    1下载:
  2. 基于 MAS 建立的分布并行计算环境,其任务调度问题具有新的特点 对于基于MAS 的配电快速仿真与模拟系统,以配电 网三相状态估计为例,建立了新的调度问题模型,提出了基于FCM 的启发式任务调度优化方法 该方法利用模糊C 均值聚类分析 算法对独立任务进行聚类分析,避免了在超大解空间中用基于搜索的方法去寻求最优解的做法 该方法具有线性时间复杂度,而 且通过大量算例表明它总是能够在合理的时间内获得次优解或最优解,使masDSE 的性能有明显改善-In the distributed pa
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:267.85kb
    • 提供者:macrotone
  1. test_uncoded_BPSK

    0下载:
  2. 未编码传输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
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:908byte
    • 提供者:shenfeng
  1. DistgshAnalysis

    0下载:
  2. 最短距离算法的系统聚类测试例子以供大家学习研究距离算法。-Shortest distance algorithm system clustering test case for study and research the distance algorithm .-DistgshAnalysis.m
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:689byte
    • 提供者:AndyChou
  1. Fridge-regress

    1下载:
  2. 岭回归分析(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
  3. 所属分类:matlab

    • 发布日期:2017-11-08
    • 文件大小:2.2kb
    • 提供者:阿杜
  1. liziqun

    0下载:
  2. 分析了软件测试中测试用例自动生成技术的发展现状和粒子群优化算法的基本原理及实现步骤,并详细研究了几种重要的改进的粒子群优化算法。在此基础上,改进了基本粒子群优化算法,提出了基于改进的粒子群优化算法的测试用例自动生成系统框架,并给出了基于改进的粒子群优化算法的测试用例自动生成算法。 最后,采用matlab语言编程实现了基于改进的粒子群优化算法的测试用例自动生成算法,用具体实例对其进行了实验,并对结果数据进行了分析。 本文提出的基于改进的粒子群优化算法的测试用例自动生
  3. 所属分类:matlab

    • 发布日期:2017-12-06
    • 文件大小:1.2kb
    • 提供者:肖宁
  1. windbarb_test

    0下载:
  2. Weather radar wind barb plotting test case with image
  3. 所属分类:matlab

    • 发布日期:2017-11-18
    • 文件大小:26.98kb
    • 提供者:Sureshbabu
  1. DG-optimal-PSO-algorithm

    3下载:
  2. 该算法可以计算含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.
  3. 所属分类:matlab例程

    • 发布日期:2013-07-15
    • 文件大小:8.95kb
    • 提供者:polygan
  1. state-estimation-using-PSO

    1下载:
  2. 使用PSO算法来求解状态估计,测试算例为IEEE 33 test case,效果不错。-Distribution State Estimation (DSE) by using PSO algorithm
  3. 所属分类:matlab

    • 发布日期:2017-11-16
    • 文件大小:3.47kb
    • 提供者:polygan
  1. FASER-Test-158-Forced-Oscillation-Reduced-Data.zi

    0下载:
  2. matlab program to learn how to control uav with its aerodynamics for helping for special case faser uav
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:285.98kb
    • 提供者:ahmedelbanna
  1. ls

    0下载:
  2. 系统辨识中最小二乘辨识的系列方法函数接口,包括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.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3.25kb
    • 提供者:李昊曦
  1. SVM

    0下载:
  2. 一个MATLAB语言写的SVM算法测试例,便于理解SVM二分类方法的实际含义(A MATLAB language written SVM algorithm test case, easy to understand the SVM two classification method of practical significance)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-26
    • 文件大小:59kb
    • 提供者:AIGANG
  1. test

    0下载:
  2. 用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
  3. 所属分类:matlab例程

    • 发布日期:2018-01-08
    • 文件大小:14kb
    • 提供者:Alek lv
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com