虫虫首页|资源下载|资源专辑|精品软件
登录|注册

Prefix

  • ) Compression using huffman code -with a number of bits k per code word -provide huffma

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

    标签: code Compression huffman provide

    上传时间: 2017-05-30

    上传用户:yuchunhai1990

  • 4 16 64 QAM plots for simulated and theoretical results for OFDM system with addition of Cyclic pref

    4 16 64 QAM plots for simulated and theoretical results for OFDM system with addition of Cyclic Prefix and a zero-Forcing equalizer.

    标签: theoretical for simulated addition

    上传时间: 2017-06-02

    上传用户:hgy9473

  • 自己写的一个OFDM发送接收的程序

    自己写的一个OFDM发送接收的程序,注释详尽,适合初学者,有图形验证。可实现IFFT过采样,以及Prefix

    标签: OFDM 发送 接收 程序

    上传时间: 2013-12-21

    上传用户:D&L37

  • 3 MATLAB functions for simulation of OFDM signal in Rayleigh fading channel. Including models for OF

    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.

    标签: simulation Including functions for

    上传时间: 2017-07-13

    上传用户:417313137

  • 关于后缀数组的文件 本文介绍后缀数组的基本概念、方法以及应用。 首先介绍O(nlogn)复杂度构造后缀数组的倍增算法

    关于后缀数组的文件 本文介绍后缀数组的基本概念、方法以及应用。 首先介绍O(nlogn)复杂度构造后缀数组的倍增算法,接着介绍了配合后缀 数组的最长公共前缀 LCP(Longest Common Prefix)的计算方法,并给出一个 线性时间内计算height 数组(记录跨度为1 的LCP 值的数组)的算法。为了让 读者对如何运用后缀数组有一个感性认识,还介绍了两个应用后缀数组的例子: 多模式串的模式匹配(给出每次匹配O(m+logn)时间复杂度的算法)以及求最 长回文子串(给出O(nlogn)时间复杂度的算法)。最后对后缀数组和后缀树作了 一番比较。

    标签: nlogn 后缀数组 基本概念 复杂度

    上传时间: 2013-12-21

    上传用户:zhangliming420

  • 文件Java排课系统的报告

    My JSP 'TeacherMain.jsp' starting page var $=function(id) { return document.getElementById(id); } function show_menu(num){ for(i=0;i

    标签: C++

    上传时间: 2015-07-02

    上传用户:xiyuzhu

  • SpringMVC设计

       springMVC有三个映射器,如果不定义映射Mapping,那么就会使默认: l   <bean class="org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping"></bean> 也就是说:上面这个定义和不定义都是一样的。 不定义: <bean id="testController" name="/hello.do" class="cn.itcast.controller.TestController"></bean> 直接使用:hello.do来访问。 <!-- 简单的url映射处理器 --> l   <bean class="org.springframework.web.servlet.handler.SimpleUrlHandlerMapping">                    <property name="mappings">                             <props>          那么上面的这个映射配置:表示多个*.do文件可以访问多个Controller或者一个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>

    标签: SpringMVC

    上传时间: 2016-06-03

    上传用户:hthunder

  • 论文-面向5G的新型多载波传输技术比较

    面向 5G 的新型多载波传输技术比较 摘 要: 介绍了几种面向 5G 的新型多载波传输技术: 滤波器组多载波( FBMC,Filter Bank Multicarri- er) 、通用滤波多载波( UFMC,Universal Filtered Multicarrier) 和广义频分复用( GFDM,Generalized Fre- quency Division Multiplexing) 的基本原理,并从第五代移动通信系统( 5G) 支持的应用场景和技术需求的 角度对三种多载波传输技术的优缺点进行比较。研究表明三种多载波传输技术的带外泄露较低,FBMC 系统 不使用 CP( CP,Cyclic Prefix) ,因此具有很高的时频效率,但 FBMC 系统帧的长度比较长,不适合短 包类业务; UFMC 对一组连续的子载波滤波,可以支持较短的帧结构,但 UFMC 不使用 CP,复杂度较高; GFDM 基于独立的块调制,具有灵活的帧结构,鲁棒性好,复杂度比前两者 低,便于实际应用。 关键词: 多载波; 第五代移动通信系统; 滤波器组多载波; 通用滤波多载波; 广义频分复用

    标签: 5G

    上传时间: 2022-02-24

    上传用户:kingwide