matlab_phase_retrieval-master

所属分类:图形图像处理
开发工具:matlab
文件大小:557KB
下载次数:66
上传日期:2017-08-18 16:33:03
上 传 者yudajiangshan
说明:  傅里叶振幅相位恢复工具箱,包括经典的ER、HIO算法
(toolbox of Fourier magnitude phase retrieval in matlab, including ER, HIO algorithms)

文件列表:
LICENSE (1834, 2016-08-03)
cls (0, 2016-08-03)
cls\@molecule (0, 2016-08-03)
cls\@molecule\contour.m (2137, 2016-08-03)
cls\@molecule\molecule.m (6022, 2016-08-03)
cls\@molecule\plot.m (4609, 2016-08-03)
cls\@phaseRetrievalAlgorithm (0, 2016-08-03)
cls\@phaseRetrievalAlgorithm\phaseRetrievalAlgorithm.m (4296, 2016-08-03)
cls\@phaseRetrievalAlgorithm\plot.m (2246, 2016-08-03)
cls\mGrid.m (12394, 2016-08-03)
data (0, 2016-08-03)
data\2olx (0, 2016-08-03)
data\2olx\2olx-sf.cif (23219, 2016-08-03)
data\2olx\2olx.pdb (28755, 2016-08-03)
data\2y29 (0, 2016-08-03)
data\2y29\2y29-sf.cif (11867, 2016-08-03)
data\2y29\2y29.pdb (35397, 2016-08-03)
data\3ppd (0, 2016-08-03)
data\3ppd\3ppd-sf.cif (40732, 2016-08-03)
data\3ppd\3ppd.pdb (29808, 2016-08-03)
data\4qxx (0, 2016-08-03)
data\4qxx\4qxx-sf.cif (40293, 2016-08-03)
data\4qxx\4qxx.pdb (26892, 2016-08-03)
densities (0, 2016-08-03)
densities\manyGaussians.m (5422, 2016-08-03)
densities\twoGaussians.m (7053, 2016-08-03)
densities\two_gaussians.m (7073, 2016-08-03)
doc (0, 2016-08-03)
doc\llncs.cls (41688, 2016-08-03)
doc\phase_retrieval_sandbox.pdf (161001, 2016-08-03)
fun (0, 2016-08-03)
fun\bio.m (2975, 2016-08-03)
fun\cif2mat.m (12351, 2016-08-03)
fun\compare_algorithms.m (7192, 2016-08-03)
fun\dmap_optimized.m (3382, 2016-08-03)
... ...

##Matlab Phase Retrieval Sandbox ---------------------------------------------------------------------------- Matlab Phase Retrieval Sandbox is a collection of scripts and utilities for developement and testing of phase retrieval algorithms. There are no stable releases available yet. ###Installation 1. Download the repository. 2. Unpack the zip-file. 3. From the folder, launch MATLAB and type `phase_retrieval` for a quick tutorial on how to use this package. ###Licensing All the code in the folder 'lib' and folders therein is developed by other parties. The corresponding author credits, licensing information, and links to the original source code are stored in files 'lib\*\README.md' ###Structure phase_retrieval |-- cls - contains definitions of classes that describe molecules and algorithms. |-- fun - contains functions (class-independent), such as projections and algorithm update steps. |-- inst - contains scripts that instantiate various classes; simplifies matlab-shell use of the code. |-- lib - contains third-party software. The code is split into procedural part ('fun') and object-oriented part ('cls', 'inst'). The procedural part does not depend on any objects --- it contains algorithm updates (such as ER update) and auxilary functions (such as projections onto constraint sets). The object-oriented part is introduced to ease instantiation and plotting of case studies. ---------------------------------------------------------------------------- (c) 2016 Arseniy Tsipenyuk (TUM M7)

近期下载者

相关文件


收藏者