Description The MUSIC algorithm, proposed by Schmidt, first estimates a basis for the noise subspace and then determines the peaks the associated angles provide the DOA estimates. The MATLAB code for the MUSIC algorithm is sampled by creating an array of steering vectors corresponding to the angles in the vector angles.
标签: Description algorithm estimates proposed
上传时间: 2013-12-08
上传用户:hgy9473
本文档介绍了如何使用各种内嵌工具,函数和其他一些小技巧来加强使用matlab的速度和效率,是广大爱好者必读的文档。具体内容请参阅文档。 Learn how to use the Profiler tool, vectorized functions, and other tricks to writing efficient MATLAB code. This article includes how to convert any array into a column vector, bounding a value without if statements, and repeating/tiling a vector without repmat. Contents: * The Profiler * Array Preallocation * JIT Acceleration * Vectorization * Inlining Simple Functions * Referencing Operations * Numerical Integration * Signal Processing * Miscellaneous Tricks
上传时间: 2013-12-11
上传用户:cuiyashuo
H. Yang, A.P. Petropulu, X. Yang and T. Camp, ?ALLIANCES with Optimal Relay Selection,"IEEE Trans. on Vehicular Technology, January 2008. (MATLAB Code)
上传时间: 2013-12-21
上传用户:star_in_rain
R. Lin and A.P. Petropulu, 揂 New Wireless Medium Access Protocol Based On Cooperation,擨EEE Trans. on Signal Processing, vol. 53, no. 12, pp. 4675-4684, December 2005. (MATLAB code).
标签: R. A.P. Cooperation Petropulu
上传时间: 2017-05-22
上传用户:libinxny
L. Dong and A. P. Petropulu, 揗ultichannel ALLIANCES: A Cross-layer Cooperative Scheme for Wireless Networks,擨EEE Trans. on Signal ProcessingJanuary 2008. (MATLAB Code)
标签: L. A. P. Cross-layer
上传时间: 2014-01-18
上传用户:kr770906
一种新的方法,可以自动对两幅图像进行 ·Matlab code for encoding an unwrappi ·冈萨雷斯的经典教材数字图像处理的matl ·Fast Fourier Transform ·《Matlab控制系统与应用实例》一书源码 ·Bayesian Compressed Sensing ·永磁同步电动机的空间矢量控制simulink ·Matlab计算信噪比,单声道,双声道均可
标签:
上传时间: 2017-06-25
上传用户:从此走出阴霾
matlab有限元网格划分程序 DistMesh is a simple MATLAB code for generation of unstructured triangular and tetrahedral meshes. It was developed by Per-Olof Persson (now at UC Berkeley) and Gilbert Strang in the Department of Mathematics at MIT. A detailed description of the program is provided in our SIAM Review paper, see documentation below. One reason that the code is short and simple is that the geometries are specified by Signed Distance Functions. These give the shortest distance from any point in space to the boundary of the domain. The sign is negative inside the region and positive outside. A simple example is the unit circle in 2-D, which has the distance function d=r-1, where r is the distance from the origin. For more complicated geometries the distance function can be computed by interpolation between values on a grid, a common representation for level set methods. For the actual mesh generation, DistMesh uses the Delaunay triangulation routine in MATLAB and tries to optimize the node locations by a force-based smoothing procedure. The topology is regularly updated by Delaunay. The boundary points are only allowed to move tangentially to the boundary by projections using the distance function. This iterative procedure typically results in very well-shaped meshes. Our aim with this code is simplicity, so that everyone can understand the code and modify it according to their needs. The code is not entirely robust (that is, it might not terminate and return a well-shaped mesh), and it is relatively slow. However, our current research shows that these issues can be resolved in an optimized C++ code, and we believe our simple MATLAB code is important for demonstration of the underlying principles. To use the code, simply download it from below and run it from MATLAB. For a quick demonstration, type "meshdemo2d" or "meshdemond". For more details see the documentation.
标签: matlab有限元网格划分程序
上传时间: 2015-08-12
上传用户:凛风拂衣袖
LEACH clustering algorithm matlab code, detailed notes for the students of great help beginners WSN protocol
标签: LEACH
上传时间: 2016-01-07
上传用户:huoniao741
通过相关运算计算MTF,计算Hilbert空间角,计算最大离焦处和0离焦处MTF的差值等
上传时间: 2016-10-24
上传用户:healthzhou
一步步讲解如何在VC中调用matlab图像处理工具箱来进行canny边缘提取 1.包含pdf文档和源代码 2.源代码code 开发环境是VC6、Matlab7
上传时间: 2014-01-26
上传用户:aappkkee