SPREAD SPECTRUM MODULATION TECHNIQUES -spread spectrum - those modulation methods that are producing a signal whose spectrum is more wider than of the data signal, the occupied frequency band being independent by the signal of data band. -The signals with spread spectrum of direct sequence type BPSK (BPSK-DS-SS) -The signals with spread spectrum of direct sequence type QPSK – DS–SS - Frequency hopping spread spectrum signals (FH-SS)
標簽: MODULATION TECHNIQUES modulation SPECTRUM
上傳時間: 2017-06-05
上傳用戶:lht618
FontExporter:將指定文件包含的文本,用指定的字體和大小導出到字庫。 <br><br>PicFont:在另一個系統顯示字庫,可以將上面導出的文本,用同樣的字體和大小顯示出來。<br><br>使用的時候,先用 FontExporter 將圖片字庫導出,eg.<br>java util.loc.FontExporter 宋體 12 text.xml 0 FL12<br><br>然后在J2ME工程里面加入 PicFont.java,Lib.java,DataReader.java,創建PicFont對象,載入圖片字用PicFont對象的 load()方法。畫圖片字用drawChar()方法。<br><br>目前圖片字支持各種字體,大小是1~32像素,漸變、陰影特效。
標簽: FontExporter
上傳時間: 2017-06-06
上傳用戶:hjshhyy
C++ by Dissection presents a thorough introduction to the programming process by carefully developing working programs to illuminate key features of the C++ programming language. Program code is explained in an easy-to-follow, careful manner throughout. The code has been tested on several platforms and is found on the bundled CDrom accompanying this text. The code in C++ By Dissection can be used with most C++ systems, including those found in operating systems such as MacOS, MS-DOS, OS/2, UNIX, and Windows.
標簽: introduction programming Dissection carefully
上傳時間: 2014-01-27
上傳用戶:thesk123
A Celsius-Fahrenheit-Kelvin -converter using NetBeans IDE.An application that converts between Celsius, Fahrenheit, and Kelvin degrees. For each unit, there is a text field showing the temperature, and a button that activates the conversion from that unit to the other units. Show 2 decimal places.
標簽: Celsius-Fahrenheit-Kelvin application converter NetBeans
上傳時間: 2017-06-07
上傳用戶:三人用菜
Software-defined radios (SDRs) have been around for more than a decade. The first complete Global Positioning System (GPS) implementation was described by Dennis Akos in 1997. Since then several research groups have presented their contributions.We therefore find it timely to publish an up-to-date text on the subject and at the same time include Galileo, the forthcoming European satellitebased navigation system. Both GPS and Galileo belong to the category of Global Navigation Satellite Systems (GNSS).
標簽: Software-defined complete Global radios
上傳時間: 2017-06-08
上傳用戶:wkchong
The code performs a number (ITERS) of iterations of the Bailey s 6-step FFT algorithm (following the ideas in the CMU Task parallel suite). 1.- Generates an input signal vector (dgen) with size n=n1xn2 stored in row major order In this code the size of the input signal is NN=NxN (n=NN, n1=n2=N) 2.- Transpose (tpose) A to have it stored in column major order 3.- Perform independent FFTs on the rows (cffts) 4.- Scale each element of the resulting array by a factor of w[n]**(p*q) 5.- Transpose (tpose) to prepair it for the next step 6.- Perform independent FFTs on the rows (cffts) 7.- Transpose the resulting matrix The code requires nested Parallelism.
標簽: iterations performs Bailey number
上傳時間: 2014-01-05
上傳用戶:libenshu01
Open source computer vision library in C/C++. Optimized and intended for real-time applications. OS/hardware/window-manager independent.
標簽: Optimized real-time computer intended
上傳時間: 2013-12-28
上傳用戶:wangchong
VHDL implementation of the twofish cipher for 128,192 and 256 bit keys. The implementation is in library-like form All needed components up to, including the round/key schedule circuits are implemented, giving the flexibility to be combined in different architectures (iterative, rolled out/pipelined etc). Manual in English is included with more details about how to use the components and/or how to optimize some of them. All testbenches are provided (tables, variable key/text, ECB/CBC monte carlo) for 128, 192 and 256 bit key sizes, along with their respective vector files.
標簽: implementation twofish cipher VHDL
上傳時間: 2017-06-25
上傳用戶:王小奇
This code outputs various NMEA strings to a com port. The code was originally used to test naviation programmes. First select the required com port and the required NMEA message string. There is a default starting position but this can be changed to suit just by typing in a new position. Click on the Start button the current position displayed will change according to the speed and heading selected and the selected NMEA string will be output to the com port and will reflect the current position as displayed. There is a text box which is normally not visible. If you change this to visible the relevant NMEA string can be displayed.
標簽: code originally outputs naviati
上傳時間: 2013-11-30
上傳用戶:熊少鋒
Hi, this program is for my Java assignment.. this is a simple program which make use of JTable, MDI, text file, array, etc... if you like this program, pls vote me :D Just compile and run the program. javac FacultyBookList_Main java FacultyBookList_Main
標簽: program this assignment JTable
上傳時間: 2013-12-13
上傳用戶:時代電子小智