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

Symbol

  • Hard-decision decoding scheme Codeword length (n) : 31 Symbols. Message length (k) : 19 Symbols.

    Hard-decision decoding scheme Codeword length (n) : 31 Symbols. Message length (k) : 19 Symbols. Error correction capability (t) : 6 Symbols One Symbol represents 5 bit. Uses GF(2^5) with primitive polynomial p(x) = X^5 X^2 + 1 Generator polynomial, g(x) = a^15 a^21*X + a^6*X^2 + a^15*X^3 + a^25*X^4 + a^17*X^5 + a^18*X^6 + a^30*X^7 + a^20*X^8 + a^23*X^9 + a^27*X^10 + a^24*X^11 + X^12. Note: a = alpha, primitive element in GF(2^5) and a^i is root of g(x) for i = 19, 20, ..., 30. Uses Verilog description with synthesizable RTL modelling. Consists of 5 main blocks: SC (Syndrome Computation), KES (Key Equation Solver), CSEE (Chien Search and Error Evaluator), Controller and FIFO Register.

    标签: Symbols length Hard-decision Codeword

    上传时间: 2014-07-08

    上传用户:曹云鹏

  • This code was used for making the practical measurements in section 2.3 of my thesis. This Matlab co

    This code was used for making the practical measurements in section 2.3 of my thesis. This Matlab code allows an OFDM signal to be generated based on an input data file. The data can be random data, a grey scale image, a wave file, or any type of file. The generated OFDM signal is stored as a windows wave file, allowing it to be viewed, listened to and manipulated in other programs. The modified wave file can then be decoded by the receiver software to extract the original data. This code was developed for the experiments that I performed in my honours thesis, and thus has not been fully debugged. This is the original code developed for the thesis and so has several problems with it. The BER performance given by the simulations is infact Symbol Error Rate.

    标签: This measurements practical section

    上传时间: 2015-09-20

    上传用户:tedo811

  • in this paper,wo propose an extension of the zerotree-based space-frequency quantization algorithm b

    in this paper,wo propose an extension of the zerotree-based space-frequency quantization algorithm by adding a wedgelet Symbol to its tree-pruning optimization.

    标签: space-frequency zerotree-based quantization algorithm

    上传时间: 2015-10-22

    上传用户:yxgi5

  • VC编译出错的问题解决方法。比如:LNK2001解决外部符号错误

    VC编译出错的问题解决方法。比如:LNK2001解决外部符号错误,链接错误unresolved external Symbol _main的解决

    标签: 2001 LNK 编译 符号

    上传时间: 2015-11-23

    上传用户:agent

  • We address the problem of blind carrier frequency-offset (CFO) estimation in quadrature amplitude mo

    We address the problem of blind carrier frequency-offset (CFO) estimation in quadrature amplitude modulation, phase-shift keying, and pulse amplitude modulation communications systems.We study the performance of a standard CFO estimate, which consists of first raising the received signal to the Mth power, where M is an integer depending on the type and size of the Symbol constellation, and then applying the nonlinear least squares (NLLS) estimation approach. At low signal-to noise ratio (SNR), the NLLS method fails to provide an accurate CFO estimate because of the presence of outliers. In this letter, we derive an approximate closed-form expression for the outlier probability. This enables us to predict the mean-square error (MSE) on CFO estimation for all SNR values. For a given SNR, the new results also give insight into the minimum number of samples required in the CFO estimation procedure, in order to ensure that the MSE on estimation is not significantly affected by the outliers.

    标签: frequency-offset estimation quadrature amplitude

    上传时间: 2014-01-22

    上传用户:牛布牛

  • Windows mobile 5.0的经典客户机、服务器Socket通信实例

    Windows mobile 5.0的经典客户机、服务器Socket通信实例,摘自Symbol公司的软件源代码,本人已经在VS2005上调试通过。程序中有详细文档说明,如有问题请与本人联系。

    标签: Windows Socket mobile 5.0

    上传时间: 2014-01-25

    上传用户:zsjinju

  • The SDK includes: Ø PtImageRW -Image file reading/writing. Ø PtPDF417Encode -PDF4

    The SDK includes: Ø PtImageRW -Image file reading/writing. Ø PtPDF417Encode -PDF417 Symbol writing Ø PtPDF417Decode -PDF417 Symbol reading. Ø PtQREncode -QR Code Symbol writing. Ø PtQRDecode -QR Code Symbol reading. Ø PtDMEncode -Data Matrix Symbol writing. Ø PtDMDecode -Data Matrix Symbol reading. doc

    标签: Oslash PtImageRW includes reading

    上传时间: 2013-12-23

    上传用户:希酱大魔王

  • 在DAB系统中的频率同步

    在DAB系统中的频率同步,载频同步,参考一下Carrier frequency offset estimation of DAB receiver based on phase reference Symbol

    标签: DAB 频率同步

    上传时间: 2014-11-23

    上传用户:songrui

  • Obtain the CDF plots of PAPR from an OFDM BPSK transmission specified per IEEE 802.11a specification

    Obtain the CDF plots of PAPR from an OFDM BPSK transmission specified per IEEE 802.11a specification Per the IEEE 802.11a specifications, we 52 have used subcarriers. Given so, the theoretical maximum expected PAPR is 52 (around 17dB). However, thanks to the scrambler, all the subcarriers in an OFDM Symbol being equally modulated is unlikely. Using a small script, the cumulative distribution of PAPR from each OFDM Symbol, modulated by a random BPSK signal is obtained

    标签: specification transmission specified Obtain

    上传时间: 2016-04-24

    上传用户:haoxiyizhong

  • I ve written some many years ago dynamic Huffman algorithm to compress and decompress data. It is ma

    I ve written some many years ago dynamic Huffman algorithm to compress and decompress data. It is mainly targeted to data with some Symbols occuring more often than the rest (e.g. having some data file consisted of 3 different Symbols and their total number of occurence in that file s1(1000), s2(200), s3(30) so the total length of file is 1000+200+30=1230 bytes, it will be encoded assigning one bit to s1 and 2 bits to s2, s3 so the encoded length will be 1*1000+2*(200+30)=1460 bits=182 bytes). In the best case the file consisted of just one Symbol will be encoded with compression ratio as 1:8. Huffman coding is used in image compression, however in JPEG2000 arithmetic codec is imployed.

    标签: decompress algorithm compress Huffman

    上传时间: 2016-05-16

    上传用户:aysyzxzm