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

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

Carrier

  • 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.

    標簽: AltCPR WCDMA 5528 ACPR

    上傳時間: 2013-11-02

    上傳用戶:maricle

  • Blind Equalizer 的演算法主要是利用CMA及 LMS 的配合

    Blind Equalizer 的演算法主要是利用CMA及 LMS 的配合,當CMA將EYE打開,使訊號趨近于正確值,就切換到LMS,利用Slicer的輸出當作training sequence來調整Equalizer的系數,而Carrier Recovery 的部份,則是將phase error track出來

    標簽: Equalizer Blind CMA LMS

    上傳時間: 2013-12-28

    上傳用戶:it男一枚

  • Simulation of a transmitter implementingthe OFDM transmission chain with QPSK modulation on each su

    Simulation of a transmitter implementingthe OFDM transmission chain with QPSK modulation on each sub-Carrier

    標簽: implementingthe transmission transmitter Simulation

    上傳時間: 2013-12-23

    上傳用戶:cainaifa

  • This paper examines the asymptotic (large sample) performance of a family of non-data aided feedfor

    This paper examines the asymptotic (large sample) performance of a family of non-data aided feedforward (NDA FF) nonlinear least-squares (NLS) type Carrier frequency estimators for burst-mode phase shift keying (PSK) modulations transmitted through AWGN and flat Ricean-fading channels. The asymptotic performance of these estimators is established in closed-form expression and compared with the modified Cram`er-Rao bound (MCRB). A best linear unbiased estimator (BLUE), which exhibits the lowest asymptotic variance within the family of NDA FF NLS-type estimators, is also proposed.

    標簽: performance asymptotic examines non-data

    上傳時間: 2015-12-30

    上傳用戶:225588

  • 在DAB系統中的頻率同步

    在DAB系統中的頻率同步,載頻同步,參考一下Carrier frequency offset estimation of DAB receiver based on phase reference symbol

    標簽: DAB 頻率同步

    上傳時間: 2014-11-23

    上傳用戶:songrui

  • This a very simple baseband simulator for SC-FDMA system. This simulator is part of the upcoming boo

    This a very simple baseband simulator for SC-FDMA system. This simulator is part of the upcoming book “Single Carrier FDMA: A New Air Interface for Long Term Evolution” (Wiley, Nov. 2008) which I co-authored with professor David J. Goodman at Polytechnic University. The purpose of this simulator is to give some concrete idea of how SC-FDMA system works. It does lack many realistic and sophisticated features such as channel coding, time-varying fading channel model, soft decision decoding, etc. Regardless, I am hoping that it will help you understand SC-FDMA which is a fairly new development in 3GPP LTE.

    標簽: simulator This baseband upcoming

    上傳時間: 2016-08-26

    上傳用戶:小草123

  • PC機與智能儀器串口通信 MSComm 控件 MSComm 控件通過串行端口傳輸和接收數據

    PC機與智能儀器串口通信 MSComm 控件 MSComm 控件通過串行端口傳輸和接收數據,為應用程序提供串行通訊功能。 語法 MSComm 說明 MSComm 控件提供下列兩種處理通訊的方式: 事件驅動通訊是處理串行端口交互作用的一種非常有效的方法。在許多情況下,在事件發生時需要得到通知,例如,在 Carrier Detect (CD) 或 Request To Send (RTS) 線上一個字符到達或一個變化發生時。在這些情況下,可以利用 MSComm 控件的 OnComm 事件捕獲并處理這些通訊事件。OnComm 事件還可以檢查和處理通訊錯誤。所有通訊事件和通訊錯誤的列表,參閱 CommEvent 屬性。

    標簽: MSComm 控件 PC機 智能儀器

    上傳時間: 2016-10-05

    上傳用戶:225588

  • PC機與智能儀器串口通信 MSComm 控件提供下列兩種處理通訊的方式: 事件驅動通訊是處理串行端口交互作用的一種非常有效的方法。在許多情況下

    PC機與智能儀器串口通信 MSComm 控件提供下列兩種處理通訊的方式: 事件驅動通訊是處理串行端口交互作用的一種非常有效的方法。在許多情況下,在事件發生時需要得到通知,例如,在 Carrier Detect (CD) 或 Request To Send (RTS) 線上一個字符到達或一個變化發生時。在這些情況下,可以利用 MSComm 控件的 OnComm 事件捕獲并處理這些通訊事件。OnComm 事件還可以檢查和處理通訊錯誤。所有通訊事件和通訊錯誤的列表,參閱 CommEvent 屬性。 在程序的每個關鍵功能之后,可以通過檢查 CommEvent 屬性的值來查詢事件和錯誤。如果應用程序較小,并且是自保持的,這種方法可能是更可取的。例如,如果寫一個簡單的電話撥號程序,則沒有必要對每接收一個字符都產生事件,因為唯一等待接收的字符是調制解調器的“確定”響應。 每個使用的 MSComm 控件對應著一個串行端口。如果應用程序需要訪問多個串行端口,必須使用多個 MSComm 控件。可以在 Windows“控制面板”中改變端口地址和中斷地址。

    標簽: MSComm 通訊 PC機 智能儀器

    上傳時間: 2016-10-05

    上傳用戶:qlpqlq

  • PC機與智能儀器串口通信 MSComm 控件提供下列兩種處理通訊的方式: 事件驅動通訊是處理串行端口交互作用的一種非常有效的方法。在許多情況下

    PC機與智能儀器串口通信 MSComm 控件提供下列兩種處理通訊的方式: 事件驅動通訊是處理串行端口交互作用的一種非常有效的方法。在許多情況下,在事件發生時需要得到通知,例如,在 Carrier Detect (CD) 或 Request To Send (RTS) 線上一個字符到達或一個變化發生時。在這些情況下,可以利用 MSComm 控件的 OnComm 事件捕獲并處理這些通訊事件。OnComm 事件還可以檢查和處理通訊錯誤。所有通訊事件和通訊錯誤的列表,參閱 CommEvent 屬性。 在程序的每個關鍵功能之后,可以通過檢查 CommEvent 屬性的值來查詢事件和錯誤。如果應用程序較小,并且是自保持的,這種方法可能是更可取的。例如,如果寫一個簡單的電話撥號程序,則沒有必要對每接收一個字符都產生事件,因為唯一等待接收的字符是調制解調器的“確定”響應。 每個使用的 MSComm 控件對應著一個串行端口。如果應用程序需要訪問多個串行端口,必須使用多個 MSComm 控件。可以在 Windows“控制面板”中改變端口地址和中斷地址。

    標簽: MSComm 通訊 PC機 智能儀器

    上傳時間: 2016-10-05

    上傳用戶:洛木卓

  • 詳細的OFDM設計過程

    詳細的OFDM設計過程,包括Matlab仿真、DSP源碼及文檔說明。 OFDM(正交頻分復用)技術實際上是MCM(Multi-Carrier Modulation,多載波調制)的一種。

    標簽: OFDM 過程

    上傳時間: 2013-12-25

    上傳用戶:dianxin61

主站蜘蛛池模板: 荣昌县| 赣州市| 土默特右旗| 常德市| 大连市| 八宿县| 辽源市| 神木县| 枣阳市| 连州市| 巴楚县| 睢宁县| 虎林市| 佛冈县| 肇州县| 卢龙县| 惠水县| 新蔡县| 罗定市| 偃师市| 日照市| 宁蒗| 梓潼县| 葫芦岛市| 藁城市| 泰顺县| 云和县| 阳东县| 缙云县| 滕州市| 武川县| 额敏县| 鄯善县| 淳化县| 旌德县| 铜陵市| 陆丰市| 九寨沟县| 广丰县| 河津市| 北安市|