Description: 在MATLAB中编写实现图像的不同级别小波分解算法;2选择合适的小波基;3对经典的几幅黑白和彩色图像进行DWT变换;4实现零树、基于塔式网格矢量量化、基于LBG算法、基于标量量化等小波变换编码;5得到分析比较结果。达到的目的:1综合训练学生编程的能力;2对高数、计算方法、程序设计、数据结构、算法、数字图像处理等课程的复习和运用;3可培养学生的算法设计和分析能力。-in MATLAB prepared to achieve different levels of image wavelet decomposition algorithm; Choice of two small Porgy; Three pairs of classic pieces of black-and-white and color images DWT; Four zero tree, grid-based Tower vector quantization, LBG-based algorithm, based on the scalar quantization Wavelet Transform Coding ; 5 analyzed the results of the comparison. The purpose : a comprehensive training program students; Two pairs of the high number and the method of computation, programming, data structures, algorithms, digital image processing and review of the curriculum used; Three students can develop the algorithm design and analysis. Platform: |
Size: 34816 |
Author:aa |
Hits:
Description: Matlab平台的著名仿真环境Simulin作为一种专业和功能强大且操作简单的仿真工具,目前已被越来越多的工程技术人员所青睐,它搭建积木式的建模仿真方式既简单又直观,而且已经在各个领域得到了广泛的应用-Matlab platform simulation environment known as a professional and Simulin powerful and easy to operate the simulation tool, has been an increasing number of engineering and technical personnel favored by its building-block structures in the modeling and simulation approach is simple and intuitive, and in various fields has been widely used Platform: |
Size: 746496 |
Author:cxx |
Hits:
Description: 外国人开发的电磁时域有限差分方法工具包
Electromagnetic Finite-Difference Time-Domain (EmFDTD)
is a basic two-dimensional FDTD code developed at the
School of Electrical Engineering, Sharif University of
Technology.
This code has been written based on the standard
Yee s FDTD algorithm. Applications include propagation,
scattering, and diffraction of electromagnetic waves
in homogeneous and non-homogeneous isotropic media
for in-plane propagating waves. Negative permittivites
or permeabilities as well as dispersion is not included.
Zero, Periodic, and Perfectly Matched Layer boundary
conditions may be selectively applied to the solution
domain.
The program is best suited for study of propagation and
diffraction of electromagnetic waves in Photonic Crystal
structures.
EmFDTD is written in MATLAB language and has been
tested under MATLAB 5.0 and higher versions.-Foreigners developed electromagnetic FDTD method Toolkit Electromagnetic Finite-Difference Time-Domain (EmFDTD) is a basic two-dimensional FDTD code developed at the School of Electrical Engineering, Sharif University of Technology. This code has been written based on the standard Yee s FDTD algorithm. Applications include propagation, scattering, and diffraction of electromagnetic wavesin homogeneous and non-homogeneous isotropic mediafor in-plane propagating waves. Negative permittivites or permeabilities as well as dispersion is not included.Zero, Periodic, and Perfectly Matched Layer boundaryconditions may be selectively applied to the solution domain.The program is best suited for study of propagation anddiffraction of electromagnetic waves in Photonic Crystalstructures.EmFDTD is written in MATLAB language and has beentested under MATLAB 5.0 and higher versions. Platform: |
Size: 21504 |
Author: |
Hits:
Description: 最短路径的Dijkstra算法程序。Dijkstra算法是典型最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法能得出最短路径的最优解,但由于它遍历计算的节点很多,所以效率低。
Dijkstra算法是很有代表性的最短路算法,在很多专业课程中都作为基本内容有详细的介绍,如数据结构,图论,运筹学等等。
-The Dijkstra shortest path algorithm for the procedure. Dijkstra algorithm is a typical shortest path algorithm, used to calculate a node to all other nodes of the shortest path. The main characteristics is the starting point as the center outward expansion layers, until the end date be extended to. Dijkstra shortest path algorithm can arrive at the optimal solution, but because of its calculation of the node traversal, so inefficient. Dijkstra algorithm is very representative of the shortest path algorithm, in many professional courses in the basic content as described in detail, such as data structures, graph theory, operational research and so on. Platform: |
Size: 1024 |
Author:haiyan |
Hits:
Description: This GUI is an updated and enhanced version of the “StructBrowser” utility submitted to MatLab Central in May 2003. It comes with new interface and an enhanced display. It uses Microsoft TreeView control to display and explore any kind of MatLab structures. The CRC ExploreStruct was designed to expose the contents of the array struct to any depth and plot any of the components. This tool is very useful for programmers using structures in their code Platform: |
Size: 197632 |
Author:jack |
Hits:
Description: 最小生成树Prim算法的matlab文件,无论是在数据结构还是在图论中都有广泛的应用-Prim minimum spanning tree algorithm matlab file, whether in data structures or graph theory, there are a wide range of applications Platform: |
Size: 1024 |
Author:小明 |
Hits:
Description: Program to solve for natural frequencies (eigenvalues) and
resulting mode shapes (eigenvectors) in simple structures -Program to solve for natural frequencies (eigenvalues) and
resulting mode shapes (eigenvectors) in simple structures Platform: |
Size: 1024 |
Author:cougar |
Hits:
Description: MATLAB的库提供了一个指针的指针和MATLAB的数据结构实现-MATLAB Pointer Library provides an implemetation of pointers and data structures in MATLAB Platform: |
Size: 21504 |
Author:我的名 |
Hits:
Description: matlab数据结构 算法工具箱, 包括堆栈 队列 2叉树 红黑树 -Data Structures & Algorithms Toolbox
====================================
The Data Structures & Algorithms Toolbox provides advanced data
structures and algorithms for the Matlab(r) 5 environment. It implements
functions to create and destroy singly and doubly linked list, stack,
queue, binary tree and red-black (balanced) binary tree. Data elements
can be inserted, deleted or searched for. A graphical representation of
trees can be shown. All algorithms are clearly written as m-files, which
allows the toolbox to be used as a teaching aid in educational data
structures courses. This is the first implementation available of
advanced datatypes, common in other languages, for Matlab. Platform: |
Size: 116736 |
Author:austin |
Hits:
Description: Abutment behavior significantly influences the seismic response of certain bridge structures.Specifically in
the case of short bridges with relatively stiff superstructures typical of highway overpasses,embankment mobilization and
inelastic Platform: |
Size: 202752 |
Author:zhang |
Hits:
Description: 利用MATLAB语言绘制分子结构,这对于搞分子结构的学者有一定的帮助-Draw molecular structures using MATLAB language, which scholars engage in the molecular structure of some help Platform: |
Size: 1024 |
Author:王小二 |
Hits:
Description: 这里面提供了结构在地震动作用下的傅里叶时程、Newmark响应等程序,有图有程序(This program provides the Fourier history, Newmark response and other procedures of structures in the earthquake.) Platform: |
Size: 2048 |
Author:巴拉拉小魔仙
|
Hits:
Description: 基于对指纹的完整脊状结构的显式检测的表征。
在指纹上有丰富的歧视性信息的重要组成部分。当地的脊
结构不能完全以细节为特征。这个基于过滤的算法使用了一个Gabor过滤器来捕获本地和全局的细节。
指纹作为一种紧凑的固定长度的指纹。指纹匹配是基于欧几里德的。
两个对应的指纹之间的距离是非常快的。我们能够实现a。
验证精度仅略低于基于细节的算法的最佳结果。
发表在开放文学。我们的系统比先进的基于细节的系统性能更好。
当应用系统的性能要求不要求非常低的错误接受率时。
最后,我们证明了匹配的性能可以通过结合配对的决定来提高。
基于互补(基于细节和基于过滤的)指纹信息。(With identity fraud in our society reaching unprecedented proportions and with an increasing emphasis on the emerging automatic personal identification applications, biometrics-based verification, especially fingerprint-based identification, is receiving a lot of attention. There are two major shortcomings of the traditional approaches to fingerprint representation. For a considerable fraction of population, the representations based on explicit detection of complete ridge structures in the fingerprint are difficult to extract automatically. The widely used minutiae-based representation does not utilize a significant component of the rich discriminatory information available in the fingerprints.) Platform: |
Size: 1242112 |
Author:kkkaimm |
Hits:
Description: An Introduction to Matlab for Econometrics(This paper is an introduction to MATLAB for econometrics. It describes the MATLAB Desktop, contains a sample MATLAB session showing elementary MAT-LAB operations, gives details of data input/output, decision and loop structures, elementary plots, describes the LeSage econometrics toolbox and maximum likeli-hood using the LeSage toolbox. Various worked examples of the use of MATLAB in econometrics are also given. After reading this document the reader should be able to make better use of the MATLAB on-line help and manuals.) Platform: |
Size: 391168 |
Author:河水123 |
Hits:
Description: atlab有限元结构动力学分析与工程应用》共8章,系统地阐述了基于有限元和MATLAB软件的结构动力学计算和它在工程数值仿真中的应用,包括有限元的基本方法和步骤、结构的动力特性和响应分析、单元的质量矩阵和刚度矩阵的建立及典型结构的动力学分析、工程应用和数值仿真等内容。(There are eight chapters in the atlab finite element structural dynamics analysis and engineering application. The structural dynamics calculation based on finite element and MATLAB software and its application in engineering numerical simulation are systematically expounded, including the basic method and steps of finite element, dynamic characteristics and response analysis of structure, mass matrix and stiffness matrix of element. The dynamic analysis, engineering application and numerical simulation of typical structures are established.) Platform: |
Size: 29957120 |
Author:wxlzkr |
Hits:
Description: 《Matlab有限元结构动力学分析与工程应用》一书中例子的源程序,对于学习采用matlab进行有限元计算很有指导意义!(The source program of the example in the book "Dynamic Analysis and Engineering Application of Finite Element Structures in MATLAB" is very instructive for learning how to use matlab to carry out finite element calculation.) Platform: |
Size: 106496 |
Author:Andreescu |
Hits:
Description: watterson信道matlab仿真,瑞利衰落。。。。(This example shows how to simulate High-Frequency (HF) ionospheric channels, based on the models described in Recommendation ITU-R F.1487. In particular, it shows how to simulate the general Watterson channel model, and other simplified channel models used in the quantitative testing of HF modems. It makes use of the Rayleigh multipath fading channel object and the Gaussian and bi-Gaussian Doppler structures from Communications System Toolbox.) Platform: |
Size: 162816 |
Author:马欢 |
Hits:
Description: 主要讲述如何用MATLAB进行程序设计及解决实际问题,具体内容包括MATLAB程序设计概念、选择、循环、字符串操作、单元阵列与结构、高级文件输人/输出及高级函数等;针对实际应用,具体内容包括用MATLAB绘图、解线性代数方程组、进行基本统计、集合、排序和索引、处理声音和图像,以及高等数学中的曲线拟合,复数计算、微积分等(It mainly describes how to use MATLAB to program and solve practical problems. The specific content includes MATLAB programming concepts, selection, loops, string operations, cell arrays and structures, advanced file input / output, and advanced functions. For practical applications, specific Content includes drawing with MATLAB, solving linear algebraic equations, performing basic statistics, set, sorting and indexing, processing sounds and images, and curve fitting in advanced mathematics, complex number calculation, calculus, etc.) Platform: |
Size: 64512 |
Author:瓜地考拉 |
Hits: