搜索资源列表
Bayer
- 基于Bayer彩色滤波阵列插值算法的研究,原本为收费文档。-Based on Bayer color filter array interpolation algorithm, the original documentation for the charges.
matopt
- 本文档介绍了如何使用各种内嵌工具,函数和其他一些小技巧来加强使用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, bo
crc
- 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 stru
Beamformingformovingsourcespeechenhancement
- 争对移动声源采用波束形成进行语音增强,提出一种约束子带波束形成算法。其波束形成器基于一个软约束,其目的是要使波束指向特定的区域即声源方向。而其核心在于首先要进行声源定位,获得尽量准确的方位信息,然后构造软约束条件,用于波束形成。且在此过程中不断跟踪声源的移动情况。在构造的约束条件中,需要知道声源的二维信息,即与麦克风阵列的距离和方向角,“软”体现在对距离和方向角的确定都是在一定范围内的,有待进一步更正。-Between the mobile sound source using beamform
MicrophoneArrayFrontEndInterfaceforHomeAutomation.
- 为虚拟管家系统设计一个麦克风阵列接口,该接口用于接收语音信号作为命令,由麦克风接收识别后用来控制虚拟管家,进而控制各种家用电器工作。当用户移动时,该接口可以跟踪定位用户(此应用中只需知道用户方向角,也是一维定位),即可随时响应用户的控制命令-Housekeeper system for the design of a virtual microphone array interface, the interface for receiving voice signal as a command,
arry-dpask
- describes the dpsk array system
wcdmathesis
- In this thesis a signal level simulator in uplink is implemented according to the physical layer specification of the IMT-2000 WCDMA system. The analytical WCDMA system through the use of linear algebra techniques is shown. Channel model is built on
randomarray
- An interactive MATLAB GUI platform for realizing the pattern of a narrowband beamformer with a random array. User can specify the array geometry, directions of incoming signals, noise power, and the type of beamformer. Useful for gaining ins
lms_algorithm
- LMS算法在阵列信号处理中是很常用的算法,可应用于自适应技术。-LMS algorithm in array signal processing is a very commonly used algorithms, can be applied to adaptive technology.
MV2FR
- MATLAB m-file for plotting the inverse Nyquist array of a 3 input, 3 output system (needs control and multivariable frequency domain toolboxes).
MPPT
- 光伏电池阵列输出功率受光照强度和温度变化的影响,因此最大功率点跟踪(MPPT)技术广泛应用于光伏系统中。在所有最大功率点(MPP)控制策略中,扰动观察(P&O)MPPT算法因易实现被广泛应用,然而它的缺点是在稳定工作状态下工作点通过MPP 时会导致能量振荡损耗,并且在光照强度或温度发生突变时表现较差的动态响应。在本文中,提出一种改进型变步长扰动观察MPPT 算法,此方法依据工作点动态调整步长变化,与传统固定步长方法比较,本文提出的方法能有效地提高MPPT 速度和转换效率,通过仿真和实验结果分析,
matlab-antenna
- 阵列天线的matlab仿真计算方法的文章,用于对matlab的天线仿真-Array antenna matlab simulation method
Array-MATLAB-2010a-(1)
- MATLAB 2010a中有关数组的介绍和讲解-Introduce and explain MATLAB 2010a in array
Array-antenna-simulation
- 有关阵列天线的matlab仿真, 1、给出阵元的个数,阵元的间隔以及波长 2、计算方向图并绘制不同的方向图,有规律的排列 3、计算出主瓣宽度,3dB带宽,主瓣与第一旁瓣的幅度比(以dB作单位)-Array antenna matlab simulation, 1, to the number troupe, interval, and the wavelength of the array element 2, calculate the pattern and draw a
array-processing
- 用matlab编的阵列处理程序,可供初学者入门。-Array processing using matlab program for beginners entry.
matlab-serialization-master
- Matlab object serialization functions built with undocumented mex functions `mxSerialize` and `mxDeserialize`. The function can convert any ordinary matlab variable into uint8 array. These functions are unsupported and may change at any time wi
MATLAB
- 熟悉matlab界面 掌握matlab的变量的命名规则 掌握常用数学运算符号和标点符号的使用方法 掌握常用数学函数的使用方法 掌握建立和使用M文件的方法 学会创建简单的数组并对数组元素进行访问,掌握数组的各种运算 学会创建数组并对数组元素进行访问和操做,掌握矩阵的各种运算规则 掌握关系与逻辑运算符的使用规则;-Matlab familiar interface grasp naming matlab variables master the use of commonly used math
circular-array
- circular array matlab code
Display-image-from-array---MATLAB-image
- image(C) displays the data in array C as an image. Each element of C specifies the color for one pixel of the image. The resulting image is an m-by-n grid of pixels where m is the number of columns and n is the number of rows in C. The row and column
Matlab中数组元素引用有三种方法
- Matlab中数组元素引用有三种方法用于解决数组命名数组读取等问题(There are three ways to refer to array elements in Matlab for solving problems such as array naming, array reading, and so on)