This program produces a Frequency Domain display from the Time Domain * data input using the Fast Fourier Transform.
標簽: Domain Frequency the produces
上傳時間: 2013-12-11
上傳用戶:mpquest
Overview Input Clock = 24Mhz Preview VGA 15fps @ 60Hz VGA 12.5fps @ 50Hz Capture VGA 15fps @ 60Hz VGA 12.5fps @ 50Hz Output Format YCbCr 4:2:2 (ITU 656) YCbCr to RGB conversion R = Y + (351*(Cr – 128)) >> 8 G = Y – (179*(Cr – 128) + 86*(Cb – 128))>>8 B = Y + (443*(Cb – 128)) >> 8
上傳時間: 2013-12-24
上傳用戶:遠遠ssad
編寫input()和output()函數輸入,輸出5個學生的數據記錄,主要練習使用這兩個函數
上傳時間: 2017-01-17
上傳用戶:qoovoop
linux input 子系統分析 linux input 子系統分析
上傳時間: 2013-12-19
上傳用戶:遠遠ssad
This course is about "distributed algorithms".Distributed algorithms include a wide range of parallel algorithms,which can be classified by a variety of attributes.
標簽: algorithms Distributed distributed include
上傳時間: 2014-10-30
上傳用戶:baitouyu
Ultra Wide Band (UWB) Transmitter and Receiver Simulation using Pulse Position Modulation (PPM)
標簽: Transmitter Modulation Simulation Receiver
上傳時間: 2013-12-27
上傳用戶:6546544
LabView : Perform Digital Input with Word Handshaking
標簽: Handshaking LabView Digital Perform
上傳時間: 2013-12-21
上傳用戶:蠢蠢66
Input : A set S of planar points Output : A convex hull for S Step 1: If S contains no more than five points, use exhaustive searching to find the convex hull and return. Step 2: Find a median line perpendicular to the X-axis which divides S into SL and SR SL lies to the left of SR . Step 3: Recursively construct convex hulls for SL and SR. Denote these convex hulls by Hull(SL) and Hull(SR) respectively. Step 4: Apply the merging procedure to merge Hull(SL) and Hull(SR) together to form a convex hull. Time complexity: T(n) = 2T(n/2) + O(n) = O(n log n)
標簽: contains Output convex planar
上傳時間: 2017-02-19
上傳用戶:wyc199288
The SP486 and SP487 are low–power quad differential line drivers meeting RS-485 and RS-422 standards. The SP486 features a common driver enable control the SP487 provides independent driver enable controls for each pair of drivers. Both feature tri–state outputs and wide common–mode input range. Both are available in 16–pin plastic DIP and SOIC packages.
標簽: differential and standard drivers
上傳時間: 2014-01-13
上傳用戶:tianyi223
This taglib contains tags used to create struts input forms, as well as other tags generally useful in the creation of HTML-based user interfaces. Many of the tags in this tag library will throw a JspException at runtime when they are utilized incorrectly (such as when you specify an invalid combination of tag attributes). JSP allows you to declare an "error page" in the <%@ page %> directive. If you wish to process the actual exception that caused the problem, it is passed to the error page as a request attribute under key org.apache.struts.action.EXCEPTION.
標簽: tags generally contains taglib
上傳時間: 2017-02-21
上傳用戶:dianxin61