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

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

ESD-Phenomena-and-the-<b>Reliability</b>

  • In 揚erformance of multi-carrier DS CDMA Systems?we apply a multi-carrier signaling technique to a di

    In 揚erformance of multi-carrier DS CDMA Systems?we apply a multi-carrier signaling technique to a direct-sequence CDMA system, where a data sequence multiplied by a spreading sequence modulates multiple carriers, rather than a single carrier. The receiver provides a correlator for each carrier, and the outputs of the correlators are combined with a maximal-ratio combiner. This type of signaling has the desirable properties of exhibiting a narrowband interference suppression effect, along with robustness to fading, without requiring the use of either an explicit RAKE structure or an interference suppression filter.

    標簽: multi-carrier erformance signaling technique

    上傳時間: 2017-07-31

    上傳用戶:宋桃子

  • When trying to extract information from SAR images, we need to distinguish two types of image prope

    When trying to extract information from SAR images, we need to distinguish two types of image property. The more important is where properties of the scene (e.g., its dielectric constant, its geometry, its motion, etc.) produce effects in the image measurements or examination of the image then can provide information about the scene. The second is generated purely by the system and the signal processing.

    標簽: distinguish information extract trying

    上傳時間: 2014-01-09

    上傳用戶:huyiming139

  • Hibernate: A Developer s Notebook shows you how to use Hibernate to automate persistence: you write

    Hibernate: A Developer s Notebook shows you how to use Hibernate to automate persistence: you write natural Java objects and some simple configuration files, and Hibernate automates all the interaction between your objects and the database. You don t even need to know the database is there, and you can change from one database to another simply by changing a few statements in a configuration file. If you ve needed to add a database backend to your application, don t put it off. It s much more fun than it used to be, and Hibernate: A Developer s Notebook shows you why.

    標簽: Hibernate persistence Developer you

    上傳時間: 2017-08-17

    上傳用戶:曹云鵬

  • Information in this document is provided in connection with Intel products. No license, express or i

    Information in this document is provided in connection with Intel products. No license, express or implied, by estoppels or otherwise, to any intellectual property rights is granted by this document. Except as provided in Intel’s Terms and Conditions of Sale for such products, Intel assumes no liability whatsoever, and Intel disclaims any express or implied warranty, relating to sale and/or use of Intel products including liability or warranties relating to fitness for a particular purpose, merchantability, or infringement of any patent, copyright or other intellectual property right. Intel products are not intended for use in medical, life saving, or life sustaining applications. ALL INFORMATION CONTAINED IN THIS DOCUMENT IS PROVIDED “AS IS.” Intel may make changes to specifications and product descriptions at any time, without notice. “WiMAX,” “Mobile WiMAX,” “WiMAX Forum,” “WiMAX Forum Certified” and the WiMAX Forum and WiMAX Forum Certified logo are trademarks of the WiMAX

    標簽: Information connection document provided

    上傳時間: 2017-08-25

    上傳用戶:songyue1991

  • Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test c

    Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test case, the first line contains the number of vertices (n) and the number of arcs (m). Then, there exist m lines, one for each arc (source vertex, ending vertex and arc weight, separated by a space). The nodes are numbered from 1 to n. The node 1 and node n should be in different sets. There are no more than 30 arcs and 15 nodes. The arc weights vary between 1 and 1 000 000. Output: The output is a single line for each case, with the corresponding minimum size cut. Example: Input: 7 11 1 2 3 1 4 3 2 3 4 3 1 3 3 4 1 3 5 2 4 6 6 4 5 2 5 2 1 5 7 1 6 7 9 Output: 5

    標簽: Implementation calculates algorithm Edmonds

    上傳時間: 2014-01-04

    上傳用戶:kiklkook

  • Synchronous Serial Communications (SSC) is a synchronous serial communications protocol between

    Synchronous Serial Communications (SSC) is a synchronous serial communications protocol between a target PICmicro microcontroller unit and the PICkit 1 or 2.

    標簽: Communications communications Synchronous synchronous

    上傳時間: 2013-12-18

    上傳用戶:

  • Commercially available active noise control headphones rely on fixed analog controllers to drive "an

    Commercially available active noise control headphones rely on fixed analog controllers to drive "anti-noise" loudspeakers. Our design uses an adaptive controller to optimally cancel unwanted acoustic noise. This headphone would be particularly useful for workers who operate or work near heavy machinery and engines because the noise is selectively eliminated. Desired sounds, such as speech and warning signals, are left to be heard clearly. The adaptive control algorithm is implemented on a Texas Instruments (TI™ ) 1 TMS320C30GEL digital signal processor (DSP), which drives a Sony CD550 headphone/microphone system. Our experiments indicate that adaptive noise control results in a dramatic improvement in performance over fixed noise control. This improvement is due to the availability of high-performance programmable DSPs and the self-optimizing and tracking capabilities of the adaptive controller in response to the surrounding noise.

    標簽: Commercially controllers headphones available

    上傳時間: 2013-12-04

    上傳用戶:dyctj

  • 本書是英文版

    本書是英文版,但內容非常不錯,本書目錄如下: Table of Contents SIP—Understanding the Session Initiation Protocol, Second Edition Foreword to the First Edition Preface to - the Second Edition Preface to - the First Edition Chapter 1 - SIP and the Internet Chapter 2 - Introduction to SIP Chapter 3 - SIP Clients and Servers Chapter 4 - SIP Request Messages Chapter 5 - SIP Response Messages Chapter 6 - SIP Header Fields Chapter 7 - Related Protocols Chapter 8 - Comparison to H.323 Chapter 9 - Wireless and 3GPP Chapter 10 - Call Flow Examples Chapter 11 - Future Directions Appendix A - Changes in the SIP Specification from RFC 2543 to RFC 3261

    標簽: 英文

    上傳時間: 2014-01-06

    上傳用戶:爺的氣質

  • This is an analog signal communication simulator, usign frequency modulation. It is designed in MATL

    This is an analog signal communication simulator, usign frequency modulation. It is designed in MATLAB-Simulink. The communications channel beetween the transmitter and the reciever is supposed to be affected by additive white Gaussian noise.

    標簽: communication modulation frequency simulator

    上傳時間: 2013-12-25

    上傳用戶:王楚楚

  • fft analysis

          Use the fast Fourier transform function fft to analyse following signal. Plot the original signal, and the magnitude of its spectrum linearly and logarithmically. Apply Hamming window to reduce the leakage.   .   The hamming window can be coded in Matlab as   for n=1:N hamming(n)=0.54+0.46*cos((2*n-N+1)*pi/N); end;   where N is the data length in the FFT.

    標簽: matlab fft

    上傳時間: 2015-11-23

    上傳用戶:石灰巖123

主站蜘蛛池模板: 怀集县| 竹北市| 白朗县| 开鲁县| 喀什市| 汽车| 宿州市| 井陉县| 肇源县| 蚌埠市| 清苑县| 航空| 班戈县| 云梦县| 富平县| 南丰县| 长汀县| 准格尔旗| 榆树市| 中江县| 项城市| 邵阳县| 连山| 宜黄县| 宁乡县| 尉氏县| 广东省| 永吉县| 儋州市| 米易县| 维西| 蛟河市| 徐州市| 和田市| 古蔺县| 玛曲县| 涟水县| 杭州市| 辽阳市| 崇礼县| 莎车县|