-
NILT
本文件采用Matlab软件,实现了拉普拉斯逆变换的计算。(This document is the use of Matlab software, the realization of the inverse Laplace transform calculations.)
- 2009-04-14 18:37:47下载
- 积分:1
-
fixed_point
Fixed-Point iteration(Function fixed_point(p0, N) approximates the solution of an equation f(x) = 0, rewritten in the form x = g(x), which is a sub-function the user has to enter. the call to the function fixed_point(p0, N) returns the root of the equation f(x),i.e. the fixed-point of g(x), if the procedure is successful or a sequence of iterates in case something goes wrong. p0 is the initial approximation and N the maximum number of iterations. If, after N iterations, condition |x(k)- x(k-1)| < tol is not satisfied, all iterated values will be displayed, accompanied by a message asking the user to either change p0 in case of divergence or enter another g(x) that does not lead to complex numbers arithmetics. Reasons for the program to go wrong are the divergence of iterates and/or appearance of complex numbers for example with functions involving sqrt(x) when one of the iterates is negative. )
- 2009-05-14 04:43:58下载
- 积分:1
-
xx
matlab radar model works awesome
- 2012-04-12 20:55:59下载
- 积分:1
-
ncm
经典教材 数值计算matlab 源代码 (matlab code for numerical computation using matlab )
- 2014-10-29 20:51:32下载
- 积分:1
-
bianbuchangvss-and-mvss-and-nlms
LMS算法程序 代码等等 变步长LMS算法程序 代码等等 变步长(lms
bianbuchang)
- 2014-01-12 18:12:10下载
- 积分:1
-
GM-PHD
多目标跟踪,基于GMPHD,共有五个目标,包括目标产生,消亡等(multi-target tracking based on GM_PHD)
- 2021-03-29 19:59:10下载
- 积分:1
-
firefly_simple
利用萤火虫算法对微网中各分布式电源进行优化调度,适合电力规划人员在规划中的应用(Firefly algorithm utilizing various micro network of distributed power optimized scheduling application for the power planners in planning)
- 2015-06-09 11:20:40下载
- 积分:1
-
Facial-Recognition-System
人的面部识别程序,检测正确率很高,经过对多账户照片的识别,正确率为百分之一百(Facial recognition program, the detection accuracy is high)
- 2020-07-04 11:20:01下载
- 积分:1
-
chuck---Kogpya
This is the first matlab code of chuck
- 2014-12-12 08:37:13下载
- 积分:1
-
133
对于一幅输入图像,将产生一幅输出图像,输出图像的每个像素点的灰度值由输入像素点决定,将感兴趣特征的对比度扩展使之占据可显示灰度级的更大部分。使一输入图像转换为在每一灰度级上都有相同的像素点数,均衡化会减少灰度级数。大多数自然图像由于其灰度值分布集中在较窄的范围之内,引起图像细节不够清楚。采用直方图修正后可使图像的灰度间距拉大或使灰度均匀分布,从而增大了反差,使图像细节清楚,达到增强的目的。(For an input image, will produce an output image, the output image gray value of each pixel from the input pixel decided to expand interest in the contrast of features to make it account for more gray levels can be displayed most. Make an input image is converted to grayscale in each pixel have the same points, equalization will reduce the gray series. Most natural images because of their gray value distribution concentrated in a narrow range, causing the image detail is not clear enough. Make the image histogram revised by the gray space widening or so gray uniform distribution, thereby increasing the contrast between the image details clear objective to achieve enhanced.)
- 2010-06-08 15:02:11下载
- 积分:1