3rd Generation Partnership Project Technical Specification Group Radio Access Network Spatial channel model for Multiple Input Multiple Output [MIMO] simulations
標簽: Specification Partnership Generation Technical
上傳時間: 2014-01-11
上傳用戶:nanfeicui
The application note covers the various domains of the FIFO architecture, improving data rate using the multiple buffering scheme, using the part in port I/O, slave FIFO or the GPIF
標簽: architecture application improving the
上傳時間: 2017-04-03
上傳用戶:變形金剛
c pgm to find redundant paths in a graph.Many fault-tolerant network algorithms rely on an underlying assumption that there are possibly distinct network paths between a source-destination pair. Given a directed graph as input, write a program that uses depth-first search to determine all such paths. Note that, these paths are not vertex-disjoint i.e., the vertices may repeat but they are all edge-disjoint i.e., no two paths have the same edges. The input is the adjacency matrix of a directed acyclic graph and a pair(s) of source and destination vertices and the output should be the number of such disjoint paths and the paths themselves on separate lines. In case of multiple paths the output should be in order of paths with minimum vertices first. In case of tie the vertex number should be taken in consideration for ordering.
標簽: fault-tolerant algorithms redundant underlyin
上傳時間: 2013-12-18
上傳用戶:jkhjkh1982
Recovering 3-D structure from motion in noisy 2-D images is a problem addressed by many vision system researchers. By consistently tracking feature points of interest across multiple images using a methodology first described by Lucas-Kanade, a 3-D shape of the scene can be reconstructed using these features points using the factorization method developed by Tomasi-Kanade.
標簽: Recovering structure addressed problem
上傳時間: 2017-04-17
上傳用戶:xiaoxiang
GPS TOOLBOX包含以下內容: 1、GPS相關常量和轉換因子; 2、角度變換; 3、坐標系轉換: 點變換; 矩陣變換; 向量變換; 4、專用測繪程序; 5、專用統計函數; 6、GPS時間工具; 7、專用GPS數據處理函數; 8、航跡和相關工具; 9、衛星位置計算; 10、高度和方位角判定,以及衛星可見性; 11、DOP(dilution of precision)計算,衛星選取和相關函數; 12、專用信號處理和Kalman濾波函數; 13、偽距和誤差判定及相關函數; 14、用戶位置判定及相關函數; 15、RAIM/FDE可用性和完好性評估相關函數。
上傳時間: 2017-05-07
上傳用戶:jennyzai
Each exploration in this book is a mixture of text and interactive exercises. The exercises are unlike anything you鈥檝e seen in other books. Instead of multiple choice, fill-in-the-blank, or simple Q&A exercises, lessons are interactive explorations of key C++ features.
標簽: exercises exploration interactive mixture
上傳時間: 2017-05-14
上傳用戶:whenfly
Playfair Cipher 1.not even the large number of keys in a monoalphabetic cipher provides security 2.one approach to improving security was to encrypt multiple letters 3.the Playfair Cipher is an example 4.invented by Charles Wheatstone in 1854,but named after his friend Baron Playfair Playfair Key Matrix 1.a 5X5 matrix of letters based on a keyword 2.fill in letters of keyword (sans duplicates) 3.fill rest of matrix with other letters Encrypting and Decrypting -plaintext is encrypted two letters at a time 1. if a pair is a repeated letter, insert filler like X’ 2. if both letters fall in the same row, replace each with letter to right (wrapping back to start from end) 3. if both letters fall in the same column, replace each with the letter below it (again wrapping to top from bottom) 4. otherwise each letter is replaced by the letter in the same row and in the column of the other letter of the pair
標簽: monoalphabetic Playfair provides security
上傳時間: 2017-05-25
上傳用戶:變形金剛
Some time during my development works I had the need of printing the contents of a ListView control. So I wrote down the code for a custom control, named PrintableListView, that solved the following two problems: * extend the print on multiple pages when the width of the list exceeds the width of the print page, * shrink, optionally, the list in a way that the resulting width fits o
標簽: development the ListView contents
上傳時間: 2014-01-22
上傳用戶:Divine
PCI-Express Lane Test Utility. Validates negotiated lane capability registers, returns error codes, supports multiple vendor/device ID s
標簽: PCI-Express negotiated capability Validates
上傳時間: 2013-12-21
上傳用戶:hwl453472107
problem of blind demodulation of multiuser information symbols in a high-rate code-division multiple-access (CDMA) network in the presence of both multiple-access interference (MAI) and intersymbol interference (ISI) is considered.
標簽: code-division demodulation information multiuser
上傳時間: 2014-01-13
上傳用戶:熊少鋒