亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

ARRAY

  • Matlab 畫三維立體圖形

    Matlab 畫三維立體圖形 The aim of geom3d library is to handle and visualize 3D geometric primitives such as points, lines, planes, polyhedra... It provides low-level functions for manipulating 3D geometric primitives, making easier the development of more complex geometric algorithms.      Some features of the library are:   - creation of various shapes (3D points, 3D lines, planes, polyhedra...)     through an intuitive syntax.      Ex: createPlane(p1, p2, p3) to create a plane through 3 points.     - derivation of new shapes: intersection between 2 planes, intersection between     a plane and a line, between a sphere and a line...   - functions for 3D polygons and polyhedra. Polyhedra use classical vertex-faces     ARRAYs (face ARRAY contain indices of vertices), and support faces with any     number of vertices. Some basic models are provided (createOctaedron,     createCubeoctaedron...), as well as some computation (like faceNormal or     centroid)      - manipulation of planar transformation. Ex.:     ROT = createRotationOx(THETA);     P2  = transformPoint3d(P1, ROT);     - direct drawing of shapes with specialized functions. Clipping is performed      automatically for infinite shapes such as lines or rays. Ex:     drawPoint3d([50 50 25; 20 70 10], 'ro');    % draw some points     drawLine3d([X0 Y0 Z0 DX DY DZ]);            % clip and draw straight line Some functions require the geom2d package.       Additional help is provided in geom3d/Contents.m file, as well as summary files     like 'points3d.m' or 'lines3d.m'.

    標(biāo)簽: Matlab 畫三維立體圖形

    上傳時(shí)間: 2015-11-02

    上傳用戶:A1321

  • 計(jì)算本征值程序

    Computes all eigenvalues and eigenvectors of a real symmetric matrix a, ! which is of size n by n, stored in a physical np by np ARRAY. ! On output, elements of a above the diagonal are destroyed. ! d returns the eigenvalues of a in its first n elements. ! v is a matrix with the same logical and physical dimensions as a, ! whose columns contain, on output, the normalized eigenvectors of a. ! nrot returns the number of Jacobi rotations that were required. ! Please notice that the eigenvalues are not ordered on output. ! If the sorting is desired, the addintioal routine "eigsrt" ! can be invoked to reorder the output of jacobi.

    標(biāo)簽: 計(jì)算 程序

    上傳時(shí)間: 2016-06-04

    上傳用戶:1512313

  • Microphone ARRAYs : A Tutorial

    This report presents a tutorial of fundamental ARRAY processing and beamforming theory relevant to microphone ARRAY speech processing. A microphone ARRAY consists of multiple microphones placed at different spatial locations. Built upon a knowledge of sound propagation principles, the multiple inputs can be manipulated to enhance or attenuate signals emanating from particular directions. In this way, microphone ARRAYs provide a means of enhancing a desired signal in the presence of corrupting noise sources. Moreover, this enhancement is based purely on knowledge of the source location, and so microphone ARRAY techniques are applicable to a wide variety of noise types. Microphone ARRAYs have great potential in practical applications of speech processing, due to their ability to provide both noise robustness and hands-free signal acquisition.

    標(biāo)簽: Microphone ARRAY Tutorial ARRAY Signal Processing

    上傳時(shí)間: 2016-06-12

    上傳用戶:halias

  • matlab 有限元

    ARRAY 德語解釋 希望對(duì)于學(xué)習(xí)德語的朋友有所幫助

    標(biāo)簽: matlab 有限元

    上傳時(shí)間: 2016-12-10

    上傳用戶:sdwew

  • 基于FPGA的嵌入式圖像處理系統(tǒng)設(shè)計(jì)

    《基于FPGA的嵌入式圖像處理系統(tǒng)設(shè)計(jì)》詳細(xì)介紹了FPGA(Field Programmable Gate ARRAY,現(xiàn)場可編程門陣列)這種新型可編程電子器件的特點(diǎn),對(duì)FPGA的各種編程語言的發(fā)展歷程進(jìn)行了回顧,并針對(duì)嵌入式圖像處理系統(tǒng)的特點(diǎn)和應(yīng)用背景,詳細(xì)介紹了如何利用FPGA的硬件并行性特點(diǎn)研制開發(fā)高性能嵌入式圖像處理系統(tǒng)。作者還結(jié)合自己的經(jīng)驗(yàn),介紹了研制開發(fā)基于FPGA的嵌入式圖像處理系統(tǒng)所需要的正確思路以及許多實(shí)用性技巧,并給出了許多圖像處理算法在FPGA上的具體實(shí)現(xiàn)方法以及多個(gè)基于FPGA實(shí)現(xiàn)嵌入式圖像處理系統(tǒng)的應(yīng)用實(shí)例。 《基于FPGA的嵌入式圖像處理系統(tǒng)設(shè)計(jì)》對(duì)FPGA技術(shù)的初學(xué)者以及已經(jīng)具有比較豐富的設(shè)計(jì)經(jīng)驗(yàn)的讀者來說都有很好的參考價(jià)值,也將為從事基于FPGA的嵌入式系統(tǒng)開發(fā)和應(yīng)用的軟硬件工程師和科研人員提供一本比較系統(tǒng)、全面的學(xué)習(xí)材料。

    標(biāo)簽: fpga

    上傳時(shí)間: 2018-06-19

    上傳用戶:gsl13

  • Introduction+to+RF+Propagation

    With the rapid expansion of wireless consumer products,there has been a con- siderable increase in the need for radio-frequency (RF) planning, link plan- ning, and propagation modeling.A network designer with no RF background may find himself/herself designing a wireless network. A wide ARRAY of RF planning software packages can provide some support, but there is no substi- tute for a fundamental understanding of the propagation process and the lim- itations of the models employed. Blind use of computer-aided design (CAD) programs with no understanding of the physical fundamentals underlying the process can be a recipe for disaster. Having witnessed the results of this approach, I hope to spare others this frustration.

    標(biāo)簽: Introduction Propagation to RF

    上傳時(shí)間: 2020-05-27

    上傳用戶:shancjb

  • Large-scale+Antenna+Systems

    To meet the future demand for huge traffic volume of wireless data service, the research on the fifth generation (5G) mobile communication systems has been undertaken in recent years. It is expected that the spectral and energy efficiencies in 5G mobile communication systems should be ten-fold higher than the ones in the fourth generation (4G) mobile communication systems. Therefore, it is important to further exploit the potential of spatial multiplexing of multiple antennas. In the last twenty years, multiple-input multiple-output (MIMO) antenna techniques have been considered as the key techniques to increase the capacity of wireless communication systems. When a large-scale antenna ARRAY (which is also called massive MIMO) is equipped in a base-station, or a large number of distributed antennas (which is also called large-scale distributed MIMO) are deployed, the spectral and energy efficiencies can be further improved by using spatial domain multiple access. This paper provides an overview of massive MIMO and large-scale distributed MIMO systems, including spectral efficiency analysis, channel state information (CSI) acquisition, wireless transmission technology, and resource allocation.

    標(biāo)簽: Large-scale Antenna Systems

    上傳時(shí)間: 2020-05-27

    上傳用戶:shancjb

  • Smart+Antennas

    Smart antennas involve processing of signals induced on an ARRAY of sensors such as antennas, microphones, and hydrophones. They have applications in the areas of radar, sonar, medical imaging, and communications.

    標(biāo)簽: Antennas Smart

    上傳時(shí)間: 2020-06-01

    上傳用戶:shancjb

  • Foundations of MEMS

    Five years have passed since the first edition of this book was published.Over the five years,the world has witnessed a technological revolution headlined by an ARRAY of exciting consumer and industrial products such as the Nintendo Wii, Apple iPod/iPad, sensor-rich smart phones, phones with cameras,new operating systems for mobile phones and apps,e-books,WiFi,voice- over-IP calls, social networking, 3D animated movies, and cloud computing, to name the major ones that affect everyday living

    標(biāo)簽: Foundations MEMS of

    上傳時(shí)間: 2020-06-06

    上傳用戶:shancjb

  • bootstrap

    Bootstrap algorithm used to compute significance of a statistical measure performed on the ARRAY X

    標(biāo)簽: bootstrap

    上傳時(shí)間: 2020-12-02

    上傳用戶:

主站蜘蛛池模板: 永嘉县| 格尔木市| 江北区| 东阳市| 密山市| 华阴市| 福鼎市| 芒康县| 吉水县| 西林县| 左权县| 安仁县| 灌南县| 军事| 苗栗县| 乌兰察布市| 辽源市| 外汇| 奉贤区| 泰州市| 中宁县| 留坝县| 宣武区| 开化县| 香河县| 丹巴县| 兴宁市| 大英县| 赤城县| 阳东县| 乌兰察布市| 宿松县| 崇明县| 淅川县| 桓仁| 泉州市| 岗巴县| 四子王旗| 敖汉旗| 册亨县| 兴宁市|