-
fastiminpaint
Describes an image inpainting algorithm used in reconstruction and restoration of digital images. Totally based on convolutions
- 2010-09-23 04:05:02下载
- 积分:1
-
project
This is an hardware project.
- 2011-01-24 14:32:16下载
- 积分:1
-
CGwudian
本例用五点差分法求解一个二阶偏微分方程,其间用CG法处理,此实验可分别选取N=4,8,16,32(This example uses a five-point difference method for solving second order partial differential equations, during treatment with CG, were selected for this experiment can be N = 4,8,16,32)
- 2011-08-24 21:51:51下载
- 积分:1
-
OFDM-SENSING
基于OFDM/QPASK信号的周期循环频谱感知算法
认知无线电应用(Based on OFDM/QPASK signal cycle of the spectrum perception algorithm)
- 2014-05-05 22:33:25下载
- 积分:1
-
dip3
用Matlab中的下列函数对输入图像按实验内容进行运算;感受各种不同的图像处理方法对最终图像效果的影响。
imfilter;fspecial;imadjust;imadd;immultiply
(With the following Matlab function of the input image by computing the experimental content experience a variety of image processing methods on the impact of the final image. imfilter fspecial imadjust imadd immultiply)
- 2009-05-29 11:30:32下载
- 积分:1
-
report_FFT_2010_10_31
说明: 一个关于傅里叶变换的学习课件,本人自己制作,课题组内部学习使用。(A study on the Fourier transform of the courseware, I produce their own, learning to use the internal research group.)
- 2011-04-06 00:58:49下载
- 积分:1
-
FDTD
一个基于matlab仿真环境的模拟仿真电磁波传播的程序设计,有需要可以下载(A two-dimensional simulation fdtd algorithm TM and TE wave simulation of MATLAB programs minimum Maxwell maxmun do will that but one two see out one two three four five)
- 2021-04-08 11:49:00下载
- 积分:1
-
GA_MP
基于并行方法的遗传算法求解多目标优化问题的matlab程序,可作为多目标学习(Parallel genetic algorithm for solving multi-objective optimization problem based method matlab program can learn as a multi-objective)
- 2020-10-04 20:57:39下载
- 积分:1
-
RELS
增广最小二乘法参数估计,系统辨识,针对含有输出噪声的SISO模型。(Augmented least squares parameter estimation, system identification, aimed at containing the output noise of the SISO model.)
- 2009-10-17 16:44:45下载
- 积分:1
-
bisection_new
Step 1: Set i=1
FA=f(a)
Step 2: while i≤ No do step 3-6.
Step 3 set p=(a+b)/2
FP=f(p)
Step 4 if FP<TOL or (b-a)/2<TOL then
OUTPUT(p)
STOP.
prepared by Razana Alwee
24
Algorithm
Step 5 set i=i+1
Step 6 if FA.FP > 0 then set a=p
FA=FP
else set b=p.
Step 7 OUTPUT (‘Method failed after No iteration,
No=’, No)
- 2011-11-23 09:49:57下载
- 积分:1