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

搜索资源列表

  1. 离散系统分析

    0下载:
  2. 已知一个LTI系统的差分方程为: y[n]-1.143*y[n-1]+0.4128*y[n-2]=0.0675*x[n]+0.1349*x[n-1]+0.0675*x[n-2] 初始条件y(-1)=1,y(-2)=2,输入x(n)=u(n),计算系统的零输入响应 -known LTI system of a differential equation : y [n] -1.143 * y [n-1] 0.4128 * y [n-2] x = 0.0675 * 0.1349 [n]
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:50578
    • 提供者:殷开
  1. Fit_Circle

    0下载:
  2. 输入X,Y座标,拟合园,使用最小平方拟合,经本人测试过-importation of X, Y coordinates, fitting Park, using the least square fitting, I tested
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:170072
    • 提供者:秦國銘
  1. wyio

    0下载:
  2. 这是一个计算曲线拟合的程序,用户在记事本中输入x,y值,然后程序会根据输入的数值拟合出相近的曲线.-This is a calculated curve fitting procedures, in the notebook user input x, y values, The program then will be imported under the numerical fitting out a similar curve.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3098
    • 提供者:张超
  1. DSP中含有gauss白噪声的双频正弦输入

    0下载:
  2. DSP中输入信号的生成过程。 conio.cpp实现X(n)信号,其中有两个频率分量的正弦信号(正弦计算由sinwn.cpp实现),频率可变,这里取140Hz和70Hz。 考虑了高斯白噪声,由gauss.cpp实现。 最后该信号共产生2000个点,最后的信号点存储于 “x.txt”文本中。-DSP input signal generation process. Conio.cpp achieve X (n) signal, in which there are two components o
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1662
    • 提供者:feide
  1. 输入三个整数x,y,z,请把这三个数由小到大输出

    0下载:
  2. p1_1.txt 程序分析:我们想办法把最小的数放到x上,先将x与y进行比较,如果x>y则将x与y的值进行交换,      然后再用x与z进行比较,如果x>z则将x与z的值进行交换,这样能使x最小。
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-09-11
    • 文件大小:875
    • 提供者:1314aa
  1. nd

    0下载:
  2. 本程序利用牛顿插值法对函数表,求出各阶均差值并通过输入x值得到函数值。例如(课本 ) 给出 的函数表 X 0.40 0.55 0.65 0.80 0.90 y 0.41075 0.57815 0.69675 0.88811 1.02652 均差求至4阶,并由此计算 的近似值 运行环境:C-Free -This procedure for the use of Newton' s interpolation function table, find the diffe
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:56234
    • 提供者:零下
  1. IIRfilter

    1下载:
  2. 设计低通IIR滤波器;并将此低通滤波器映射为高通、带通或带阻滤波器。并验证变换后的滤波器是否满足指标。并求输入x(n)=[cos(w1n)+cos(w2n)]u(n)经过系统后的输出y(n)-Low-pass IIR filter design and mapping this low-pass filter high pass, band pass or band stop filter. And verify whether the filter transformation to mee
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:26086
    • 提供者:楚乐
  1. Drawing

    1下载:
  2. 自定义函数画图软件,软件的函数输入部分分为4部分,针对的是4个分段函数,当然也可以扩展为5段,六段,如果你的函数不用分段,那就只用在第一个edit里面写下你的函数表达式即可,同时要在后面写出x的范围,和cftool里面的custom equation一样,只能用matlab语法规范的函数表达式,即你不要写2x而是2*x,不要把我们的数学表达式和matlab表达式搞混淆了。从gif可以看出,在第一个edit输入不同的函数,有多项式函数,指数函数,三角函数,对数函数,axes都能有正确的图形,另外用
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:30555
    • 提供者:ydb
  1. 4

    0下载:
  2. 用matlab实现的贝叶斯分类,对x进行了分类,其中可以自行的输入x看分类是否正确-with the matlab implemented Bayesian classification, a classification of x, which can see their own classification of the input x is correct or not
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:812
    • 提供者:lvyan
  1. pdfplot

    0下载:
  2. 显示一个经验概率密度函数在输入数组中的密度分布直方图X的使用nbins箱的数目(默认pdfplot套nbins至20)。如果输入X是一个矩阵,然后pdfplot(X)的分析它的载体,并显示所有值的PDF格式。对于复杂的输入X,pdfplot(X)的显示PDF格式的-displays a histogram of the empirical probability density function (PDF) for the data in the input array X usi
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:780
    • 提供者:dbb
  1. single-list-method

    0下载:
  2. 此实验利用前插法创建一个单链表,利用单链表的功能动态地开辟空间存储数据,以及删除数据释放空间。首先建立带表头结点的单链表,并输入数据。接着输出单链表中所有结点的数据域值。然后输入x,y在第一个数据域值为x的结点之后插入结点y,若无结点x,则在表尾插入结点y。最后输入k,删除单链表中所有的结点k,并输出被删除结点的个数。-The experimental use of forward runs to create a single list method, using a single linke
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:747
    • 提供者:梁小歪
  1. e^x

    0下载:
  2. 根据所输入的x值,来计算e^x的值,,并进行输出-Calculated according to the input x the value of e ^ x and the output
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:190040
    • 提供者:qianqinpeng
  1. bsplinebezier

    0下载:
  2. B样条和bezier拟合程序,自己输入x,y值,即可进行拟合-B-spline and bezier fitting procedure, enter the x, y values​ ​ , can be fitted.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:945
    • 提供者:Yang
  1. Newton-interpolation-method

    0下载:
  2. 牛顿插值法,输入x,y,再输入变量xi,就可以求得yi。-Newton interpolation method, the input x, y, and input variables xi, yi obtained.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:597
    • 提供者:李姣姣
  1. lagrange-matlab

    0下载:
  2. 拉格朗日插值法,输入x,y,再输入变量xi,就可以求得yi。-Lagrange interpolation method, the input x, y, and input variables xi, yi obtained.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:12367
    • 提供者:李姣姣
  1. cordic-c-vc-6.0

    0下载:
  2. cordic算法的c语言实现,输入x,y两点坐标,自动计算得出改点与平面坐标轴(x轴正向)夹角,适用于整个坐标平面。于环境vc 6.0下编译通过。-CORDIC algorithm realize the C language, input x, y coordinates of two points, are automatically calculated to change point and plane coordinate axis ( x axis positive ) angle,
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:1694
    • 提供者:baijingdong
  1. cordic-fixed-point-c-vc6.0-

    0下载:
  2. cordic算法的c语定点数仿真,输入x,y两点坐标,自动计算得出改点与平面坐标轴(x轴正向)夹角(有一定误差),适用于整个坐标平面。于环境vc 6.0下编译通过。-CORDIC algorithm C language fixed point simulation, enter the X, y coordinates of two points, are automatically calculated to change point and plane coordinate axis (
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:2299
    • 提供者:baijingdong
  1. bp_application_2

    0下载:
  2. 用BP神经网络实现输入x=0.3*sin(i*pi/50)+0.4*sin(i*pi/25)到输出y(n)=1/(1+3*y(n-1)+x(n)*x(n))的近似模拟,其中y(0)=0.15-BP neural network input x = 0.3* sin (i* pi/50)+0.4* sin (i* pi/25) to the output y (n) = 1/(1+3* y-(n-1)+approximate simulation of x (n)* x (n)), where y
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:247844
    • 提供者:刘荷苇
  1. cart2geo

    1下载:
  2. 从笛卡尔坐标系到地理坐标系的转换,输入X,Y, Z,输出phi,lambda 和 h-conversion of Cartesian coordinates (X,Y,Z) to geographical coordinates (phi, lambda, h)
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:808
    • 提供者:Angela Zhang
  1. tf_estimate

    1下载:
  2. 通过输入x和输出y来估计系统的传递函数模型-Through the input x and output y to estimate the system transfer function model
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1028
    • 提供者:刘海
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com