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

搜索资源列表

  1. ga_program

    0下载:
  2. /*y=100*(x1*x1-x2)*(x1*x2-x2)+(1-x1)*(1-x1)其中-2.048<=x1,x2<=2.048作适应度函数求最大适应度即为函数的最大值 */-/ * y = 100 * (x1 * x1 - x2) * (* x2 - x1 - x2) (1-x1) * (1-x) which -2.048
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2.46kb
    • 提供者:xieying
  1. yichuan11

    0下载:
  2. 利用遗传算法求使 达到最大值时的x1和x2的值-using genetic algorithms to achieve the maximum value for the x1 and x2 value
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:8.43kb
    • 提供者:mengxinyi
  1. lms-50Hz

    0下载:
  2. 采集到的50Hz电源信号送至信号处理器作为参考信号,该参考信号在信号处理器中需经HILBERT变换变成两路正交正余弦信号X1、X2,然后采用自适应滤波器算法滤掉有用信号中的50Hz信号。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.28kb
    • 提供者:周继勇
  1. matlab(GA)2

    0下载:
  2. matlab遗传算法工具箱函数及实例讲解2 【问题】在-5<=Xi<=5,i=1,2区间内,求解 f(x1,x2)=-20*exp(-0.2*sqrt(0.5*(x1.^2+x2.^2)))-exp(0.5*(cos(2*pi*x1)+cos(2*pi*x2)))+22.71282的最小值。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.16kb
    • 提供者:xjk
  1. radon_ambiguity

    0下载:
  2. %radon transform clear all % N=800 n=1:N fs=200 t=n/fs x1=exp(j*2*pi*(5*t+0.5*5*t.^2)) x2=exp(j*2*pi*(5*t+0.5*15*t.^2)) x=x1+x2 %N=length(x) % ambifunb(x ) %*****************************************RAT na
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.59kb
    • 提供者:abcde
  1. 数字图像处理Matlab编程

    0下载:
  2. 本程序是对一幅图像进行变灰度、旋转、锐化、在图像上画圆或椭圆、直线等操作的程序。 说明:要实现相应功能的操作,需要在输入框内输入正确的表达式。举例如下: 画直线:x1=20,y1=15,x2=150,y2=100 画圆:x=100,y=100,r=20 画椭圆:x=100,y=100,r=20,a=16,b=9 旋转:x=30(度数),ax=100,ay=90 锐化:x=80-this procedure is a gray image change, rotation, sharpening
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:7.37kb
    • 提供者:代丛军
  1. wenxianshuju.rar

    0下载:
  2. X2分布检验,只要是用来检验数据是否属于正态,对数正态,伽马分布,X2 distribution of test data as long as they are used to test whether they are Normal, Lognormal, Gamma distribution
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:851byte
    • 提供者:占志亮
  1. Parzen-window-method

    0下载:
  2. 此为模式识别中Parzen窗法估计概率密度函数。 全部程序流程如下: 1、读取FAMALE.TXT文件把身高或体重给数组,并求x1的样本数N1和窗宽、体宽; 2、读取MALE.TXT文件把身高或体重给数组,并求x2的样本数N2和窗宽、体宽; 3、读取Test2.txt文件把对应的身高或体重给数组A并求A的样本数M; 4、利用Parzen窗法估计概率密度函数判别男女性别; 5、对本判别的错误率进行统计。 -This is the pattern recognition
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:2.71kb
    • 提供者:崔杉
  1. t-f-x2-matlab-program

    0下载:
  2. 本matlab程序对t,f,卡方三大概率分布进行绘图分析,绘制了每种分布不同参数下的曲线,可以直观的看出不同参数对不同分布的影响。-The matlab programs are the mapping analysis of three probability distribution (t, f, chi-square) .In the program, the distribution of different parameters are mapped . you can direct
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1.36kb
    • 提供者:陈蕉容
  1. equal-area-critirea

    0下载:
  2. E=input( enter the generator voltage: ) V=input( enter the infinite bus voltage: ) Gx=input( enter the reactance of generator: ) L1x=input( enter the line reactance: ) L2x=input( enter the line reactance: ) L3x=input( enter the line re
  3. 所属分类:matlab

    • 发布日期:2017-10-30
    • 文件大小:7.49kb
    • 提供者:tkspandy
  1. szfxsy1

    1下载:
  2. 实验一:三次样条插值(P56,例6) 一、实验目的: 1) 掌握三次样条插值的运用 2) 了解拉格朗日插值在高次上的误差 二、实验环境:Matlab6.5 三、实验内容: 1) 给定函数f(x)=1/(1+x2),-5<=x<=5,节点xk=-5+k,(k=0,1,2…10),用三次样条插值求S10(x),S10’(-5)=f’(-5),S10’(5)=f’(5)。 2)作原函数f(x),拉格朗日插值函数Ln(x),三次样条差值函数Sn(x)。画出三个函
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:43.53kb
    • 提供者:TNG
  1. Matlab

    0下载:
  2. 一个基于Matlab的人工免疫算法程序,对初学者很有用。-Immune Algorithm based on the immune network model for function f(x1,x2) optimum copy right SCUT Guangxing Tan
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:4.48kb
    • 提供者:小蓝
  1. coherence_MVDR

    0下载:
  2. 基于MVDR算法,计算两个信号的相关性的函数。-This program computes the coherence function between 2 signals x1 and x2 with the MVDR method. This algorithm is based on the paper by the same authors: J. Benesty, J. Chen, and Y. Huang, "A generalized MVDR sp
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:894byte
    • 提供者:huang
  1. shot-detecting

    1下载:
  2. 多种基于内容的视频检索镜头分割算法matlab程序,主要是检测突变,有基于直方图的方法,基于X2直方图的方法,基于像素的方法以及基于边缘轮廓法对比!对于这一领域的研究具有很好的入门作用!也是本人毕业论文所写的!视频文件建议先分离掉声音,仅保留图像系列,文件须为mpg!-A variety of content-based video retrieval lens matlab segmentation procedures, the major mutations are detected, t
  3. 所属分类:matlab

    • 发布日期:2014-04-08
    • 文件大小:101.73kb
    • 提供者:ttt
  1. fixed_point_systems

    0下载:
  2. Fixed-point for functions of several variables -Function fixed_point_systems(x0, N) approximates the solution of a system of nonlinear equations F(x) = (f1(x), f2(x), ..., fn(x)) = 0 rewritten in the fixed-point form x = G(x) = (g1(x), g2(x), ..., gn
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:904byte
    • 提供者:王怀东
  1. MATLAB

    0下载:
  2. 运用MATLAB编程实现计算两序列x1(n)={1,2,3,4,5},x2(n)={1,2,3,4,5,4,3,2,1}的圆周卷积-Calculated using MATLAB programming to achieve the two sequences x1 (n) = (1,2,3,4,5), x2 (n) = (1,2,3,4,5,4,3,2,1) of circular convolution
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:674byte
    • 提供者:王丽越
  1. fcs_gen

    0下载:
  2. 用于产生CRC校验的matlab源码,生成多项式g(x) = x32 + x26 + x23 + x22 + x16 + x12 + x11 + x10 + x8 + x7 + x5 + x4 + x2 + x + 1,按比特输入按字节输出-Matlab code for CRC-16 generation
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:519byte
    • 提供者:alex
  1. comparison_numerical_interpolation_real_values.ra

    0下载:
  2. Used function P(x) = 1+x− x2+0.2x3+0.1x4 and its known the values P(x)=[ -6.2 -8.3 -5.0 -1.1 1 1.3 2.2 8.5 27.4], in x= [-4 -3 -2 -1 0 1 2 3 4] to interpolate in the xi = − 4 + 0.1i, i = 0, 1, 2, . . . 80. Results are graphical
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:804byte
    • 提供者:venera
  1. 2finish

    0下载:
  2. matlab的基本实现函数有图 例如求代数方程3x5+4x4+7x3+2x2+9x+12=0的所有根。(利用roots函数)-The basic realization of matlab function has a plan such as the algebraic equation 3x5+4 x4+7 x3+2 x2+9 x+12 = 0 for all roots. (Using the roots function)
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:53.37kb
    • 提供者:huawenlai
  1. shuzuyunsuan

    0下载:
  2. 设在内存区域中有数组X和Y。X数组有X1,X2,…,X10;Y数组有Y1,Y2,…,Y10,编程序实现下面的计算: Z1=X1-Y1,Z2=X2+Y2,Z3=X3-Y3,Z4=X4+Y4,Z5=X5+Y5,Z6=X6-Y6,Z7=X7-Y7,Z8=X8+Y8,Z9=X9-Y9,Z10=X10+Y10。计算结果Z存放在数组Z中。 为了便于检查结果,设数组X的内容为db 22,11,22,11,11,22,22,11,22,11,0,0,0,0,0,0存放于ds:0的内存中,为了便于计算,把
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:4.61kb
    • 提供者:杜宾
« 12 3 4 5 »
搜珍网 www.dssz.com