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

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

Benefits-and-<b>Challenges</b>-of-MMS-Co

  • LT5528 WCDMA ACPR和AltCPR測量

      ACPR (adjacent channel power ratio), AltCPR (alternatechannel power ratio), and noise are important performancemetrics for digital communication systems thatuse, for example, WCDMA (wideband code division multipleaccess) modulation. ACPR and AltCPR are bothmeasures of spectral regrowth. The power in the WCDMAcarrier is measured using a 5MHz measurement bandwidth;see Figure 1. In the case of ACPR, the total powerin a 3.84MHz bandwidth centered at 5MHz (the carrierspacing) away from the center of the outermost carrier ismeasured and compared to the carrier power. The resultis expressed in dBc. For AltCPR, the procedure is thesame, except we center the measurement 10MHz awayfrom the center of the outermost carrier.

    標(biāo)簽: AltCPR WCDMA 5528 ACPR

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

    上傳用戶:maricle

  • LT5514三階互調(diào)的精確測量

      Accurate measurement of the third order intercept pointfor low distortion IC products such as the LT5514 requirescertain precautions to be observed in the test setup andtesting procedure. The LT5514 linearity performance ishigh enough to push the test equipment and test set-up totheir limits. A method for accurate measurement of thirdorder intermodulation products, IM3, with standard testequipment is outlined below.It is also important to correctly interpret the LT5514specification with respect to ROUT, and the impact ofdemo-board transmission-line termination loss whenevaluating the linearity performance, as explained in theLT5514 Datasheet and in Note 1 of this document.

    標(biāo)簽: 5514 LT 三階互調(diào) 精確測量

    上傳時(shí)間: 2013-11-14

    上傳用戶:l254587896

  • AN26與LTC1090的接口設(shè)計(jì)

    A collection of interface applications between various microprocessors/ controllers and the LTC1090 family of data acquisition systems. The note is divided into sections specific to each interface.

    標(biāo)簽: 1090 LTC AN 26

    上傳時(shí)間: 2013-11-08

    上傳用戶:sssnaxie

  • 基于EZ-USB的數(shù)據(jù)傳輸接口設(shè)計(jì)

    利用EZ-USB接口芯片AN2131Q實(shí)現(xiàn)了基于TMS320C5409的水聲信號(hào)采集及混沌特性研究系統(tǒng)中的高速數(shù)據(jù)通信,提出了一種采用FIFO緩存芯片實(shí)現(xiàn)AN2131Q與TMS320C5409的連接方法,深入研究了EZ-USB序列接口芯片的固件、設(shè)備驅(qū)動(dòng)和用戶程序開發(fā)過程。關(guān)鍵詞:AN2131Q; TMS320C5409; IDT72V02;數(shù)據(jù)通信ABSTRACT: Using AN2131Q as the control chip, the communication between DSP and PC in the underwater acoustic signal acquisition and chaotic characteristics study system is realized. The method is proposed that using FIFO to realize the connectivity between AN2131Q and TMS320C5409. The development of programming Firmware、device driver and user application are thoroughly researched.Key words: AN2131Q; TMS320C5409; IDT72V02; data communication

    標(biāo)簽: EZ-USB 數(shù)據(jù)傳輸 接口設(shè)計(jì)

    上傳時(shí)間: 2014-04-03

    上傳用戶:hahayou

  • 題目:利用條件運(yùn)算符的嵌套來完成此題:學(xué)習(xí)成績>=90分的同學(xué)用A表示

    題目:利用條件運(yùn)算符的嵌套來完成此題:學(xué)習(xí)成績>=90分的同學(xué)用A表示,60-89分之間的用B表示,60分以下的用C表示。 1.程序分析:(a>b)?a:b這是條件運(yùn)算符的基本例子。

    標(biāo)簽: gt 90 運(yùn)算符 嵌套

    上傳時(shí)間: 2015-01-08

    上傳用戶:lifangyuan12

  • This directory contains code implementing the K-means algorithm. Source codemay be found in KMEANS.C

    This directory contains code implementing the K-means algorithm. Source codemay be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANSprogram accepts input consisting of vectors and calculates the givennumber of cluster centers using the K-means algorithm. Output isdirected to the screen.

    標(biāo)簽: implementing directory algorithm contains

    上傳時(shí)間: 2014-01-27

    上傳用戶:maizezhen

  • RSA算法 :首先, 找出三個(gè)數(shù), p, q, r, 其中 p, q 是兩個(gè)相異的質(zhì)數(shù), r 是與 (p-1)(q-1) 互質(zhì)的數(shù)...... p, q, r 這三個(gè)數(shù)便是 person_key

    RSA算法 :首先, 找出三個(gè)數(shù), p, q, r, 其中 p, q 是兩個(gè)相異的質(zhì)數(shù), r 是與 (p-1)(q-1) 互質(zhì)的數(shù)...... p, q, r 這三個(gè)數(shù)便是 person_key,接著, 找出 m, 使得 r^m == 1 mod (p-1)(q-1)..... 這個(gè) m 一定存在, 因?yàn)?r 與 (p-1)(q-1) 互質(zhì), 用輾轉(zhuǎn)相除法就可以得到了..... 再來, 計(jì)算 n = pq....... m, n 這兩個(gè)數(shù)便是 public_key ,編碼過程是, 若資料為 a, 將其看成是一個(gè)大整數(shù), 假設(shè) a < n.... 如果 a >= n 的話, 就將 a 表成 s 進(jìn)位 (s

    標(biāo)簽: person_key RSA 算法

    上傳時(shí)間: 2013-12-14

    上傳用戶:zhuyibin

  • This a Bayesian ICA algorithm for the linear instantaneous mixing model with additive Gaussian noise

    This a Bayesian ICA algorithm for the linear instantaneous mixing model with additive Gaussian noise [1]. The inference problem is solved by ML-II, i.e. the sources are found by integration over the source posterior and the noise covariance and mixing matrix are found by maximization of the marginal likelihood [1]. The sufficient statistics are estimated by either variational mean field theory with the linear response correction or by adaptive TAP mean field theory [2,3]. The mean field equations are solved by a belief propagation method [4] or sequential iteration. The computational complexity is N M^3, where N is the number of time samples and M the number of sources.

    標(biāo)簽: instantaneous algorithm Bayesian Gaussian

    上傳時(shí)間: 2013-12-19

    上傳用戶:jjj0202

  • This toolbox distributes processes over matlab workers available over the intranet/internet (SPMD or

    This toolbox distributes processes over matlab workers available over the intranet/internet (SPMD or MPMD parallel model). It is very useful for corsely granular parallelization problems and in the precesence of a distributed and heterogeneus computer enviroment. No need for configuration files ! Cross platforms, cross OS and cross MATLAB versions. Workers can be added to the parallel computation even if it has started. No need of a common file system, all comms are using tcpip connections

    標(biāo)簽: over distributes available processes

    上傳時(shí)間: 2014-01-03

    上傳用戶:希醬大魔王

  • linux 的引導(dǎo)程序源碼The Microsoft® Windows® Software Development Kit (SDK) provides the documentation

    linux 的引導(dǎo)程序源碼The Microsoft® Windows® Software Development Kit (SDK) provides the documentation, samples, header files, libraries, and tools you need to develop applications that run on Windows. The applications you develop with this edition of the SDK can run on the x86, x64 and Itanium-based versions of Windows Server 2003 SP1, Windows XP SP2, Windows XP x64 Pro Edition, and Windows 2000. A new custom install allows you to select components you wish to install on a more granular level.

    標(biāo)簽: documentation Development Microsoft reg

    上傳時(shí)間: 2013-12-20

    上傳用戶:我們的船長

主站蜘蛛池模板: 都兰县| 永清县| 横山县| 平山县| 庆城县| 彭州市| 葫芦岛市| 鲜城| 扶绥县| 南宫市| 霸州市| 乐平市| 团风县| 拜城县| 阳新县| 临清市| 寿阳县| 济宁市| 定南县| 保山市| 江阴市| 榆林市| 紫云| 肥城市| 申扎县| 淳安县| 西平县| 康保县| 余庆县| 当雄县| 米泉市| 四子王旗| 浦城县| 江都市| 新泰市| 中西区| 岳池县| 晋江市| 仙居县| 四川省| 怀仁县|