-
Huffman-coding
通信的数字化是它能与计算机技术和数字信号处理技术相结合的基础,而实现通信数字化的前提是信源能提供的各种用于传递的消息,例如语音、图像、数据、文字等都必须以数字化形式表示。而信源编码是数字通信系统中的重要组成部分,他是保证信号有效传输的一种重要方式。霍夫曼编码依据字符出现的概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,其优越的性能被广泛使用在数字通信系统中。霍夫曼编码已经成为数据压缩的灵魂算法。本文介绍了无失真编码算法的构造,霍夫曼编码的规则和特点,同时分析了对信源进行优化的方法,最后通过MATLAB仿真来讨论比较二元霍夫曼编码、三元霍夫曼编码以及信源扩展编码的效率,来实现霍夫曼码的优化构造。(The digital communication is it can and computer technology and digital signal processing technology in combination of the base, and realize the digital communication is the premise of source can provide all kinds of used to deliver news, such as voice, video and data and text must take the digital form said. And the source coding digital communication system is the important component, he is to ensure the effective transmission signal is an important way. Huffman coding based on the probability of characters appear to construct different "the average length of the shortest code words, sometimes called the best coding, superior performance is widely used in digital communication system. Huffman coding has become the soul of data compression algorithm. This paper introduces the structure of the encoding algorithm without distortion, Huffman coding rules and characteristics, and analysis of the source of the optimization method, and finally by MATLAB simulation to discuss compares two yu)
- 2012-05-25 23:06:35下载
- 积分:1
-
OFDM_Est
the performance of LSE algorithm in OFDM channel estimation
- 2013-04-04 18:17:21下载
- 积分:1
-
Untitled
正向云发生器及其代码,matlab描述.....(cloud creator of forward and the code of that,discribed by matlab)
- 2015-01-04 16:21:48下载
- 积分:1
-
sjt
非常好的三边定位代码,希望与大家共享它的精彩之处(Very good trilateral positioning code, and hope to share the wonderful)
- 2012-02-12 09:30:24下载
- 积分:1
-
matlab-
解决多目标线性问题 解决多目标带约束条件的例子(To solve the multi-objective linear problem)
- 2013-03-20 19:29:35下载
- 积分:1
-
ofdm_fading
此程序描述OFDM系统中多径衰落信道的仿真和实现,包含信道转移矩阵的计算和变换等(This procedure describes the OFDM system simulation and implementation of multipath fading channels, including the calculation and conversion channel transfer matrix, etc.)
- 2013-11-23 21:05:41下载
- 积分:1
-
lowpass-filter
基于matlab的最优化方法设计FIR低通滤波器(Based the matlab optimization method design FIR low-pass filter)
- 2013-05-05 23:42:09下载
- 积分:1
-
blind_channel_estimation_STBC
Ofdm simulation with equalization
- 2011-05-03 19:22:11下载
- 积分:1
-
matlab_8vazir
8 queens on the chess board with matlab
- 2013-07-12 23:47:42下载
- 积分:1
-
OFDMcode
OFDM信号的编码译码仿真,英文说明更详细。(This simulation script set allows for an OFDM transmission to be
simulated. Imagetx.m generates the OFDM signal, saving it as a
windows WAV file. This allows the OFDM signal to be played out a sound
card and recorded back. Imagerx.m decodes the WAV to extract the
data.
settings.m contains all the common settings to specify all the
simulation parameters such as FFT size, number of carriers,
input data source file, input and output WAV files, etc.
See settings.m for more details.
Note: The both the receiver and transmitter must have a copy of the
input data file, as this is used for calculating the exact number
of data words in the transmission.
The scripts should work as extracted. Just run imagetx.m to generate the
OFDM signal. Then run imagerx.m to decode the signal. The initial settings
transmit a wave file Corrs.wav . The decoded OFDM data ( Out.wav ) can be
compared with the original data by listening to the two wave files.)
- 2009-04-20 21:55:05下载
- 积分:1