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

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

OUT

  • * "Copyright (c) 2006 Robert B. Reese ("AUTHOR")" * All rights reserved. * (R. Reese, reese@ece.

    * "Copyright (c) 2006 Robert B. Reese ("AUTHOR")" * All rights reserved. * (R. Reese, reese@ece.msstate.edu, Mississippi State University) * IN NO EVENT SHALL THE "AUTHOR" BE LIABLE TO ANY PARTY FOR * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT * OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE "AUTHOR" * HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

    標簽: Reese B. R. Copyright

    上傳時間: 2015-09-24

    上傳用戶:mpquest

  • GPR matlab The function should work with MATLAB v 5 and above. Please do not hesitate to contact me

    GPR matlab The function should work with MATLAB v 5 and above. Please do not hesitate to contact me with any ideas for improving it or to point OUT any bugs that you find.

    標簽: function hesitate contact matlab

    上傳時間: 2014-01-10

    上傳用戶:zhoujunzhen

  • THIS SOURCE CODE IS PROVIDED AS IS , WITH NO WARRANTIES WHATSOEVER, EXPRESS OR IMPLIED, INCLUDING A

    THIS SOURCE CODE IS PROVIDED AS IS , WITH NO WARRANTIES WHATSOEVER, EXPRESS OR IMPLIED, INCLUDING ANY WARRANTY OF MERCHANTABILITY, FITNESS FOR ANY PARTICULAR PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE, RELATING TO THE SOURCE CODE OR ANY WARRANTY OTHERWISE ARISING OUT OF ANY PROPOSAL, SPECIFICATION, OR SAMPLE AND WITH NO OBLIGATION OF NOKIA TO PROVIDE THE LICENSEE WITH ANY MAINTENANCE OR SUPPORT. FURTHERMORE, NOKIA MAKES NO WARRANTY THAT EXERCISE OF THE RIGHTS GRANTED HEREUNDER DOES NOT INFRINGE OR MAY NOT CAUSE INFRINGEMENT OF ANY PATENT OR OTHER INTELLECTUAL PROPERTY RIGHTS OWNED OR CONTROLLED BY THIRD PARTIES

    標簽: WARRANTIES WHATSOEVER INCLUDING PROVIDED

    上傳時間: 2013-12-27

    上傳用戶:fanboynet

  • Abstract:Noise frequency modulation(FM)jamming。which belongs to blanket jamming。is already become t

    Abstract:Noise frequency modulation(FM)jamming。which belongs to blanket jamming。is already become the main form ofnoise jamming at present。because the wideband was gained by it.Tne spectnlnl ofnoise FM jamming is analyzed by time domain autocorrelation method in this paper.It’S jamm g peculiarity and幾OUT— putting signal’S jamming peculiarity ale explained.At last,these time series models ofnoise FM jalllIIling sig— nal and幾OUTputting signal ale built.

    標簽: jamming modulation frequency Abstract

    上傳時間: 2015-10-17

    上傳用戶:lijinchuan

  • 要學MFC必看之書

    要學MFC必看之書,由Jeff Prosise編寫。下面是作者前言: The production of this book required the efforts of many people, but two in particular deserve to be singled OUT for their diligent, sustained, and unselfish efforts. Sally Stickney, the book s principal editor, navigated me through that minefield called the English language and contributed greatly to the book s readability. Marc Young, whose talents as a technical editor are nothing short of amazing, was relentless in tracking down bugs, testing sample code, and verifying facts. Sally, Marc: This book is immeasurably better because of you. Thanks.

    標簽: MFC

    上傳時間: 2015-10-20

    上傳用戶:waizhang

  • This simulation script set allows for an OFDM transmission to be simulated. Imagetx.m generates th

    This simulation script set allows for an OFDM transmission to be simulated. Imagetx.m generates the OFDM signal, saving it as a windows WAV file. This allows the OFDM signal to be played OUT a sound card and recorded back. Imagerx.m decodes the WAV to extract the data. settings.m contains all the common settings to specify all the simulation parameters such as FFT size, number of carriers, input data source file, input and OUTput WAV files, etc.

    標簽: transmission simulation generates simulated

    上傳時間: 2013-12-15

    上傳用戶:dyctj

  • This designs uses a Nios II system to demonstrate how to read from the SD card. The software reads W

    This designs uses a Nios II system to demonstrate how to read from the SD card. The software reads WAV files from the SD card and plays it through the LINE OUT line. Simply put a SD card into the slot on the board and connect some speakers to the LINE OUT port.Preparing the SD card

    標簽: demonstrate software designs system

    上傳時間: 2015-10-26

    上傳用戶:lizhen9880

  • TLV1544與TMS320VC5402通過串行口連接

    TLV1544與TMS320VC5402通過串行口連接,此時,A/D轉換芯片作為從設備,DSP提供幀同步和輸入/輸出時鐘信號。TLV1544與DSP之間數據交換的時序圖如圖3所示。 開始時, 為高電平(芯片處于非激活狀態),DATA IN和I/OCLK無效,DATAOUT處于高阻狀態。當串行接口使CS變低(激活),芯片開始工作,I/OCLK和DATAIN能使DATA OUT不再處于高阻狀態。DSP通過I/OCLK引腳提供輸入/輸出時鐘8序列,當由DSP提供的幀同步脈沖到來后,芯片從DATA IN接收4 b通道選擇地址,同時從DATAOUT送出的前一次轉換的結果,由DSP串行接收。I/OCLK接收DSP送出的輸入序列長度為10~16個時鐘周期。前4個有效時鐘周期,將從DATAIN輸入的4 b輸入數據裝載到輸入數據寄存器,選擇所需的模擬通道。接下來的6個時鐘周期提供模擬輸入采樣的控制時間。模擬輸入的采樣在前10個I/O時鐘序列后停止。第10個時鐘沿(確切的I/O時鐘邊緣,即上升沿或下降沿,取決于操作的模式選擇)將EOC變低,轉換開始。

    標簽: 1544 5402 TLV 320

    上傳時間: 2014-12-05

    上傳用戶:yepeng139

  • C++ Template Metaprogramming sheds light on the most powerful idioms of today s C++, at long last de

    C++ Template Metaprogramming sheds light on the most powerful idioms of today s C++, at long last delivering practical metaprogramming tools and techniques into the hands of the everyday programmer. A metaprogram is a program that generates or manipulates program code. Ever since generic programming was introduced to C++, programmers have discovered myriad "template tricks" for manipulating programs as they are compiled, effectively eliminating the barrier between program and metaprogram. While excitement among C++ experts abOUT these capabilities has reached the community at large, their practical application remains OUT of reach for most programmers. This book explains what metaprogramming is and how it is best used. It provides the foundation you ll need to use the template metaprogramming effectively in your own work.

    標簽: Metaprogramming Template powerful idioms

    上傳時間: 2013-11-30

    上傳用戶:aix008

  •  The purpose of this lab is to introduce the concept of FSMs with a datapath, and to stud

     The purpose of this lab is to introduce the concept of FSMs with a datapath, and to study the usage of more complex test benches. Also, we enforce a rudimentary design methodology by assuming that the students are part of a bigger project, and have no knowledge of VHDL-implementation of the datapath (made by a hypothetical other group) other than its predefined Entity Interface until they come to the lab. The rest of this document is structured as follows: Section 2 describes some prelimi- nary reading and exercises that should be done before the lab. Section 3 details the design tasks that should be carried OUT to pass this lab.

    標簽: introduce datapath purpose concept

    上傳時間: 2014-01-24

    上傳用戶:熊少鋒

主站蜘蛛池模板: 新津县| 宝坻区| 南阳市| 溧阳市| 革吉县| 衡阳市| 阳谷县| 周至县| 南昌县| 阜南县| 溆浦县| 开封县| 土默特左旗| 抚远县| 鄂伦春自治旗| 电白县| 邯郸县| 天祝| 石狮市| 温泉县| 绍兴县| 大足县| 策勒县| 泌阳县| 安乡县| 乐东| 湘西| 安西县| 渭源县| 南华县| 岫岩| 张家港市| 修武县| 乌拉特前旗| 深圳市| 西安市| 兰西县| 泌阳县| 图木舒克市| 太湖县| 通城县|