· Develop clear, readable, well-documented and well-designed programs in the C Programming Language. · Develop software in the Unix/Linux using tools such as gcc, gdb, and make. · Locate and interpreting “man pages” applicable to application-level system programming. · Use the POSIX/Unix API to system functions to manage process and sessions as well as use signals and pipes for inter-process communication. · Understanding how synchronization might become problematic in light of concurrency. · Understand how to communicate and cooperate with a project partner.
標簽: well-documented well-designed Programming Language
上傳時間: 2015-08-16
上傳用戶:yuchunhai1990
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 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
方便的utf8,unicode,ansi互相轉換的模板實現(xiàn),范型編成,在VC++,GCC,Inter C++中測試通過,結合dnc_utf8.rar來使用
標簽: utf8
上傳時間: 2015-10-21
上傳用戶:songrui
使TypeList的生成線性化,高級范型編程技術,請參考《C++程序設計新思維》,此程序不必像書中說的那樣需要宏來生成TypeList,注意此程序依賴dnc_pp.rar.在VC++,GCC,Inter C++中測試通過
上傳時間: 2015-10-21
上傳用戶:tianjinfan
高級范型編程,一個小型的type traits實現(xiàn),不依賴于任何程序,編譯速度極快,提供了日常所需要的常用范型程序組件。在VC++,GCC,Inter C++中測試通過
標簽: 編程
上傳時間: 2014-07-23
上傳用戶:chfanjiang
C++程序設計新思維中提到的TypeList 實現(xiàn)品,只是沒有了構造TypeList的宏,可以配合dnc_typeline.rar使用,擺脫一定要用難用的宏才能創(chuàng)建TypeList的命運,在VC++,GCC,Inter C++中測試通過
上傳時間: 2015-10-21
上傳用戶:Andy123456
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解決外部符號錯誤,鏈接錯誤unresolved external symbol _main的解決
上傳時間: 2015-11-23
上傳用戶:agent
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
上傳用戶:牛布牛