-
Hamming-code
模拟产生(7,4)汉明码及其监督矩阵,并用产生的监督矩阵判断传输的码字是否有错,如果有错,指示出其出面错误的位置 (Simulated (7,4) Hamming code and its monitoring matrix, and supervision of the resulting matrix to judge transmission codeword is wrong, if wrong, indicating that it came forward to the wrong location)
- 2012-05-07 15:35:17下载
- 积分:1
-
BP-neural-network
基于BP神经网络的人口预测,利用神经网络和以往的历史数据,进过训练然后进行预测(A prediction of total population based on BP neural network)
- 2014-04-14 08:48:07下载
- 积分:1
-
boa
boa-constructor 基于wxPython and Python 的GUI构建器(boa-constructor in wxPython and Python-based GUI Builder)
- 2007-09-11 17:51:39下载
- 积分:1
-
matlabfunction
matlab常用函数大全,初学者必学,很多基础的函数(matlab common function Guinness, beginners will learn many basic functions)
- 2010-12-30 16:17:17下载
- 积分:1
-
capon_music_doa
利用Capon, MUSIC进行窄带信号空域信号方向估计。比较分辨率性能。观察阵元数、信噪比、快拍数对估计器性能的影响。
(Using Capon, MUSIC for narrowband signal airspace signal direction estimates. Comparative resolution performance. Observe the number of array elements, signal to noise ratio, the number of snapshots on the estimator performance.)
- 2020-06-28 10:40:02下载
- 积分:1
-
matlabcodeofparticlefilter
matlab实现的粒子滤波器源代码,多若干实例并有与Kalman滤波器性能的比较(realize the particle filter matlab source code, and more with some examples and compare the performance of Kalman filter)
- 2008-03-19 12:20:11下载
- 积分:1
-
gkde
Gaussian Kernel Density Estimation with Bounded Support
- 2008-05-22 20:15:32下载
- 积分:1
-
Language
在matlab环境,实现language算法,根据所给的点确定原函数(language method)
- 2009-12-23 00:33:42下载
- 积分:1
-
Code
matlab与亚当慕斯公式结合解决运输问题!(matlab)
- 2009-06-09 14:39:32下载
- 积分:1
-
adapQuad
迭代自适应Simpson,Lobatto积分
In almost every standard book on numerics quadrature algorithms like the adaptive Simpson or the adaptive Lobatto algorithm are presented in a recursive way. The benefit of the recursive programming is the compact and clear representation. However, recursive quadrature algorithms might be transformed into iterative quadrature algorithms without major modifications in the structure of the algorithm.
We present iterative adaptive quadrature algorithm (adaptiveSimpson and adaptiveLobatto), which preserves the compactness and the clarity of the recursive algorithms (e.g. quad, quadv, and quadl). Our iterative algorithm provides a parallel calculation of the integration function, which leads to tremendous gain in run-time, in general. Our results suggest a general iterative and not a recursive implementation of adaptive quadrature formulas, once the programming language permits parallel access to the integration function. For details the attached PDF file Conrad_08.pdf. (Iterative Adaptive Simpson, Lobatto Points In almost every standard book on numerics quadrature algorithms like the adaptive Simpson or the adaptive Lobatto algorithm are presented in a recursive way. The benefit of the recursive programming is the compact and clear representation. However, recursive quadrature algorithms might be transformed into iterative quadrature algorithms without major modifications in the structure of the algorithm.We present iterative adaptive quadrature algorithm (adaptiveSimpson and adaptiveLobatto), which preserves the compactness and the clarity of the recursive algorithms (eg quad, quadv, and quadl) . Our iterative algorithm provides a parallel calculation of the integration function, which leads to tremendous gain in run-time, in general. Our results suggest a general iterative and not a recursive implementation of adaptive quadrature formulas, once the programming language permits parallel access to the integration function. For details the attached PDF file Conrad_08.pdf.)
- 2008-08-14 22:44:04下载
- 积分:1