原始數(shù)據(jù)以Kiwi格式存儲在GTBL.dat的二進制文件中,具體的文件格式請參照ReveseTableFormat.xls 中的“逆引表格式”sheet.-this procedure is the function of the navigation data of the road data collation, analysis. Kiwi to the original data stored in the format of the binary file GTBL.dat, specific file format ReveseTableFormat.xls Please refer to the "reverse primer format" sheet.
自適應turbo碼OFDM的研究論文。國外碩士論文,對OFDM研究者有一定的參考作用。-- adaptive turbo-coded OFDM, Thesis submitted to the Faculty of the Virginia Polytechnic Institute and State university in partial fulfillment of the requirements for the degree of Master of Science in Electrical Engineering.
The ADC0803 family is a series of three CMOS 8-bit successive
approximation A/D converters using a resistive ladder and
capacitive array together with an auto-zero comparator. These
converters are designed to operate with microprocessor-controlled
buses using a minimum of external circuitry. The 3-State output data
lines can be connected directly to the data bus.
This demo shows the BER performance of linear, decision feedback (DFE), and maximum likelihood sequence estimation (MLSE) equalizers when operating in a static channel with a deep null. The MLSE equalizer is invoked first with perfect channel knowledge, then with an imperfect, although straightforward, channel estimation algorithm. The BER results are determined through Monte Carlo simulation. The demo shows how to use these equalizers seamlessly across multiple blocks of data, where equalizer state must be maintained between data blocks.
model OF the OFDM communication in simulink. And I was successful in completing it using a Bernoulli binary generator as the input source
(Basic_OFDM.mdl).
The VGA example generates a 320x240 diffusion-limited-aggregation (DLA) on Altera DE2 board. A DLA is a clump formed by sticky particles adhering to an existing structure. In this design, we start with one pixel at the center of the screen and allow a random walker to bounce around the screen until it hits the pixel at the center. It then sticks and a new walker is started randomly at one of the 4 corners of the screen. The random number generators for x and y steps are XOR feedback shift registers (see also Hamblen, Appendix A). The VGA driver, PLL, and reset controller from the DE2 CDROM are necessary to compile this example. Note that you must push KEY0 to start the state machine.
Flex chip implementation
File: UP2FLEX
JTAG jumper settings: down, down, up, up
Input:
Reset - FLEX_PB1
Input n - FLEX_SW switches 1 to 8
Output:
Countdown - two 7-segment LEDs.
Done light - decimal point on Digit1.
Operation:
Setup the binary input n number.
Press the Reset switch.
See the countdown from n down to 0 on the 7-segment LEDs.
Done light lit when program terminates.
基于8051的網(wǎng)絡遠程控制系統(tǒng)
本項目通過網(wǎng)絡實現(xiàn)遠程監(jiān)控,遠程的電腦具有固定IP,在遠程電腦的COM1的串行傳輸端口接一塊8051控制板,然后以RS-232傳輸方式傳輸數(shù)據(jù)到8051的電路板,8051控制板上采用固態(tài)繼電器(Solid State Relay)連接到電子產(chǎn)品,從而可以遠程控制這些電子產(chǎn)品何時開啟或關閉。8051控制板上還可以每分鐘測量一次當前溫度,再傳輸?shù)竭h程監(jiān)控端。