) Compression using huffman code -with a number of bits k per code word -provide huffman table Huffman coding is optimal for a symbol-by-symbol coding with a known input probability distribution.This technique uses a variable-length code table for encoding a source symbol. The table is derived in a particular way based on the estimated probability of occurrence for each possible value of the source symbol .Huffman coding uses a specific method for representing each symbol, resulting in a Prefix code that expresses the most common characters using shorter strings of bits than those used for less common source symbols.The Huffman coding is a procedure to generate a binary code tree.
標(biāo)簽: code Compression huffman provide
上傳時(shí)間: 2017-05-30
上傳用戶:yuchunhai1990
4 16 64 QAM plots for simulated and theoretical results for OFDM system with addition of Cyclic Prefix and a zero-Forcing equalizer.
標(biāo)簽: theoretical for simulated addition
上傳時(shí)間: 2017-06-02
上傳用戶:hgy9473
自己寫的一個(gè)OFDM發(fā)送接收的程序,注釋詳盡,適合初學(xué)者,有圖形驗(yàn)證。可實(shí)現(xiàn)IFFT過(guò)采樣,以及Prefix
上傳時(shí)間: 2013-12-22
上傳用戶:D&L37
3 MATLAB functions for simulation of OFDM signal in Rayleigh fading channel. Including models for OFDM frame generating, cyclic Prefix, pramble, as well as model for Rayleigh channel, QAM modulation function and a example of test process.
標(biāo)簽: simulation Including functions for
上傳時(shí)間: 2017-07-14
上傳用戶:417313137
關(guān)于后綴數(shù)組的文件 本文介紹后綴數(shù)組的基本概念、方法以及應(yīng)用。 首先介紹O(nlogn)復(fù)雜度構(gòu)造后綴數(shù)組的倍增算法,接著介紹了配合后綴 數(shù)組的最長(zhǎng)公共前綴 LCP(Longest Common Prefix)的計(jì)算方法,并給出一個(gè) 線性時(shí)間內(nèi)計(jì)算height 數(shù)組(記錄跨度為1 的LCP 值的數(shù)組)的算法。為了讓 讀者對(duì)如何運(yùn)用后綴數(shù)組有一個(gè)感性認(rèn)識(shí),還介紹了兩個(gè)應(yīng)用后綴數(shù)組的例子: 多模式串的模式匹配(給出每次匹配O(m+logn)時(shí)間復(fù)雜度的算法)以及求最 長(zhǎng)回文子串(給出O(nlogn)時(shí)間復(fù)雜度的算法)。最后對(duì)后綴數(shù)組和后綴樹作了 一番比較。
標(biāo)簽: nlogn 后綴數(shù)組 基本概念 復(fù)雜度
上傳時(shí)間: 2013-12-21
上傳用戶:zhangliming420
My JSP 'TeacherMain.jsp' starting page var $=function(id) { return document.getElementById(id); } function show_menu(num){ for(i=0;i
標(biāo)簽: C++
上傳時(shí)間: 2015-07-03
上傳用戶:xiyuzhu
springMVC有三個(gè)映射器,如果不定義映射Mapping,那么就會(huì)使默認(rèn): l <bean class="org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping"></bean> 也就是說(shuō):上面這個(gè)定義和不定義都是一樣的。 不定義: <bean id="testController" name="/hello.do" class="cn.itcast.controller.TestController"></bean> 直接使用:hello.do來(lái)訪問(wèn)。 <!-- 簡(jiǎn)單的url映射處理器 --> l <bean class="org.springframework.web.servlet.handler.SimpleUrlHandlerMapping"> <property name="mappings"> <props> 那么上面的這個(gè)映射配置:表示多個(gè)*.do文件可以訪問(wèn)多個(gè)Controller或者一個(gè)Controller。 前提是:都必須依賴: <bean id="testController" name="/hello.do" class="cn.itcast.controller.TestController"></bean> <!-- /WEB-INF/jsp/index.jsp --> <bean class="org.springframework.web.servl <prop key="/hello1.do">testController</prop> <prop key="/a.do">testController</prop> </props> </property> </bean> et.view.InternalResourceViewResolver"> <property name="Prefix" value="/WEB-INF/jsp/"></property> <property name="suffix" value=".jsp"></property> </bean>
標(biāo)簽: SpringMVC
上傳時(shí)間: 2016-06-03
上傳用戶:hthunder
面向 5G 的新型多載波傳輸技術(shù)比較 摘 要: 介紹了幾種面向 5G 的新型多載波傳輸技術(shù): 濾波器組多載波( FBMC,F(xiàn)ilter Bank Multicarri- er) 、通用濾波多載波( UFMC,Universal Filtered Multicarrier) 和廣義頻分復(fù)用( GFDM,Generalized Fre- quency Division Multiplexing) 的基本原理,并從第五代移動(dòng)通信系統(tǒng)( 5G) 支持的應(yīng)用場(chǎng)景和技術(shù)需求的 角度對(duì)三種多載波傳輸技術(shù)的優(yōu)缺點(diǎn)進(jìn)行比較。研究表明三種多載波傳輸技術(shù)的帶外泄露較低,F(xiàn)BMC 系統(tǒng) 不使用 CP( CP,Cyclic Prefix) ,因此具有很高的時(shí)頻效率,但 FBMC 系統(tǒng)幀的長(zhǎng)度比較長(zhǎng),不適合短 包類業(yè)務(wù); UFMC 對(duì)一組連續(xù)的子載波濾波,可以支持較短的幀結(jié)構(gòu),但 UFMC 不使用 CP,復(fù)雜度較高; GFDM 基于獨(dú)立的塊調(diào)制,具有靈活的幀結(jié)構(gòu),魯棒性好,復(fù)雜度比前兩者 低,便于實(shí)際應(yīng)用。 關(guān)鍵詞: 多載波; 第五代移動(dòng)通信系統(tǒng); 濾波器組多載波; 通用濾波多載波; 廣義頻分復(fù)用
標(biāo)簽: 5G
上傳時(shí)間: 2022-02-25
上傳用戶:kingwide
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1