登录
首页 » matlab » lena

lena

于 2012-05-23 发布 文件大小:1KB
0 262
下载积分: 1 下载次数: 14

代码说明:

  自适应采样,可以根据灰度变化的不同来进行采样。matlab代码(adaptive sampling)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • TPM
    混沌跳频序列性能测试 汉明相关性 间隔特性 平衡性(Testing chaotic FH sequences interval Hamming correlation properties balance)
    2021-04-07 09:09:02下载
    积分:1
  • fenchafenxi
    说明:  duffing混沌系统的分岔分析,含有详细程序(duffing bifurcation analysis of chaotic systems, containing detailed procedures)
    2011-04-14 09:15:56下载
    积分:1
  • simulink
    simulink中的模块中中英文对照,十分详细,各个模块都有(The Chinese and English versions of the module simulink, very detailed, each module)
    2012-05-15 15:34:24下载
    积分:1
  • fractal-use
    分形的练习一 ①Koch曲线 用复数的方法来迭代Koch曲线 clear i 防止i被重新赋值 A=[0 1] 初始A是连接(0,0)与(1,0)的线段 t=exp(i*pi/3) n=2 n是迭代次数 for j=0:n A=A/3 a=ones(1,2*4^j) A=[A (t*A+a/3) (A/t+(1/2+sqrt(3)/6*i)*a) A+2/3*a] end plot(real(A),imag(A)) axis([0 1 -0.1 0.8]) ②Sierpinski三角形 A=[0 1 0.5 0 0 1] 初始化A n=3 迭代次数 for i=1:n A=A/2 b=zeros(1,3^i) c=ones(1,3^i)/2 A=[A A+[c b] A+[c/2 c]] end for i=1:3^n patch(A(1,3*i-2:3*i),A(2,3*i-2:3*i), b ) patch填充函数 end (Fractal Exercise One The ① Koch curve Plural iteration Koch curve clear i to prevent i is reassigned A = [0 1] initial A is a connection (0,0) and (1,0) of the segments t = exp (i* pi/3) n = 2 n is the number of iterations for j = 0: n A = A/3 a = ones (1,2* 4 ^ j) A = [A (t* A+ a/3) (A/t+ (1/2+ sqrt (3)/6* i)* a) A+2/3* a] end plot (real (A), imag (A)) axis ([0 1-0.1 0.8])   ② Sierpinski triangle A = [0 1 0.5 0 0 1] initialized A n = 3 the number of iterations. for i = 1: n A = A/2 b = zeros (1,3 ^ i) c = ones (1,3 ^ i)/2 A = [A A+ [c b] A+ [c/2 c]] end for i = 1:3 ^ n patch (A (1,3* i-2: 3* i), A (2,3* i-2: 3* i), b ) patch filled function end)
    2013-03-02 10:03:09下载
    积分:1
  • adaptive-lpf1
    matlab code for adaptive lms filter
    2015-01-23 13:01:23下载
    积分:1
  • AntColony
    it consists of matlab code for vehicle routing problem with time windows using Antcolony algorithm
    2015-02-16 14:04:53下载
    积分:1
  • ch5
    内容完整且每章相对独立;是一本简明的MATLAB参考书,既适用于初学者,也适用于高级MATLAB用户。对MATLAB与FORTRAN、C等语言结合的描述更是所有MATLAB书籍中少有的一大特色。(The contents of each chapter is relatively complete and independent it is a simple MATLAB reference books, both for beginners, but also to high-level MATLAB users. Of MATLAB and FORTRAN, C and other languages with a description of all MATLAB books is a major feature of the few.)
    2009-10-17 13:30:00下载
    积分:1
  • ArcIMSTECH
    ArcIMS技术讲座,介绍软件如何使用,有利于初学者使用ArcIMS(ArcIMS technology seminars on how to use software that is conducive to beginners ArcIMS)
    2006-11-02 13:14:34下载
    积分:1
  • work
    该程序可以绘出杨大成《移动传播环境》的7.2.1.1小节的等距离法实现经典功率谱密度,自相关函数,以及自相关函数均方差。文件中含m文件以及绘出的jpg文件。(The program can draw POSTS " mobile communication environment" section of the equidistance method 7.2.1.1 achieve the classic power spectral density, autocorrelation function, and the autocorrelation function of MSE. M file containing the jpg file and draw the file.)
    2011-06-02 19:00:28下载
    积分:1
  • matlab3
    matlab实用程序3之数值分析篇暨图形处理篇(Matlab utility of numerical analysis of article 3 graphics processing article )
    2012-05-13 22:40:35下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载