-
ASKxiangganjietiao
说明: ASK仿真,包含调制解调,加高斯白噪声,matlab程序(ASK simulation, including the modem, add Gaussian white noise, matlab program)
- 2011-03-08 20:56:10下载
- 积分:1
-
shanks
Model a signal using Shanks method
- 2011-09-22 22:00:53下载
- 积分:1
-
MATLAB智能算法30个案例分析(第2版)
说明: 这是MATLAB智能算法30个案例分析(第2版)的code部分,内容详实,有兴趣学习基于matlab只能优化算法的可以参考,里面主要有遗传算法、粒子群算法、模拟退化算法等的演示。(This is the code part of the 30 case analysis (second edition) of MATLAB intelligent algorithms. The content is detailed. If you are interested in learning based on matlab, you can only optimize the algorithm. You can refer to it. There are demonstrations of genetic algorithm, particle swarm algorithm, simulation degradation algorithm, etc.)
- 2020-07-10 07:17:45下载
- 积分:1
-
example_matlab
包括RZ,NRZ,QAM,FSK,误码率曲线等的仿真(including RZ, NRZ, QAM, FSK, BER curves Simulation)
- 2006-05-25 16:23:33下载
- 积分:1
-
power_tcsc
Matlab的TCS仿真程序,可以运行试用!(The TCS Matlab simulation program, you can run trial!)
- 2010-05-26 15:17:04下载
- 积分:1
-
meanShiftPixCluster
This is a good demo of showing how the mean shift idea works for image pixel clustering
- 2013-12-17 21:07:04下载
- 积分:1
-
inpainting
image inpainting
(CS7495 Final Project
Sooraj Bhat
Object Removal by Exemplar-based Inpainting
USING THE CODE
Everything was done in Matlab and MEX (i.e. a C function callable from
Matlab). First, the C code needs to be compiled. At the Matlab
prompt, type:
mex bestexemplarhelper.c
You should then be able to run the following (which takes ~2mins on my
2GHz Pentium 4 laptop with 256MB of RAM):
[i1,i2,i3,c,d,mov] = inpaint( bungee0.png , bungee1.png ,[0 255 0])
A smaller run (~25 seconds) would be:
[i1,i2,i3,c,d,mov] = inpaint( bw0.png , bw2.png ,[0 255 0])
To visualize:
plotall
close movie(mov)
SAMPLE IMAGES & RESULTS
*0.png The original images ( bw and bungee )
*{1,2}.png The different fill region masks.
*P2.png Plots of confidence and data terms.
*P5.png Plots of original, fill region, inpainted images and
confidence and data terms.
Other images in the dir contain redundant information. I di)
- 2010-06-19 21:00:49下载
- 积分:1
-
angle2dcm
program in matlab code
- 2012-03-29 10:50:22下载
- 积分:1
-
solve-equation
matlab用来解一般线性或者非线性方程的方法及标准应用公式。(matlab used to solve a general linear or nonlinear equations and application of formulas.)
- 2012-06-08 10:45:34下载
- 积分:1
-
example762
benders分解算法,求优化问题min cx+dy
s.t.Ax+By>b(benders decomposition algorithm for the optimization problem min cx+dy stAx+By> b)
- 2014-04-29 19:46:20下载
- 积分:1