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

搜索资源列表

  1. fitcurve

    0下载:
  2. 二乘法曲线拟合 //X,Y -- X,Y两轴的坐标 //M -- 结果变量组数 //N -- 采样数目 //A -- 结果参数 -Using two multiplication fit the curves//X,Y the site of two axial x,y//M the number of outcome variable//N the number of samples//A the parameter of outcome
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6.36kb
    • 提供者:qiao
  1. pbfx

    1下载:
  2. vb编写的,用于音频分析的快速复利叶算法。含有音频采样(wav),频谱分析。-vb prepared for the rapid analysis of the audio compound leaf algorithm. Audio samples containing (wav), spectrum analysis.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4.95kb
    • 提供者:王天骄
  1. hmc

    2下载:
  2. Hybrid Monte Carlo sampling.SAMPLES = HMC(F, X, OPTIONS, GRADF) uses a hybrid Monte Carlo algorithm to sample from the distribution P ~ EXP(-F), where F is the first argument to HMC. The Markov chain starts at the point X, and the function GRAD
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3.17kb
    • 提供者:西晃云
  1. 方差分析

    0下载:
  2. 方差分析(analysis of variance,或缩写ANOVA)又称变异数分析,是一种应用非常广泛的统计方法。其主要功能是检验两个或多个样本平均数的差异是否有统计学意义,用以推断它们的总体均值是否相同。-ANOVA (analysis of variance, or the initials ANOVA), also known as the analysis of variability is a very extensive application of statistical met
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:289.33kb
    • 提供者:徐高波
  1. goose-0.0.11.tar

    0下载:
  2. 非常著名的曲线拟合程序,很长,要看懂需要花不少的时间。内含例题-A very famous curve fitting program,very long,it s needs much time to understand it.Include samples
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:346.32kb
    • 提供者:李玉强
  1. msc.rar

    0下载:
  2. 多元散射校正算法,用于近红外散射数据处理,增强信噪比,function [Xcorrect]=msc(X,Xref) msc pretreate the samples X with the Multiplicative Scatter Correct Input X:the matrix of the sample spectra to be Correct Xref:the matrix of the sample spectra
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:688byte
    • 提供者:张志敏
  1. NH2.rar

    0下载:
  2. 最小二乘法曲线拟合的程序。根据试验采集的10-100个采样点,利用最小二乘思想,可以拟合出N次的曲线。具体阶次自己设定。,Least squares curve fitting procedures. 10-100 in accordance with test samples collected, the use of least squares of thought, can be fitted curve N times. Specific order set.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:192.17kb
    • 提供者:蓝逸尘
  1. STAT_KOLMOGOROV_TEST.rar

    0下载:
  2. This function performs the one sample, two tailed Kolmogorov-Smirnov hypothesis test on a set of data samples for a given cumulative distribution function.,This function performs the one sample, two tailed Kolmogorov-Smirnov hypothesis test on a se
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:881byte
    • 提供者:xie
  1. adpcm

    0下载:
  2. 该算法是根据自适应差分脉冲编码调制原理编写的算法,该算法利用了语音信号样点间的相关性,并针对语音信号的非平稳特点,使用了自适应预测-The algorithm is based on principles of adaptive differential pulse code modulation written algorithm, which samples the voice signal using the correlation between, and for non-station
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:1.54kb
    • 提供者:华电
  1. ANACOR

    0下载:
  2. 对应分析correspondence analysis(ANACOR) [G,F,A]=ANACOR(X),X为原始数据 p X n维 即有n个样本,每个样本由p个变量来描述。返回F为R型因子分析后的结果,Q为最后的结果,A=ZZ 。-Correspondence analysis correspondence analysis (ANACOR) [G, F, A] = ANACOR (X), X for the original data p X n that is n-dimension
  3. 所属分类:Algorithm

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

    0下载:
  2. 实现快速傅里叶变换,运算速度为Nlog2N 只能用于有2^n 个样本的信号-Fast Fourier transform, computation speed can only be used for Nlog2N there are 2 ^ n signal samples
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:462.06kb
    • 提供者:zhangmeng
  1. aaa

    0下载:
  2. 实现三类协方差不等的贝叶斯分类,输入样本即可得出此样本属于哪一类。-The realization of three categories ranging from Covariance Bayesian classifier, the importation of samples can be drawn to this type of samples.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:104.53kb
    • 提供者:ashia
  1. random

    0下载:
  2. 从数组中提取一组(六个)随机数,一共循环抽取5次并且将抽取的结果保存在一个一个RADOM.TXT文件里(分行保存). -Extracted from the array of one group (six) of random numbers, a total of 5 times the cycle and will be taken from the results of samples stored in one document RADOM.TXT (branch of Save).
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1.03kb
    • 提供者:王文
  1. kalman

    0下载:
  2. kalman滤波,能够读取数据样本,并对下一数据进行滤波-kalman filtering, be able to read data samples, and the next data filtering
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:887.02kb
    • 提供者:zhou
  1. oofem-1.7.tar

    0下载:
  2. c++的有限元源码,带说明书和测试数据,是难得的有限元开发资料.-This is the code of finite element method, with manual document and data samples, it is valusble for FEM development
  3. 所属分类:Algorithm

    • 发布日期:2017-05-13
    • 文件大小:3.26mb
    • 提供者:江南
  1. ofdm8mhz

    0下载:
  2. ofdm trasnmission using 4096 fft samples. with transmission rate 8mhz
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:1.08kb
    • 提供者:jack
  1. Goertzel

    0下载:
  2. Goertzel基本算法在每次采样后立即进行处理,在每个第N次采样进行一次音调检测。在采用FFT算法时,我们要对成块的采样进行处理,但这并不意味着必须按块来处理数据。数字处理的时间很短,因此如果每次采样都存在一次中断,那么这些数字处理完全可以在中断服务程序(ISR)内完成。或者,如果系统中存在采样缓存,那么可以持续采样,然后进行批处理。-Goertzel basic algorithms in each sample immediately after processing, in each o
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:22.63kb
    • 提供者:陈安伟
  1. Project6

    0下载:
  2. Reconstruction of 1-D and 2-D Signals with Missing samples using Time Varying (TV), Iterative (IT), Lagrange (LI), Matrix, SDFT and Reed Solomon Methods
  3. 所属分类:Algorithm

    • 发布日期:2017-05-10
    • 文件大小:2.06mb
    • 提供者:Solmaz
  1. EcgAnnotation_src

    0下载:
  2. Ecg anotations algorithms samples
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:41.25kb
    • 提供者:basculo
  1. BSpline

    0下载:
  2. 功能为找到离散点的B样条,即找到一个多项式,使得这个多项式经过这N个点。B样条利用邻近点进行拟合。对于采样数据,根据连续的三组采样点数据计算出一个2阶B样条作为这个区间内的拟合函数,下一个三组数据再计算下一个B样条,这样就可以连续采样连续计算了。-Function to find B-spline discrete points, that is to find a polynomial, so the polynomial through the N points. B-spline fitt
  3. 所属分类:Algorithm

    • 发布日期:2017-05-15
    • 文件大小:3.47mb
    • 提供者:Jing Wu
« 12 3 »
搜珍网 www.dssz.com