Dissertations / Theses on the topic 'Huffman’s algorithm'
Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles
Consult the top 16 dissertations / theses for your research on the topic 'Huffman’s algorithm.'
Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.
You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.
Browse dissertations / theses on a wide variety of disciplines and organise your bibliography correctly.
Хованська, Т. А. "Проблеми створення і стиснення великих інформаційних сховищ і складів даних." Master's thesis, Сумський державний університет, 2019. http://essuir.sumdu.edu.ua/handle/123456789/76429.
Full textDevulapalli, Venkata Lakshmi Narasimha. "Application of Huffman Data Compression Algorithm in Hashing Computation." TopSCHOLAR®, 2018. https://digitalcommons.wku.edu/theses/2614.
Full textMaciel, Marcos Costa. "Compressão de dados ambientais em redes de sensores sem fio usando código de Huffman." Universidade Tecnológica Federal do Paraná, 2013. http://repositorio.utfpr.edu.br/jspui/handle/1/506.
Full textNesta dissertação de mestrado é apresentada uma proposta de um método simples de compressão de dados sem perda para Redes de Sensores sem Fio (RSSF). Este método é baseado numa codificação Huffman convencional aplicada a um conjunto de amostras de parâmetros monitorados que possuam uma forte correlação temporal, fazendo com que seja gerado um dicionário Huffman a partir dessas probabilidades e que possam ser utilizadas em outros conjuntos de parâmetros de mesma característica. Os resultados de simulação usando temperatura e umidade relativa mostram que este método supera alguns dos mais populares mecanismos de compressão projetados especificamente para RSSF.
In this masters thesis we present a lightweight lossless data compression method for wireless sensor networks(WSN). This method is based on a conventional Huffman coding applied to a sample set of monitored parameters that have a strong temporal correlation, so that a Huffman dictionary is generated from these probabilities, and which may be used in other sets of parameters with same characteristic. Simulations results using temperature and relative humidity measurements show that the proposed method outperforms popular compression mechanisms designed specifically for wireless sensor networks.
Friedrich, Tomáš. "Komprese DNA sekvencí." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2010. http://www.nusl.cz/ntk/nusl-237222.
Full textLe, Thu Anh. "An Exploration of the Word2vec Algorithm: Creating a Vector Representation of a Language Vocabulary that Encodes Meaning and Usage Patterns in the Vector Space Structure." Thesis, University of North Texas, 2016. https://digital.library.unt.edu/ark:/67531/metadc849728/.
Full textDvořák, Martin. "Výukový video kodek." Master's thesis, Vysoké učení technické v Brně. Fakulta elektrotechniky a komunikačních technologií, 2012. http://www.nusl.cz/ntk/nusl-219882.
Full text陳宏綜. "A Memory-Efficient and Fast Huffman Decoding Algorithm." Thesis, 1999. http://ndltd.ncl.edu.tw/handle/64740387702559843977.
Full text國立臺灣科技大學
管理研究所資訊管理學程
87
To reduce the memory size and speed up the process of searching for a symbol in a Huffman tree, we propose a memory-efficient array data structure to represent the Huffman tree. Then, we present a fast Huffman decoding algorithm, which takes O(mlog n) time and uses 3n/2 + n/2logn + 1 memory space, where n is the number of symbols in a Huffman tree.
Lin, Yi-Kai, and 林義凱. "A Space-Efficient Huffman Decoding Algorithm and its Parallelism." Thesis, 1997. http://ndltd.ncl.edu.tw/handle/51208485736616000258.
Full textLin, Yih-Kai, and 林義凱. "A Space-Efficient Huffman Decoding Algorithm and its Parallelism." Thesis, 1997. http://ndltd.ncl.edu.tw/handle/72819908164921559975.
Full text國立台灣工業技術學院
管理技術研究所
85
This paper first transforms the Huffman treeinto a single--side growing Huffman tree, then presents a memory--efficientdata structure to represent the single--side growing Huffman tree, whichrequires $O((n+d)\lceil \log_{2} n \rceil)$--bits memory space, where $n$ isthenumber of source symbols and $d$ is the depth of the Huffman tree.Based on the proposed data structure, we present an$O(d)$--timeHuffman decoding algorithm.Using the sameexample, thememory required in our decoding algorithm is much less than that ofHashemian in 1995. We finally modify our proposed data structure slightly todesign an$O(1)$--time parallel Huffman decoding algorithmon a concurrent read exclusive write parallel random--access machine(CREW PRAM) using $d$ processors.
林垂慶. "Huffman Codec Design Based H.263+ Video Encryption Algorithms." Thesis, 2004. http://ndltd.ncl.edu.tw/handle/56514332526578049996.
Full text國立暨南國際大學
資訊工程學系
92
With the advancement of science and technology, the transmission of digital video data becomes more and more popular. Such as video conference system and online pay-TV which may be grabbed by a hacker. Hence, in order to prevent data piracy and plagiarism, the encryption of multimedia data becomes an extremely important issue. In this paper, we propose an efficient encryption framework which wouldn’t influence seriously the coding speed and compression efficiency of the original codec system. Since, no matter while employing bit-scrambling techniques on the data in the time domain or frequency domain, which would influence the performance of the codec system seriously. Besides, the first method of the compression domain based encryption algorithms proposed in [2] is also less efficient under the situation that there exists a large amount of motion vector codewords in the coded bitstream. Hence, we proposed a lightweight encryption framework through the modification of Huffman tables and it was implemented and verified to be efficient while embedded in H.263+ codec. In order to construct an encryption system which could still own the fast coding speed and better compression efficiency. First, we propose to scramble the fixed-length code (FLC) tables and variable-length code (VLC) tables by using the splay tree algorithm. Next, we use the chaotic algorithm to produce the secret key more promptly and confidentially. Furthermore, different configurations of security can be achieved by easily adapting our system.
Wu, Wei-I., and 吳威怡. "Bit- and Trellis- Based Joint Huffman and Convolutional Sequential Decoding Algorithms." Thesis, 2008. http://ndltd.ncl.edu.tw/handle/05464860396541934297.
Full text國立暨南國際大學
資訊工程學系
96
According to the Shannon’s separation theory, the performance of the overall system is optimal while the source coding and the channel coding are separately optimized. However, due to the constraints on complexity and delay, the performance of separate decoding is usually not optimal. In the past, in order to further improve the performance of separate decoding, the residual redundancy left after compression, the source priori information, and the channel statictical information are exploited and fully utilized for presenting a so-called joint source-channel decoding (JSCD) scheme. In tradition, the trellis adopted in Viterbi decoding algorithm will become tremendously large while all the source and channel information are utilized. Although the decoding performance is optimal, the decoding complexity becomes quite expensive. Therefore, it is not practical. In this work, a new maximum a posteriori probability (MAP) metric with lower computational complexity is derived first, and then we propose a bit- and trellis- based jointly sequential decoding algorithm along with a suboptimal solution. Simulation results indicate the suboptimal method can provide nearly the same performance as optimal scheme while exhibiting a significantly lower complexity.
Hussain, Fatima Omman. "Indirect text entry interfaces based on Huffman coding with unequal letter costs /." 2008. http://gateway.proquest.com/openurl?url_ver=Z39.88-2004&res_dat=xri:pqdiss&rft_val_fmt=info:ofi/fmt:kev:mtx:dissertation&rft_dat=xri:pqdiss:MR45965.
Full textTypescript. Includes bibliographical references (leaves 223-232). Also available on the Internet. MODE OF ACCESS via web browser by entering the following URL: http://gateway.proquest.com/openurl?url_ver=Z39.88-2004&res_dat=xri:pqdiss&rft_val_fmt=info:ofi/fmt:kev:mtx:dissertation&rft_dat=xri:pqdiss:MR45965
ho, Han-chang, and 何函璋. "A Fast Huffman Decoding Algorithm by Multiple Bit Length Search Scheme for the MPEG-4 AAC." Thesis, 2009. http://ndltd.ncl.edu.tw/handle/04149818862470676859.
Full text國立成功大學
電機工程學系碩博士班
97
Huffman coding is an important part in MPEG-4 Advanced Audio Coding(AAC)standard. The function of Huffman coding is to encode the input data stream with shorter length of bit string so that the audio samples can be compressed into smaller size. The compressed data can be recovered by Huffman decoding in decoder side. The process of Huffman decoding requires long delay because long computational time is consumed by the excessive number of searches for the decoded symbols. In this paper, a fast Huffman decoding algorithm is proposed to reduce the number of searches required in Huffman decoding. The algorithm uses a forward search scheme that 5-bit length is used for each search basis for decoding the symbols. The experimental results show that a 5-bit search scheme can be hit with the probability of 72% to decode the symbols. Thus the proposed method can reduce the number of searches, thus lead to the reduced processing delay and increasing processing speed for Huffman decoding. Comparing with other algorithms for Huffman decoding, the proposed algorithm can reduce the number of searches by 27% to 58%, the number of instructions by 40% to 67%.
Shih, Jing-Wun, and 施景文. "FPGA implementations of IP routing-lookup and Huffman decoder algorithms based on Binary Decision Diagrams." Thesis, 2007. http://ndltd.ncl.edu.tw/handle/31059390867997949287.
Full text龍華科技大學
電子系碩士班
95
Since Binary Decision Diagram technique has the function of node sharing, it can eliminate redundant nodes and reduce the cost of combination circuit efficiently. In this paper, we have implemented an IP routing lookup and Huffman decoder with Binary Decision Diagram in FPGA. The Internet traffic is rapidly growing because of the increase of users and the multimedia applications. With the increased traffic, fast link speed and routers are required. Currently, since gigabit links are available, the chief bottleneck of the traffic has been moved from the links to the routers. In this paper, we have designed and implemented a new IP table lookup algorithm with binary decision diagrams using FPGA. We have implemented a simple routing table example with Stratix EP1S40F780C5 FPGA of Altera. The simulation and experimental results show that the proposed scheme can perform 10^8 lookups per second. If the average size of each packet is 40 bytes, the scheme can support up to 4Gbps link speed. It would support faster link speed if we use modern VLSI technology to implement the algorithm. On the other hand, we have implemented Huffman decoders by using Finite State Machine and Multiplexer, respectively. By using Binary Decision Diagrams to reduce the Huffman tree, we have once again implemented Huffman decoders based on Finite State Machine and Multiplexer, respectively. To verify the theorem, we have implemented a simple Huffman coding example with Stratix EP1S40F780C5 FPGA of Altera. The simulation and experimental results show that the Finite State Machine can decode 2*10^7 times per second, and the Multiplexer can decode 10^8 times per second.
Cruz, Kouichi Julián Andrés. "Desarrollo de un algoritmo de compresión de datos optimizado para imágenes satelitales." Bachelor's thesis, 2017. http://hdl.handle.net/11086/5863.
Full textLas imágenes satelitales son cada vez de mayor tamaño, de tal manera que hoy en dı́a hablar en términos de gigabytes ya es normal. A la hora de generar productos que formen un mosaico también nos encontramos con grandes volúmenes lo cual no solo dificulta el procesamiento sino también la transferencia o distribución de los mismos hacia los usuarios. Finalmente, también tenemos el problema del manejo de los datos tanto a bordo de la plataforma del satélite como de su bajada a tierra. En esta tesis, se desarrollará e implementará un algoritmo de compresión con pérdida orientado a resolver esta problemática, utilizando la Transformada Discreta de Wavelets y la codificación Huffman.
Satellite images are increasing in size, to the point where speaking in the order of Gigabytes is normal. We also find big volumes of data when generating products such as mosaics, which makes both their processing and their transfer to end users more difficult. Finally, we also have large volumes of data in both the satellites themselves and in their transfer back to Earth. In this thesis, we design and implement a lossy compression algorithm targeted to solve this topic, making use of the Discrete Wavelet Transform and the Huffman coding.
Saradha, R. "Malware Analysis using Profile Hidden Markov Models and Intrusion Detection in a Stream Learning Setting." Thesis, 2014. http://hdl.handle.net/2005/3129.
Full text