搜索结果

找到约 250 项符合 Microphone array 的查询结果

软件设计/软件工程 This GUI is an updated and enhanced version of the “StructBrowser” utility submitted to MatLab Centr

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 ex ...
https://www.eeworm.com/dl/684/411665.html
下载: 50
查看: 1044

系统设计方案 The concept of the Altera Nios II embedded processor implementation inside Field Programmable Gate A

The concept of the Altera Nios II embedded processor implementation inside Field Programmable Gate Array [FPGA] of the CCD camera for the “Pi of the Sky” experiment is presented. The digital board of the CCD camera, its most important components, current implementation of firmware [VHDL] inside th ...
https://www.eeworm.com/dl/678/413262.html
下载: 109
查看: 1056

系统设计方案 :文章针对目前数字信号处理中大量采用的快速傅立叶变换[FFT] 算法采用软件编程来处理的应用现状,在对FFT 算法进行 分析的基础上,给出了用FPGA[Field Programmable Gate

:文章针对目前数字信号处理中大量采用的快速傅立叶变换[FFT] 算法采用软件编程来处理的应用现状,在对FFT 算法进行 分析的基础上,给出了用FPGA[Field Programmable Gate Array] 实现的8 点32 位FFT 处理器方案,并得到了系统的仿真结果。 最后在Altera 公司FLEX10K系列FPGA 芯片上成功地实现了综合。 ...
https://www.eeworm.com/dl/678/413330.html
下载: 71
查看: 1084

数据结构 用两个数组实现的基数排序方法

用两个数组实现的基数排序方法,时间为(array.length)的平方
https://www.eeworm.com/dl/654/413833.html
下载: 83
查看: 1051

系统设计方案 The AT24C512 provides 524,288 bits of serial electrically erasable and programmable read only memor

The AT24C512 provides 524,288 bits of serial electrically erasable and programmable read only memory (EEPROM) organized as 65,536 words of 8 bits each. The device鈥檚 cascadable feature allows up to four devices to share a common two-wire bus. The device is optimized for use in many industrial and c ...
https://www.eeworm.com/dl/678/425339.html
下载: 29
查看: 1070

Delphi控件源码 FIBPlus is a component suite intended for work with InterBase. It is direct, fast and flexible Inter

FIBPlus is a component suite intended for work with InterBase. It is direct, fast and flexible InterBase connectivity for Delphi, C++ Builder, Ada and Kylix. FIBPlus supports Delphi 5-7, Delphi 2005, Delphi 2006, Delphi 2007, C++ Builder 5-6, C++ Builder 2006, C++ Builder 2007, Kylix 3, gnat-3.15p, ...
https://www.eeworm.com/dl/666/427418.html
下载: 72
查看: 1067

嵌入式/单片机编程 procedure senddata var i:integer commflg : Boolean begin commflg:=true for i:=1

procedure senddata var i:integer commflg : Boolean begin commflg:=true for i:=1 to 8 do begin if not fcomm comml writecommdata(sendbutter,i) then begin Commflg=false break end end end (4) 接收数据 在编写基于串口的计算机工业测控时,通常需要由下位机向PC机发送数据以使PC机了解系 ...
https://www.eeworm.com/dl/647/428551.html
下载: 64
查看: 1053

通讯/手机编程 WSNs being energy constrained systems, one major problem is to employ the sensor nodes in such a man

WSNs being energy constrained systems, one major problem is to employ the sensor nodes in such a manner so as to ensure maximum coverage and connectivity with minimal or optimal number of nodes and furthermore elongate network lifetime with maximum energy utilization. The problem addressed has b ...
https://www.eeworm.com/dl/527/433280.html
下载: 67
查看: 1040

数学计算 矩阵运算.输入一个矩阵

矩阵运算.输入一个矩阵,输入错误时报错.函数参数;待输入实型矩阵array,array的行列数i,j 返回值:0,表示输入错误;1,表示正确输入
https://www.eeworm.com/dl/641/444208.html
下载: 159
查看: 1038

人工智能/神经网络 Heapsort 1.A heap is a binary tree satisfying the followingconditions: -This tree is completely ba

Heapsort 1.A heap is a binary tree satisfying the followingconditions: -This tree is completely balanced. -If the height of this binary tree is h, then leaves can be at level h or level h-1. -All leaves at level h are as far to the left as possible. -The data associated with all descendants of a nod ...
https://www.eeworm.com/dl/650/444456.html
下载: 33
查看: 1082