Top module name : SHIFTER (File name : SHIFTER.v) 2. Input pins: SHIFT [3:0], IN [15:0], SIGN, RIGHT. 3. Output pins: OUT [15:0]. 4. Input signals generated from test pattern are latched in one cycle and are synchronized at clock rising edge. 5. The SHIFT signal describes the shift number. The shift range is 0 to 15. 6. When the signal RIGHT is high, it shifts input data to right. On the other hand, it shifts input data to left. 7. When the signal SIGN is high, the input data is a signed number and it shifts with sign extension. However, the input data is an unsigned number if the signal SIGN is low. 8. You can only use following gates in Table I and need to include the delay information (Tplh, Tphl) in your design.
上傳時間: 2014-01-20
上傳用戶:三人用菜
前面我們通過Veritas Cluster Server for DB2雙機-入門一文已經向大家介紹了DB2雙機的基本原理和配置方法,本文將接續上文,繼續介紹DB2的高級需求-大規模并行處理(Massively Parallel Processing, MPP)-環境下,用戶如何利用VCS配置雙機互備環境。
標簽: DB2 Veritas Cluster Server
上傳時間: 2014-09-04
上傳用戶:libinxny
As you have learnt that sleep( )/usleep()/nanosleep() are not good to delay a process. Timers can provide more accurate time control in applications. In this lab, you will explore POSIX timers and signal programming, experience the timer drift. The primary focus of this lab will be "time". The experiment will show you several methods to measure time in your applications.
標簽: nanosleep process Timers learnt
上傳時間: 2013-12-19
上傳用戶:huyiming139
The MEASURE program uses the analog inputs of the P89LPC935 to implement a datalogger. This example shows how you can use signal functions in uVision to simulate a signal coming into one of the analog inputs of the P89LPC935 controller.
標簽: datalogger implement the MEASURE
上傳時間: 2016-12-03
上傳用戶:songrui
This document accompanies a sample co-installer that can be used in conjunction with an INF file to install additional device INF files on the target system during a device installation. The instructions herein apply to the Microsoft Windows 2000 and Windows XP and Windows Server 2003 operating systems. The sample co-installer described in this article interprets CopyINF directives in a [DDInstall] section in an INF file. The sample demonstrates using a co-installer to perform processing after a device has been installed, parsing the INF section that is being used for the installation, and the use of the SetupCopyOEMInf, SetupGetInfInformation, SetupQueryInfOriginalFileInformation and SetupDiGetActualSectionToInstall APIs.
標簽: co-installer accompanies conjunction document
上傳時間: 2014-02-28
上傳用戶:gououo
信號量也稱為信號鎖,主要應用于進程間的同步和互斥,在用于互斥時,通常作為資源鎖。信號量通常通過兩個原子操作wait(P)和signal(V)來訪問。wait操作使信號量的值+1,signal操作使信號量的值-1。本程序模擬了操作系統的pv操作
上傳時間: 2016-12-25
上傳用戶:jjj0202
PDTDFB toolbox The filter bank is described in: The Shiftable Complex Directional Pyramid—Part I: Theoretical Aspects The Shiftable Complex Directional Pyramid—Part II: Implementation and Applications IEEE transaction on singnal processing, Oct. 2008 Other related papers and software are available at: nttruong.googlepages.com Acknowledgement: The code development is based on the matlab code of the contourlet toolbox and the steerable pyramid.
標簽: Directional The Shiftable described
上傳時間: 2017-01-08
上傳用戶:924484786
The exercise should be finished in English. 2. According to Prof. Zhang s requirement, this exercise mainly focuses on the BER performance of some wireless communication system using specific coding and modulation type through the AWGN channel. Signal-to-Noise ration (SNR) varies from 5dB to 20dB.
標簽: requirement According exercise finished
上傳時間: 2014-01-06
上傳用戶:zhangyigenius
The software is capable to simulate space time code [1] for QPSK modulation using different number of state. Examples of generator matrix up to 256 stetes are provided. Variable signal to noise ratio (SNR) might be applied to produce bit error rate (BER) or frame error rate (FER) curves.
標簽: modulation different software simulate
上傳時間: 2014-01-22
上傳用戶:qq1604324866
ECE345, Visual-to-Audio Electronic Travel Aid Code for TM320C54x (v2a.asm) download This project involves the design and implementation of a audio synthesis device that converts moving images into audio signals. The system is built on a TM320C54x DSP with interface to an IMAQ camera module via the serial port on a PC. Brief description: A LabVIEW VI acquires an image from the IMAQ camera module. It quantizes the image into a 5x5, 3-bit image, and sends the data to the TM320C54x DSP via a serial port. The TM320C54x DSP constructs a 64-tap FIR by combining a series of 64-tap head related transfer functions (HRTF) according to the incoming data, and then filters an input audio signal with this FIR filter, in effect creating a correspondence between the filtered signal and the original image.
標簽: Visual-to-Audio Electronic download project
上傳時間: 2017-02-01
上傳用戶:笨小孩