根據突發OFDM系統的特點,提出了一種具有實用價值的OFDM幀同步方法。在經典SC算法的基礎上,提出了改進型SC算法和基于時域PN序列的改進型SC算法。對這兩種算法進行了仿真對比,仿真結果表明基于時域PN序列的SC算法能夠實現突發幀的精同步,而改進型SC算法只能實現粗同步。但是改進型SC算法更適合FPGA實現,采用Verilog HDL語言,在Quartus II上完成開發,同時給出了其在ModelSim 6.5b下的仿真結果,結果表明,方案是完全可行的。
上傳時間: 2013-11-12
上傳用戶:yulg
個人第一個作品——紀念這連日來奮戰后的挫敗
上傳時間: 2013-10-25
上傳用戶:釣鰲牧馬
多遠程二極管溫度傳感器-Design Considerations for pc thermal management Multiple RDTS (remote diode temperature sensing) provides the most accurate method of sensing an IC’s junction temperature. It overcomes thermal gradient and placement issues encountered when trying to place external sensors. PCB component count decreases when using a device that provides multiple inputs.Better temperature sensing improves product performance and reliability. Disk drive data integrity suffers at elevated temperatures. IBM published an article stating that a 5°C rise in operating temperature causes a 15% increase in the drive’s failure rate. The overall performance of a system can be improved by providing a more accurate temperature measurement of the most critical devices allowing them to run just a few degrees hotter.The LM83 directly senses its own temperature and the temperature of three external PN junctions. One is dedicated to the CPU of choice, the other two go to other parts of your system that need thermal monitoring such as the disk drive or graphics chip. The SMBus-compatible LM83 supports SMBus timeout and logic levels. The LM83 has two interrupt outputs; one for user-programmable limits and WATCHDOG capability (INT), the other is a Critical Temperature Alarm output (T_CRIT_A) for system power supply shutdown.
標簽: Considerat Design 遠程 二極管
上傳時間: 2014-12-21
上傳用戶:ljd123456
在經常應用的組合鍵
上傳時間: 2013-11-08
上傳用戶:Aeray
CDMA技術是當前無線電通信,尤其是移動通信的主要技術,不論是在中國已經建立的IS-95規范的中國聯通CDMA網、各大移動通信運營商正準備實驗及建立第三代(3G)系統還是大設備研發商已經在開發的三代以后(也稱為4G)更寬帶寬的移動通信系統,CDMA都是主要的選擇。CDMA概念可以簡單地解釋為基于擴頻通信的調制和多址接入方案。其反向鏈路有接入信道和反向業務信道組成。接入信道用于短信令消息交換、能提供呼叫來源、尋呼響應、指令和注冊。 本設計選取CDMA通信系統中的接入信道部分進行仿真與分析。首先,通過學習相應的理論知識,熟悉接入信道實現的過程,對每一步的原理有了較深的理解,同時,也對MATALB軟件進行熟悉和了解,對MATLAB軟件中的SIMULINK部分及其內部的CDMA模塊用法和參數設置進行熟悉,然后運用MATLAB軟件對接入信道部分進行設計,并逐步地對各個模塊進行分析、仿真與驗證。目的是通過畢業設計工作熟悉現代無線通信系統的基本構成與基本工作原理,重點掌握卷積編碼、塊交織和碼擴展等相關編碼技術,并能將這些技術應用實際系統設計,提高自己對CDMA通信系統知識的認識。 關鍵字:CRC;卷積編碼;塊重復;交織;長碼;沃爾什;PN序列
上傳時間: 2013-11-02
上傳用戶:taozhihua1314
這是基于小波變換的數字水印代碼,在嵌入的水印加上一個pn尾隨機序列
上傳時間: 2013-12-04
上傳用戶:s363994250
此為編譯原理實驗報告 學習消除文法左遞規算法,了解消除文法左遞規在語法分析中的作用 內含 設計算法 目的 源碼 等等.... 算法:消除左遞歸算法為: (1)把文法G的所有非終結符按任一種順序排列成P1,P2,…Pn 按此順序執行 (2)FOR i:=1 TO n DO BEGIN FOR j:=1 DO 把形如Pi→Pjγ的規則改寫成 Pi→δ1γ δ2γ … δkγ。其中Pj→δ1 δ2 … δk是關于Pj的所有規則; 消除關于Pi規則的直接左遞歸性 END (3)化簡由(2)所得的文法。即去除那些從開始符號出發永遠無法到達的非終結符的 產生規則。
上傳時間: 2015-03-29
上傳用戶:極客
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
一個產生PN15偽隨機序列并模擬噪聲干擾和統計誤碼率的通訊系統仿真程序,主要實現了PN序列的同步算法和實時誤碼統計
上傳時間: 2015-05-15
上傳用戶:
雜湊法(Hashing)的搜尋與一般的搜尋法(searching)是不一樣的。在雜湊法中,鍵值(key value)或識別字(identifier)在記憶體的位址是經由函數(function)轉換而得的。此種函數,一般稱之為雜湊函數(Hashing function)或鍵值對應位址轉換(key to address transformation)。對於有限的儲存空間,能夠有效使用且在加入或刪除時也能快的完成,利用雜湊法是最適當不過了。因為雜湊表搜尋在沒有碰撞(collision)及溢位(overflow)的情況下,只要一次就可擷取到。
上傳時間: 2013-12-23
上傳用戶:dancnc