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

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

RRC

  • LTE系統(tǒng)中RRC連接建立過程的設(shè)計

    為了實現(xiàn)LTE系統(tǒng)中RRC連接建立的需求,提出了一種對RRC層連接過程進行設(shè)計的方案,并完成系統(tǒng)的軟件設(shè)計。該系統(tǒng)將RRC層的空閑狀態(tài)和連接狀態(tài)均細分為兩個子狀態(tài),有效降低了系統(tǒng)設(shè)計的復(fù)雜度。軟件采用Xilinx SDK工具集進行開發(fā),通過在PC上分別模擬終端和基站進行測試,終端和基站能夠成功接收到正確的RRC消息。實驗結(jié)果表明,該系統(tǒng)能夠成功的建立RRC連接,達到了設(shè)計的要求。

    標簽: LTE RRC 連接

    上傳時間: 2013-11-19

    上傳用戶:sjy1991

  • RRC filter simulation

    RRC filter simulation

    標簽: simulation filter RRC

    上傳時間: 2013-12-25

    上傳用戶:weiwolkt

  • WCDMA系統(tǒng)無線資源管理策略仿真 概略介紹了系統(tǒng)RRC包括的關(guān)鍵技術(shù)

    WCDMA系統(tǒng)無線資源管理策略仿真 概略介紹了系統(tǒng)RRC包括的關(guān)鍵技術(shù),并重點對其中的呼叫接納控制(CAC)技術(shù)作了比較深入的研 究。

    標簽: WCDMA RRC 無線

    上傳時間: 2017-08-03

    上傳用戶:waizhang

  • 產(chǎn)生信號并用RRC濾波器對輸入信號進行濾波

    產(chǎn)生信號并用RRC濾波器對輸入信號進行濾波,最后進行判決

    標簽: RRC 信號 濾波器 濾波

    上傳時間: 2013-12-23

    上傳用戶:hasan2015

  • LTE RRC連接成功率優(yōu)化案例

    該文檔為LTE RRC連接成功率優(yōu)化案例簡介文檔,是一份很不錯的參考資料,具有較高參考價值,感興趣的可以下載看看………………

    標簽: lte RRC

    上傳時間: 2021-11-22

    上傳用戶:xsr1983

  • 紅外遙控接收程序

    紅外遙控接收;=================================================;; zsMCU51實驗板配套學(xué)習(xí)例程;; 中山單片機學(xué)習(xí)網(wǎng) 智佳科技;; 作者:逸風(fēng) QQ:105558851;; http://www.zsmcu.com; E-mail:info@zsmcu.com;=================================================ORG 0000HLJMP START;轉(zhuǎn)入主程序ORG 0010HSTART:MAIN:JNB P2.2,IRLJMP MAIN;以下為進入P3.2腳外部中斷子程序,也就是解碼程序IR:MOV R6,#9SB:ACALL DELAY882 ;調(diào)用882微秒延時子程序JB P2.2,EXIT ;延時882微秒后判斷P3.2腳是否出現(xiàn)高電平如果有就退出解碼程序DJNZ R6, SB ;重復(fù)10次,目的是檢測在8820微秒內(nèi)如果出現(xiàn)高電平就退出解碼程序;以上完成對遙控信號的9000微秒的初始低電平信號的識別。JNB P2.2, $ ;等待高電平避開9毫秒低電平引導(dǎo)脈沖ACALL DELAY2400JNB P2.2,IR_Rp ;ACALL DELAY2400 ;延時4.74毫秒避開4.5毫秒的結(jié)果碼MOV R1,#1AH ;設(shè)定1AH為起始RAM區(qū)MOV R2,#4PP:MOV R3,#8JJJJ:JNB P2.2,$ ;等待地址碼第一位的高電平信號LCALL DELAY882 ;高電平開始后用882微秒的時間尺去判斷信號此時的高低電平狀態(tài)MOV C,P2.2 ;將P3.2引腳此時的電平狀態(tài)0或1存入C中 JNC UUU ;如果為0就跳轉(zhuǎn)到UUULCALL DELAY1000UUU:MOV A,@R1 ;將R1中地址的給ARRC A ;將C中的值0或1移入A中的最低位MOV @R1,A ;將A中的數(shù)暫時存放在R1中DJNZ R3,JJJJ ;接收地址碼的高8位INC R1 ;對R1中的值加1,換下一個RAMDJNZ R2,PP ;接收完16位地址碼和8位數(shù)據(jù)碼和8位數(shù)據(jù),存放在1AH/1BH/1CH/1DH的RAM中MOV P1,1DH ;將按鍵的鍵值通過P1口的8個LED顯示出來!CLR P2.3 ;蜂鳴器鳴響-嘀嘀嘀-的聲音,表示解碼成功LCALL DELAY2400LCALL DELAY2400LCALL DELAY2400SETB P2.3;蜂鳴器停止LJMP MAINIR_Rp:LJMP MAINEXIT:LJMP MAIN ;退出解碼子程序;=============================882DELAY882: ;1.085x ((202x4)+5)=882MOV R7,#202DELAY882_A:NOPNOPDJNZ R7,DELAY882_ARET;=============================1000DELAY1000: ;1.085x ((229x4)+5)=999.285MOV R7,#229DELAY1000_A:NOPNOPDJNZ R7,DELAY1000_ARET;=============================2400

    標簽: 紅外遙控 接收程序

    上傳時間: 2013-11-01

    上傳用戶:2525775

  • This packet is a IS-95 baseband simulation for 1 data channel of 9.6 KBps rate. The simulation is wr

    This packet is a IS-95 baseband simulation for 1 data channel of 9.6 KBps rate. The simulation is written for static channel and AWGN noise. The packet include: 1) Packet Builder (Viterbi Encoding, Interleaver, PN generation) 2) Modulator (RRC filter) 3) Demodulator (Matched Filter, RAKE receiver) 4) Receiver (HD or SD) (Deinterleaver, Viterbi Decoder). You should run "Simulation.m" function that include all modules.

    標簽: simulation baseband channel packet

    上傳時間: 2014-11-09

    上傳用戶:hwl453472107

  • his packet is a IS-95 baseband simulation for 1 data channel of 9.6 KBps rate. The simulation is w

    his packet is a IS-95 baseband simulation for 1 data channel of 9.6 KBps rate. The simulation is written for static channel and AWGN noise. The packet include: 1) Packet Builder (Viterbi Encoding, Interleaver, PN generation) 2) Modulator (RRC filter) 3) Demodulator (Matched Filter, RAKE receiver) 4) Receiver (HD or SD) (Deinterleaver, Viterbi Decoder). You should run "Simulation.m" function that include all modules.

    標簽: simulation baseband channel packet

    上傳時間: 2013-12-23

    上傳用戶:zhangyigenius

  • This packet is a IS-95 baseband simulation for 1 data channel of 9.6 KBps rate. The simulation is

    This packet is a IS-95 baseband simulation for 1 data channel of 9.6 KBps rate. The simulation is written for static channel and AWGN noise. The packet include: 1) Packet Builder (Viterbi Encoding, Interleaver, PN generation) 2) Modulator (RRC filter) 3) Demodulator (Matched Filter, RAKE receiver) 4) Receiver (HD or SD) (Deinterleaver, Viterbi Decoder).

    標簽: simulation baseband channel packet

    上傳時間: 2014-12-20

    上傳用戶:ukuk

  • 詳細說明了pi/4 DQPSK 調(diào)制、解調(diào)

    詳細說明了pi/4 DQPSK 調(diào)制、解調(diào),RRC 匹配濾波器設(shè)計, BER 蒙特卡洛仿真,rayleigh衰落下的系統(tǒng)仿真。 文檔中附有各個模塊的Matlab code。

    標簽: DQPSK pi 調(diào)制 解調(diào)

    上傳時間: 2016-10-24

    上傳用戶:dengzb84

主站蜘蛛池模板: 永胜县| 宜黄县| 高密市| 斗六市| 颍上县| 鹿邑县| 商水县| 岳西县| 湖北省| 马边| 天镇县| 江北区| 南昌市| 宜兴市| 将乐县| 常宁市| 浙江省| 石首市| 叶城县| 阿合奇县| 双辽市| 辉南县| 民权县| 滕州市| 大港区| 安顺市| 岫岩| 漾濞| 泰兴市| 余干县| 东乡族自治县| 新河县| 忻城县| 台中市| 新民市| 眉山市| 临西县| 隆尧县| 德保县| 修武县| 盘山县|