CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 全息

搜索资源列表

  1. MQG_PhaseUnwrap

    1下载:
  2. 用计算机模拟四步相移的数字全息图,并取得他的包裹相位-Computer simulation of the four-step phase shifting digital hologram, and made him the wrapped phase
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:734
    • 提供者:戴万珍
  1. Roman-3

    0下载:
  2. 采用罗曼Ⅲ型编码方式且以字母K,利用MATLAB语言制作了一个迂回相位编码的傅立叶变换全息图。-Ⅲ type encoding using Roman letters and with K, the use of MATLAB language created a detour phase encoding of Fourier transform holograms.
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:542
    • 提供者:xuan_chyan
  1. holospectrum

    1下载:
  2. 屈梁生院士编写的经典故障诊断书籍,其中包含全息谱振动分析的部分。-book "holospectrum technology written by professor qu liangsheng
  3. 所属分类:software engineering

    • 发布日期:2017-05-19
    • 文件大小:5244660
    • 提供者:hongpan
  1. phase

    2下载:
  2. hilditch.m是hilditch细化算法。 RC_unwrap.m是逐行逐列去包裹算法。 least_unwrap.m是最小二乘去包裹算法。 FTP.m是利用傅里叶变换提取相位。 sincosfilter.m是正余弦滤波算法。 以上算法在相位图的相关计算中常用到,比如电子散斑干涉、全息干涉、相移技术等。-hilditch.m is hilditch refinement algorithm. RC_unwrap.m is listed line by line u
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:3466
    • 提供者:zf
  1. cgh

    0下载:
  2. 计算全息close all clc clear A=zeros(64) A(15:20,20:40)=1 A(15:50,20:25)=1 A(45:50,20:40)=1 A(30:34,20:35)=1 % ppp=exp(rand(64)*pi*2*i) A=A.*ppp % Author s email: zjliu2001@163.com figure imshow(abs(A),[]) Fa=fft2(fftshift(A)) Fs=fftshi
  3. 所属分类:source in ebook

    • 发布日期:2017-03-23
    • 文件大小:3640
    • 提供者:ccfu
  1. Optimizers

    0下载:
  2. 一系列好用的用户友好的启发式优化算法,包括非自适应算法,基于模拟退火算法的种群算法,基本遗传算法,差分进化算法以及粒子群优化算法。此外,也包括神圣算法,它利用了所有这些优化算子,虽然有时交换种群之间的不同算法。-A nice set of user-friendly heuristic optimizers. Included are a non-adaptive, population based Simulated Annealing algorithm, a basic Genetic A
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:26847
    • 提供者:竹子的信仰
  1. pbt

    0下载:
  2. 这是用于处理信号的matlab语言程序。文件中包含2个程序,均可实现信号的全息谱图。-This is used to process signals in matlab language program. File contains two programs, may realize the holographic signal spectrum.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1659
    • 提供者:付志超
  1. pso

    4下载:
  2. 粒子群优化算法是一种进化优化技术,源于对鸟群扑食的行为,是一种基于迭代的优化工具。此文件提供了基本粒子群算法、带压缩因子的粒子群算法、二阶粒子群算法、二阶振荡粒子群算法、权重改进的粒子群算法、混沌粒子群算法、基于杂交的粒子群算法、基于模拟退火的粒子群算法的MATLAB源代码。-PSO is an evolutionary optimization technique, derived from the behavior of the birds of prey, is based on iter
  3. 所属分类:matlab

    • 发布日期:2015-09-25
    • 文件大小:16769
    • 提供者:熊杰
  1. SimuAPSO

    1下载:
  2. 模拟退火发与粒子群算法的结合,程序可用,收敛的很快-Simulated Annealing and Particle Swarm made the combination of procedures available, fast convergence
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-12-28
    • 文件大小:663
    • 提供者:宋明
  1. mul

    0下载:
  2. 模拟退火算法应用于光学模拟方向的程序代码-Simulated annealing algorithm is applied to the direction of the optical simulation code
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:530
    • 提供者:zbaoyu
  1. FFTReconstruction

    1下载:
  2. 可以实现全息图的一次快速傅里叶变换,对全息图进行再现,也可以用于全息干涉图的再现-Hologram can be achieved in a fast Fourier transform, reconstruction hologram can also be used for reproduction of holographic interferograms
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-04
    • 文件大小:544
    • 提供者:小飓风
  1. watermarkbaseonholography

    0下载:
  2. 利用数字全息术进行图像加密,主要是从IEEE上面下载的,对研究该方向的同行有很大的帮助-Use of digital holography to image encryption, mainly downloaded from the IEEE above, research fellow in the direction of great help
  3. 所属分类:Document

    • 发布日期:2017-05-15
    • 文件大小:3857457
    • 提供者:yjh
  1. pkuyzc_LohmanIII

    0下载:
  2. 实现罗曼III型的数字全息图的制作与再现程序,程序含有大量注释,简单易懂-To achieve the production and reproduction of Roman III holograms,easy to understand and learn
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:851
    • 提供者:杨志超
  1. aaa

    0下载:
  2. 大学时候做的毕业设计 投影式gps定位防盗多媒体系统以arm9为平台,主要模块及子系统包括以下几部分:GPS模块、GSM模块、BT模块、WIFI模块、USB-host模块、TBX_BUS子系统(IDE模块、wifi模块、AIRLIVE移动硬盘驱动模块)、投影子系统、摄像子系统。投影部分通过全息投影膜实现。 -College graduation, when do gps positioning projection arm9 security platform multimedia
  3. 所属分类:GPS develop

    • 发布日期:2017-03-30
    • 文件大小:16349
    • 提供者:涂宝鑫
  1. flash

    0下载:
  2. 一款描述物理中全息照相的软件,使我们跟好的了解全息照相的过程-modren
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-02
    • 文件大小:101626
    • 提供者:shier
  1. pinjie

    0下载:
  2. 此程序用匹配算法,可以对有重叠部分的全息图进行拼接,并用中值滤波提高亮度-Matching algorithm used in this program, you can have overlapping parts of the splicing graph, and use median filter to improve the brightness
  3. 所属分类:matlab

    • 发布日期:2017-05-28
    • 文件大小:11685410
    • 提供者:戴万珍
  1. MultiWave

    0下载:
  2. 此程序是做全息合成孔径实验室用于把几幅不同角度拍摄的全息图的再现像叠加到一起,达到提高分辨率的效果-This procedure is done holographic synthetic aperture laboratory to make the pieces of the same map superimposed together to achieve the effect of improving resolution
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:2854
    • 提供者:戴万珍
  1. guangxinxi

    0下载:
  2. 本书系统地介绍信息光学基础理论及相关的应用。全书共11 章, 内容涉及二维傅里叶分析、标量衍射理论、光学成像 系统的频率特性、部分相干理论、光学全息照相、空间滤波、相干光学处理、非相干光学处理、全息干涉度量学、散斑计量学、 云纹法与云纹干涉法等。 本书内容丰富, 选材新颖, 既系统介绍基础理论, 又同时兼顾理论和技术的当前发展, 并强调理论与应用的结合。书中 精选了100 余个例题和习题, 并给出了大部分的详细解答, 便于读者加深对正文的理解。 本书读者对象为光学、光电子技术
  3. 所属分类:source in ebook

    • 发布日期:2017-05-17
    • 文件大小:4764079
    • 提供者:zhanghao
  1. digitalholography

    0下载:
  2. 卷积法实现数字全息的计算机模拟,效果不错-Convolution digital holographic computer simulation, good results. . . . . . . . . . .
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:820
    • 提供者:
  1. fresnel-yuhuixiangwenbianma-

    0下载:
  2. 迂回相位编码的傅里叶变换计算全息图及其再现-Detour phase encoding of Fourier transform CGH and reproduction
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:907
    • 提供者:刘天
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com