:独立成分分析 ( I C A)在国内尚属一门新型的方法 介绍了I C A的原理及其算法 ,然后介绍了该算法在盲源 信号分离中的具体应用,并将此方法 与主成分方洼 ( P C A)进行了比较
上传时间: 2013-12-16
上传用户:mpquest
泊松分布是一种常用的离散型概率分布,数学期望为m的泊松分布的分布函数定义如下: P(m, k) = mk * e-m/k! (k = 0, 1, 2, 3, …) 对于给定的m和k (0<m<2000, 0<= k < 2500),计算其概率,以科学格式输出,保留小数点后6位有效数字。
上传时间: 2017-06-14
上传用户:wpwpwlxwlx
BP神经网络程序,C语言源代码 如下: #include "iostream.h" #include "iomanip.h" #include "stdlib.h" #include "math.h" #include "stdio.h" #include "time.h" #include "fstream.h" #define N 120 //学习样本个数 #define IN 3 //输入层神经元数目 #define HN 2 //隐层神经元数目 #define ON 2 //输出层神经元数目 #define Z 20000 //旧权值保存-》每次study的权值都保存下来 double P[IN] //单个样本输入数据 double T[ON] //单个样本教师数据 double U11[IN][HN] //输入层至第一隐层权值 double V[HN][ON] //隐层至输出层权值 double X1[HN] //第一隐层的输入 double Y[ON] //输出层的输入 double H1[HN] //第一隐层的输出 double O[ON] //输出层的输出 double YU_HN1[HN] //第一隐层的阈值 double YU_ON[ON] //输出层的阈值 double err_m[N] //第m个样本的总误差 double a //学习效率 double alpha //动量因子
标签: include iostream iomanip stdlib
上传时间: 2017-06-15
上传用户:xinzhch
The code performs a number (ITERS) of iterations of the Bailey s 6-step FFT algorithm (following the ideas in the CMU Task parallel suite). 1.- Generates an input signal vector (dgen) with size n=n1xn2 stored in row major order In this code the size of the input signal is NN=NxN (n=NN, n1=n2=N) 2.- Transpose (tpose) A to have it stored in column major order 3.- Perform independent FFTs on the rows (cffts) 4.- Scale each element of the resulting array by a factor of w[n]**(p*q) 5.- Transpose (tpose) to prepair it for the next step 6.- Perform independent FFTs on the rows (cffts) 7.- Transpose the resulting matrix The code requires nested Parallelism.
标签: iterations performs Bailey number
上传时间: 2014-01-05
上传用户:libenshu01
这是一个比较简单的模糊免疫PID的程序,在程序中结合了P模糊与免疫的思想,有较高的实用价值!
上传时间: 2013-12-16
上传用户:851197153
Complete steps and project for developing a server project and procedure to deploy and execute the project. This article/tutorial with code will make you to develop your own web projects. For more details and more tutorials and more projects for EJB, BMP, CMP,
标签: project and developing procedure
上传时间: 2014-01-13
上传用户:leehom61
罗马支配数的算法,对广义Petersen图P(n,2)的罗马支配数进行了研究
标签: 算法
上传时间: 2013-12-12
上传用户:2467478207
Implementations of different methods of sorting: BinaryInsertions.pas BubbleSort.pas HeapSort.pas InsertionBorder.pas InsertionSort.pas modifbubble.pas qsort.pas quicksort.pas selection.pas Shaker.pas shell.pas
标签: BinaryInsertions Implementations BubbleSort different
上传时间: 2017-06-28
上传用户:dapangxie
Launch Matlab by either clicking twice on the Matlab icon on your desktop or by selecting: Start Programs Matlab Matlab. The main window is the MATLAB Command Window, where you write your instructions.
标签: Matlab selecting clicking desktop
上传时间: 2017-06-30
上传用户:aa17807091
这个m代码包含了一系列的小波变换的实现函数,有Daubechies,symlets,splines,S+P小波, JPEG2000小波变换等. 可以进行1D或者二维小波变换。
上传时间: 2013-12-16
上传用户:aig85