-
Matlab
说明: 用MATLAB仿真光纤的非线性效应中的自相位调制曲线.(Using MATLAB simulation of nonlinear optical effect of self-phase modulation curves.)
- 2008-11-23 19:32:54下载
- 积分:1
-
dbf2800df370
包含MVC,GMV等的几种控制系统性能评估算法。还不错,分享一下(Generalized minimum variance control)
- 2013-12-21 22:52:00下载
- 积分:1
-
bird
低通滤波 通过自定义低通滤波器,达到滤除鸟笼子的目的(failed to translate)
- 2013-05-05 09:18:14下载
- 积分:1
-
Matlab多旅行商实验
用matlab程序求解多旅行商问题,使用蚁群算法(Solving multi traveling salesman problem)
- 2017-08-25 19:14:40下载
- 积分:1
-
Burg
用burg算法实现功率谱的估计,可以改变信噪比SNR,阶次P,可以分析分辨率(Burg algorithm using power spectrum estimation, can change the signal to noise ratio SNR, order P, can be analyzed resolution)
- 2007-09-06 22:18:52下载
- 积分:1
-
Least-squares-deconvolutio
最小平方反褶积matlab代码(新手上路)(Least-squares deconvolution matlab code (Getting Started))
- 2009-04-27 18:23:06下载
- 积分:1
-
Twostep_spotlight
该文件代码是对工作在聚束模式下的合成孔径雷达数据成像的两步式算法。(The document code is working in spotlight mode synthetic aperture radar imaging data is a two-step algorithm.)
- 2014-12-15 23:27:33下载
- 积分:1
-
Laganiere-Robert---OpenCV-2-Computer-Vision-Appli
Laganiere Robert - OpenCV 2 Computer Vision Application Programming Cookbook - 2011
- 2014-01-28 15:01:04下载
- 积分:1
-
psnr mse
自动计算一幅图像的峰值信噪比PSNR和均方误差MSE(Automatically calculate the psnr and mse of an image.)
- 2021-01-07 20:58:52下载
- 积分: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