CH7023/CH7024 TV ENCODER PROGRAMMING GUIDE

Size: px
Start display at page:

Download "CH7023/CH7024 TV ENCODER PROGRAMMING GUIDE"

Transcription

1 Chrontel CH7023/CH7024 TV ENCODER PROGRAMMING GUIDE Information presented in this document is relevant to Chrontel driver module software, and Chrontel TV-Out chipset products. It may be only used for Chrontel software development aid. It may not be used for any other purpose. Chrontel and author of this document are not liable for misuse of information contained herein. Chrontel and author of document are not liable for errors found herein. Information contained herein may not be used within life support systems or nuclear facility applications without the specific written consent of Chrontel. Do not distribute this document to nondesignated unauthorized parties in any form without the specific written consent of Chrontel. Do not read and destroy this document if you are not designated recipient. Information contained herein is subject to change with or without notice. Communicate with Chrontel Software and Systems Engineering Department for up-to-date changes. Revision 1.4 May 12, 2006 Prepared By : Li Feng & Pu Yang Reviewed By: Eric Tzou Rev /12/2006 1

2 Table of Contents Chip Identification.. 3 System Configuration 3 Sync Control.. 3 Clock Setting DAC Setting...5 Using Utility.. 7 Sub-carrier Generation...20 Timing..21 Input Timing Input Data Format..23 Scaling. 24 Video Output Format...25 Power Management & Connection Detection...26 Power Management...26 Connection Detection.26 Feature Control Registers...28 Position Bandwidth Control and TV Filter Programming Sequence Appendix A Programming IDF = 5(YCbCr 4:2:2) Appendix B Test Mode Revision History...36 Rev /12/2006 2

3 CHIP IDENTIFICATION The CH7023/4 is a device targeting handheld and similar systems which accepts a digital input signal, and encodes and transmits data through 10-bit DACs. The device is able to encode the video signals and generate synchronization signals for NTSC and PAL standards. The device accepts different data formats including RGB and YCrCb (e.g. RGB565, RGB666, RGB888, ITU656 like YCrCb, etc.). The only difference from CH7023 and CH7024 is CH7023 has Macrovision copy protection capability and CH7024 does not. Following the steps below to identify CH7023/CH7024 chip. Step 1: Read the value of register 0x00; If value is 0x45, CH7023/CH7024 is present. Other value, none of CH7023/CH7024 is present; Step 2: Write 1 to bit 1 of register 0x40(set 0x40[1]=1) and read back; If the bit is 0, the chip present is CH7024; Else the bit is 1, the chip present is CH7023. Note: Individual bit(s) of a register is enclosed by square brackets. For example, bit 1 of register 0x40 is written as 0x40[1], and 0x40[1:0] means bits 1 and 0 of register 0x40. SYSTEM CONFIGURATION SYNC Control Register 0Eh should be configured to control sync information. Address: 0Eh SYMBOL: DES HPO VPO SYO DEFAULT DES DES (0x0E[6]) defines the input sync type. When DES is 1, input sync is encoded inside the input data; when DES is 0, input sync is independent with input data. This bit should be set when the source is YCbCr 4:2:2. HPO, VPO HPO(0x0E[3] ) defines the polarity of horizontal sync. When HPO is 1, the polarity is positive; otherwise is negative. VPO(0x0E[2] ) defines the polarity of vertical sync. When VPO is 1, the polarity is positive; otherwise is negative. Rev /12/2006 3

4 SYO SYO (0x0E[1]) defines the direction of sync. When SYO is 0, input sync; otherwise output sync. CLOCK SETTING POUTEN Register 0x0E bit 7 is indictor for master and slave mode selection. Address: 0Eh SYMBOL: POUTEN DEFAULT POUTEN(0x0E[7]) enables the master mode PCLK output through POUT pin. When POUTEN is set the chip works on master mode otherwise on slave mode. On master mode the user should provide the value of POUT frequency to calculate the values of PLL1N1, PLL2N2 and A(See PLL Setting). XCH Address: 0Fh SYMBOL: XCH DEFAULT XCH (bit 7) is an auxiliary bit to help latch input data correctly. When MULTI is 1 or IDF equal 5, this bit should be 1, otherwise should be 0. Crystal Register Address: 0Bh SYMBOL: XTALSEL Reserved Reserved Reserved XTAL[3] XTAL[2] XTAL[1] XTAL[0] DEFAULT XTALSEL (0x0B[7] ): whether the crystal frequency is predefined or not. When the crystal frequency is predefined, some registers, such as SCFREQ, will be calculated inside the chip to save programming effort. Rev /12/2006 4

5 0: Using predefined value. 1: Using other value. When XTALSEL set to predefined value, XTAL[3:0] ( bits 3-0 ) have to program follow by the table below: 0: MHz, 1: MHz, 2: 4MHz, 3: 12MHz, 4: 13MHz, 5: 13.5MHz, 6: MHz, 7: MHz, 8: 16MHz, 9: MHz, 10: 20MHz, 11: 26MHz, 12: 27MHz, 13: 32MHz, 14: 40MHz, 15: 49MHz. DAC SETTING DUCVBS SYMBOL: DUCVBS Address: 0Ch DEFAULT DUCVBS (bit 7) indicates whether dual CVBS outputs are enabled. 0: Outputs are not dual CVBS. 1: outputs are dual CVBS, and meanwhile, the SVD/DDAC (bit 6 of 0Ah) should be set to 1, and DACSW[1:0] (0Ah[5:4]) should be set to 10. Rev /12/2006 5

6 SEL_R Address: BIT: SYMBOL SEL_R DEFAUL h SEL_R (bit1) indicates the termination of the DAC. 0: Single termination (no 75ohm on PCB) 1: Double termination (both 75 ohm on PCB and TV side) Rev /12/2006 6

7 USING UTILITY The Register Table utility is created to help software engineer program PLL1N1, PLL2N2, PLL3N3, PLL3N4, PLL3N5, A, P, T, N, SCFREQ, HTI and VTI registers of CH7023/CH7024. The following section explains how to use Register Table utility step by step. Run the utility Setting Wizard and the popup dialog box is as figure A. Figure A Select Run Register Table Setting, and the Register Table Setting is opened. Figure B Rev /12/2006 7

8 How to calculate There are six steps to complete the calculation as reference page number indicated below: Step 1 Program System configuration registers: Page 7 Step 2 Program PLL1N1, PLL2N2, PLL3N3,PLL3N4,PLL3N5 and A registers: Page 8. Step 3 Decide H-Total and V-Total: Page 10 Step 4 Program P, N and T dividers registers: Page 11 Step 5 Program SCFREQ Sub-Carrier registers: Page 14 Step 6 Program Input timing registers: Page 16 Step 1: input followings to calculate register values(figure C) o XCH: When checked(xch = 1) XCH button the user should selects the ratio between pixel clock and X clock by using of Dual Edge or Single Edge check button. For IDF = 0, 1, 2,3,4, 6 r4 = r3 when XCH = 0; r4 = 2* r3 when XCH = 1 and data is latched by double edges; For IDF=5, please refer to appendix A for details. o MULTI: MULTI indicates the multiplexed input data. When Multi is set and select single edge X clock is twice of pixel clock. Please refer to Section for details. o DOTCRB: Check this control to enable TV Dot Crawl reduction (DOTCRB = 1); uncheck this control to disable TV Dot Crawl reduction (DOTCRB = 0). o Master or Slave: Check this control to indicator for master and slave mode. When working on slave mode the utility can t calculate the values of R1,R2 and A. o FSCI: Indicate how the CH7023/CH7024 generate sub_carrier frequency. If the control is checked the CH7023/CH7024 generates sub_carrier frequency through crystal frequency. If unchecked the CH7023/CH7024 generate sub_carrier frequency through UCLK frequency. o Crystal: CH7023/CH7024 has 16 predefined crystal frequencies internally. If using value other than predefined, please input the crystal frequency values to Edit Control Box. o TV_Format: Choose Video Output Format. o UCLK Tolerance: Defines the allowable deviation of real UCLK from the standard UCLK (27MHz); default tolerance is 0.01%. o XCLK : Equals pixel clock or twice pixel clock. See XCH. Rev /12/2006 8

9 o Pout CLK: When work on master mode CH7023/CH7024 output as reference clock. o HAI,VAI: Define input horizontal active pixel and vertical active pixel. Figure C Step 2: After filled up the required information on step1. Click on Input button, all supported modes should be listed out on list box as well as PLL1N1, PLL2N2, PLL3N3, PLL3N4, PLL3N5 and A settings. PLL1N1, PLL2N2, PLL3N3, PLL3N4, PLL3N5 decide the values of r1, r2, r3, r4 and r5 separately. Write the calculated settings into following registers. Rev /12/2006 9

10 PLL1N1, PLL2N2, PLL3N3, PLL3N4 and PLL3N5 Address: 2Fh BIT: SYMBOL: Reserved Reserved PLL2N2[2] PLL2N2[1] PLL2N2[0] PLL1N1[2] PLL1N1[1] PLL1N1[0] DEFAULT Address: 30h BIT: SYMBOL: Reserved Reserved PLL3N4[2 PLL3N4[1] PLL3N4[0] PLL3N3[2] PLL3N3[1] PLL3N3[0] ] DEFAULT Address: 31h BIT: SYMBOL: Reserved Reserved Reserved Reserved Reserved PLL3N5[2] PLL3N5[1] PLL3N5[0] DEFAULT A Registers A defines the clock divider for PCLK. These values only work when master mode is selected. Address: 24h SYMBOL: A[31] A[30] A[29] A[28] A[27] A[26] A[25] A[24] DEFAULT Address: 25h SYMBOL: A[23] A[22] A[21] A[20] A[19] A[18] A[17] A[16] DEFAULT Address: 26h SYMBOL: A[15] A[14] A[13] A[12] A[11] A[10] A[9] A[8] Rev /12/

11 DEFAULT Address: 27h SYMBOL: A[7] A[6] A[5] A[4] A[3] A[2] A[1] A[0] DEFAULT Rev /12/

12 Figure D Step 3: Double click the mode selected then the new dialog (Figure D) will pop up to confirm the selection. Click OK button on the new dialog and P, N and T clock dividers setting will be generated (Figure E). Rev /12/

13 Figure E Step 4: After getting the values of P, N and T fill calculated settings into following registers. P The values of M and N are the coefficient to generate UCLK from XCLK. Address: 28h SYMBOL: P[23] P[22] P[21] P[20] P[19] P[18] P[17] P[16] DEFAULT Rev /12/

14 Address: 29h SYMBOL: P[15] P[14] P[13] P[12] P[11] P[10] P[9] P[8] DEFAULT Address: 2Ah SYMBOL: P[7] P[6] P[5] P[4] P[3] P[2] P[1] P[0] DEFAULT N Address: 2Bh SYMBOL: N[23] N[22] N[21] N[20] N[19] N[18] N[17] N[16] DEFAULT Address: 2Ch SYMBOL: N[15] N[14] N[13] N[12] N[11] N[10] N[9] N[8] DEFAULT Address: SYMBOL: N[7] N[6] N[5] N[4] N[3] N[2] N[1] N[0] DEFAULT Dh T Address: 2Eh BIT: SYMBOL: T[7] T[6] T[5] T[4] T[3] T[2] T[1] T[0] DEFAULT Rev /12/

15 Figure F Step 5: Write SCFREQ from registers 0x34 to 0x37 when ACIV bit (0x1C[4]) is set to 1. Please refer to section of Sub-carrier generation for more detail. Rev /12/

16 Address: 34h BIT: SYMBOL Reserved Reserved Reserved Reserved Reserved SCFREQ[ SCFREQ[ SCFREQ[ : 26] 25] 24] DEFAUL Address: 35h BIT: SYMBOL SCFREQ[ SCFREQ[ SCFREQ[ SCFREQ[ SCFREQ[ SCFREQ[ SCFREQ[ SCFREQ[ : 23] 22] 21] 20] 19] 18] 17] 16] DEFAUL Address: 36h BIT: SYMBOL SCFREQ[ SCFREQ[ SCFREQ[ SCFREQ[ SCFREQ[ SCFREQ[ SCFREQ[ SCFREQ[ : 15] 14] 13] 12] 11] 10] 9] 8] DEFAUL Address: 37h BIT: SYMBOL SCFREQ[ SCFREQ[ SCFREQ[ SCFREQ[ SCFREQ[ SCFREQ[ SCFREQ[ SCFREQ[ DEFAUL SCFREQ[26:0], the Sub-carrier Frequency Value. Rev /12/

17 Figure G Step 6: Fill the input timing settings (Horizontal/Vertical Total and Horizontal/Vertical Active) into following registers. HAI Address: 11h SYMBOL: HAI[10] HAI[9] HAI[8] TYPE : R/W R/W R/W R/W R/W R/W R/W R/W DEFAULT Rev /12/

18 Address: 12h SYMBOL: HAI[7] HAI[6] HAI[5] HAI[4] HAI[3] HAI[2] HAI[1] HAI[0] TYPE : R/W R/W R/W R/W R/W R/W R/W R/W DEFAULT HAI [10:0]: Input Horizontal Active Pixels. HTI Address: 11h SYMBOL: HTI[10] HTI[9] HTI[8] TYPE : R/W R/W R/W R/W R/W R/W R/W R/W DEFAULT Address: 13h SYMBOL: HTI[7] HTI[6] HTI[5] HTI[4] HTI[3] HTI[2] HTI[1] HTI[0] DEFAULT HTI [10:0], the Input Horizontal Total Pixels VAI Address: 17h SYMBOL: VAI[9] VAI[8] DEFAULT Address: 18h SYMBOL : VAI[7] VAI[6] VAI[5] VAI[4] VAI[3] VAI[2] VAI[1] VAI[0] TYPE : R/W R/W R/W R/W R/W R/W R/W R/W DEFAULT VAI [9:0]: Input Vertical Active Pixels. Rev /12/

19 VTI Address: SYMBOL: VTI[9] VTI[8] DEFAULT Address: 19h SYMBOL : VTI[7] VTI[6] VTI[5] VTI[4] VTI[3] VTI[2] VTI[1] VTI[0] DEFAULT NOTE: Except H/V total and H/V active which can calculate from RegTab tool; sync pulse width and sync offset need to match the input timing of graphic controller. In the section TIMING has detail information for these registers. Figure H is the description of timing. 17h HA HO HW VA active region VO VW Figure H: Timing Description Rev /12/

20 Sub-carrier Generation ACIV ACIV(0x1C[4]) controls whether the FSCI value is used to set the sub-carrier frequency, or the automatically calculated (CIV) value. When the ACIV value is 1, the number calculated and present at the SCFREQ registers will be used as the increment value for sub-carrier generation. Whenever this bit is set to 1, the CFRB bit (register 0FH bit 6) bit should be set to 0 otherwise should set to 1. When the ACIV value is 0, the automatically calculated value will be used to set sub-carrier frequency. Address: 1Ch BIT : SYMBOL : ACIV DEFAULT FSCISPP adjusts SDTV sub-carrier frequency and is in 2 s compliment format and has 12.87Hz adjustment step with 421KHz to 421KHz adjustment range. FSCISPP Address: 32h SYMBOL : FSCISPP[ FSCISPP[ FSCISPP[ FSCISPP[ FSCISPP[ FSCISPP[ FSCISPP[ FSCISPP[ 15] 14] 13] 12] 11] 10] 9] 8] TYPE : R/W R/W R/W R/W R/W R/W R/W R/W DEFAULT Address: 33h SYMBOL : FSCISPP[ FSCISPP[ FSCISPP[ FSCISPP[ FSCISPP[ FSCISPP[ FSCISPP[ FSCISPP[ 7] 6] 5] 4] 3] 2] 1] 0] TYPE : R/W R/W R/W R/W R/W R/W R/W R/W DEFAULT Rev /12/

21 TIMING Input Timing Input Timing Achieving Method After chosen input total pixels and lines, there are two ways to set input timing. One is from internal counter (set HVAUTO = 1), by this way the graphic controller only needs to send H sync, V sync and Data Enable signal (DE); the other is from input timing registers (set HVAUTO = 0), so the registers HAI, HTI, HO, HW, VAI, VTI, VO, and VW need to be programmed with input timing. Address: 11h SYMBOL: HVAUTO TYPE : R/W R/W R/W R/W R/W R/W R/W R/W DEFAULT HVAUTO (bit 7): defines how to achieve input timing information 0: from the register map input such as HTI, HAI, etc; 1: from internal counter; Input Timing Registers When HVAUTO is set to 0, the input timing information is achieved from input timing registers HAI, HTI, HO, HW, VAI, VTI, VO, and VW. The detail description of registers HAI, HTI, VAI and VTI are in section of USING UTILITY. HO Address: 14h SYMBOL: HO[10] HO[9] HO[8] DEFAULT Address: 15h SYMBOL: HO[7] HO[6] HO[5] HO[4] HO[3] HO[2] HO[1] HO[0] DEFAULT HO [10:0]: Input Horizontal Sync Offset (pixels from blanking starts). Rev /12/

22 HW Address: 14h SYMBOL: HW[9] HW[8] DEFAULT Address: 16h SYMBOL: HW[7] HW[6] HW[5] HW[4] HW[3] HW[2] HW[1] HW[0] DEFAULT HW [9:0]: Input Horizontal Sync Pulse Width (unit: pixel). VO Address: 17h SYMBOL: VO[9] VO[8] DEFAULT Address: 1Ah SYMBOL: VO[7] VO[6] VO[5] VO[4] VO[3] VO[2] VO[1] VO[0] DEFAULT VO [9:0]: Input Vertical Sync Offset (lines from blanking starts). VW Address: 1Bh SYMBOL: Reserved Reserved VW[5] VW[4] VW[3] VW[2] VW[1] VW[0] DEFAULT VW [5:0]: Input Vertical Sync Pulse Width (unit: line). Rev /12/

23 Input Data Format The CH7023/CH7024 is flexible to accept several input data format of sources. Registers 0Ch and 0Dh should be configured appropriately to inform CH7023/CH7024 the input data format. MULTI Address: 0Ch SYMBOL: MULTI DEFAULT MULTI (bit 0) indicates the multiplexed input data. Please refer to Datasheet Section for details. HIGH, SWAP, IDF Address: 0Dh REVERS SYMBOL: HIGH SWAP[2] SWAP[1] SWAP[0] IDF[2] IDF[1] IDF[0] E DEFAULT HIGH (bit 7) aligns the input data pins to the high part of D[23:0]. Please refer to Datasheet Section for details. REVERSE (bit 6) changes R[7:0] to R[0:7], G[7:0] to G[0:7], B[7:0] to B[0:7], D[11:0] to D[0:11]. Please refer to Datasheet Section for details. SWAP[2:0] (bits 5-3) change the order of three components of RGB or YCrCb input data. Please refer to Datasheet Section for details. IDF[2:0] (bits 2-0) define the input data format. Please refer to Datasheet Section for details. Rev /12/

24 Scaling Vertical Scaling For one input of Horizontal active pixels and Vertical active lines (HAI and VAI), there is more than one input of Horizontal total pixels and Vertical total lines (HTI and VTI). Based on system configuration the combinations of HTI and VTI decide different scaling sizes. Note: To enable simultaneous display of panel and TV, the timing selected should also comply with the timing requirement from the panel spec. Input vertical total line (VTI) decides vertical size of the video output. Bigger VTI generates smaller vertical size. By choosing different VTI, we can scale down or up the vertical size of the video output. Note: When scaling vertical size, the timing and clock have to be re-programmed base on the Horizontal total pixels and Vertical total lines that is selected. Horizontal Scaling CH7023/CH7024 provides a convenient way to scale horizontal size without re-sending timing and clock from graphic controller. By adjusting the value of register TVHA, the horizontal size of the output can be changed. Bigger TVHA generates bigger horizontal TV size. Address: 1Eh SYMBOL: Reserved Reserved Reserved Reserved Reserved TVHA[10 TVHA[9] TVHA[8] ] DEFAULT Address: 1Fh SYMBOL: TVHA[7] TVHA[6] TVHA[5] TVHA[4] TVHA[3] TVHA[2] TVHA[1] TVHA[0] DEFAULT TVHA[10:0] uses to define the TV Output Horizontal Active pixels. Rev /12/

25 Video Output Format Address: 0Ah SYMBOL: VOS[3] VOS[2] VOS[1] VOS[0] DEFAULT VOS[3:0] (bits 3-0): define the Video Output Format VOS[3:0] as the follow table. Video Output Format VOS[3:0] VOS[3:0] Video Output formats 0000 NTSC_M 0001 NTSC_J 0010 NTSC_ PAL_B/D/G/H/K/I 0100 PAL_M 0101 PAL_N 0110 PAL_Nc 0111 PAL_60 Rev /12/

26 POWER MANAGEMENT & CONNECTION DETECTION Power Management Address: 04h SYMBOL PDDAC[1] PDDAC[0] FPD : DEFAUL FPD (bit 0) controls the power on/off state. When FPD is 0, the CH7023/CH7024 is in power-up state. When FPD is 1, the CH7023/CH7024 is in power-down state. DAC Power Management PDDDAC[1] is power down control for DAC1; when set to 1, DAC1 is power down. PDDDAC[0] is power down control for DAC0; when set to 1, DAC0 is power down. Connection Detection Connection Detection Sequence Address: 62h BIT: SYMBOL SENSEE : N DEFAUL SENSEEN enables the connection detection. The detection sequence is as following: Step 1: Set FPD = 0(0x04[0]=0) to Power up CH7023/CH7024 and set SEL_R(0x63[1]) to indicate the termination of the DAC. Step 2: set SENSEEN(0x62[7]) to 1 Step 3: read detection result from register 7Eh. If ATTACH0 = 01(0x7E[1:0]=01), then single composite output is connected; If ATTACH1 = 01(0x7E[3:2]=01), ATTCH2 = 01(0x7E[5:4]=01) and DUCVBS = 0 (0x0C[7]=0), then S-Video output is connected; If ATTACH1=01, ATTCH2=01 and DUCVBS=1, then dual composite outputs are connected; Step 4: set SENSEEN to 0 NOTE: Details of how to enable outputs to DAC are in sections DAC Power Management and DAC Switch. Rev /12/

27 Attached Display Address: 7Eh BIT: SYMBO Reserve Reserve ATTACH2 ATTACH2 ATTACH1 ATTACH1 ATTACH0 ATTACH0 TYPE: R R R R R R R R DEFAU ATTACH2[1:0] (bits 5-4) returns attach information for S-Video C channel. When ATTACH2 = 01, S-Video C channel is connected. Otherwise, C channel is not connected. ATTACH1[1:0] (bits 3-2) of Register 7Bh returns attach information for S-Video Y channel. When ATTACH1 = 01, S-Video Y channel is connected. Otherwise, Y channel is not connected. ATTACH0[1:0] (bits 1-0) of Register 7Bh returns attach information for composite video channel. When ATTACH0 = 01, composite video channel is connected. Otherwise, composite video channel is not connected. DAC Switch Address: 0Ah SVD/DD DACSW[ DACSW[ SYMBOL: AC 1] 0] TYPE : R/W R/W R/W R/W R/W R/W R/W R/W DEFAULT SVD/DDAC (bit 6): 1 enables two DAC outputs and the outputs are S-Video or dual CVBS. 0 enables single composite video output. DACSW[1:0] (bit 5-4): control the DAC switches per the following table. DACSW[1:0] Note 00 ALL DAC output switched off 01 ( CVBS DAC0 output CVBS signal format) 10 ( S-Video DAC0 output Y signal, DAC1 output C signal format) 11 Reserved (Invalid state) Rev /12/

28 FEATURE Control registers Hue Address: 05h BIT: SYMBOL Reserved HUE[6] HUE[5] HUE[4] HUE[3] HUE[2] HUE[1] HUE[0] DEFAUL HUE[6:0] (bits 6-0) bits adjust hue setting of the image. The color can be tuned based on the formula (HUE[6:0]-64)/2 degrees. The power-on default angle is 0 degree. The weight of magenta color will be increased if the degree of angle is getting more positive. The weight of green color will be increased if the degree of angle is getting more negative. Saturation Address: 06h BIT: SYMBOL Reserved SAT[6] SAT[5] SAT[4] SAT[3] SAT[2] SAT[1] SAT[0] DEFAUL SAT[6:0] (bits 6-0) adjust the color saturation of the image. Each increment will increase a level of saturation and vice versa. Contrast Address: 07h BIT: SYMBOL Reserved CTA[6] CTA[5] CTA[4] CTA[3] CTA[2] CTA[1] CTA[0] DEFAUL CTA[6:0] (bits 6-0) adjust the contrast level of the image. Each increment will increase a level of contrast and vice versa. Brightness Address: 08h BIT: SYMBOL BRI[7] BRI[6] BRI[5] BRI[4] BRI[3] BRI[2] BRI[1] BRI[0] DEFAUL Rev /12/

29 BRI [7:0] adjusts the brightness level of the image. Each increment will increase a level of brightness and vice versa. Sharpness Address: 09h BIT: SYMBOL Reserved Reserved Reserved Reserved Reserved TE[2] TE[1] TE[0] DEFAUL TE[2:0] (bits 2-0) control the sharpness (text enhancement) adjustment of the image. In default, bits [2:0] are set to 100 for normal operation. Setting values higher than the power-on default will boost the high frequency band of the image. In contrast, setting values less than the power-on default will soften the image. Position Adjustment VP Address: 20h BIT: SYMBOL VPENB VP[1] VP[0] DEFAUL Address: 21h BIT: SYMBOL VP[9] VP[8] VP[7] VP[6] VP[5] VP[4] VP[3] VP[2] DEFAUL VP[9:0] defines the TV vertical position adjustment. The number of lines that is adjusted is determined by VP[9:0]-512. If the value is positive, the picture is moved upward; if the value is negative, the picture is moved downward. HP Address: 22h BIT: SYMBOL HP[1] HP[0] DEFAUL Rev /12/

30 Address: 23h BIT: SYMBOL HP[9] HP[8] HP[7] HP[6] HP[5] HP[4] HP[3] HP[2] DEFAUL HP[9:0] defines TV horizontal position adjustment. The number of pixels that is adjusted is determined by HP[9:0]-512. If the value is positive, the picture is moved to the right; if the value is negative, the picture is moved to the left. Bandwidth Control and TV Filter CFBP, CBW, YSV, YCV Address: 0Fh SYMBOL: CFBP CBW YSV[1] YSV[0] YCV[1] YCV[0] DEFAULT CFBP (bits 5) bypasses TV Chroma filter, when CFBP= 1 ; otherwise enable the filter. CBW (bits 4) increases TV Chroma bandwith, when CBW= 1 ; otherwise decrease the Chroma bandwith. YSV[1:0] (bits 3-2) define the S-video Luma channel bandwidth control YSV[1:0]. YSV[1:0] can be set to 0, 1, 2. Larger YSV value results in higher luma channel bandwidth. YCV[1:0] (bits 1-0) define the Composite Luma channel bandwidth control YCV[1:0]. YCV[1:0] can be set to 0, 1, 2. Larger YCV value results in higher luma channel bandwidth AFF Address: 10h Reserve Reserve Reserve SYMBOL: Reserved AFF[2] AFF[1] AFF[0] d d d DEFAULT Rev /12/

31 AFF[2:0] (bits 2-0) define the TV Adaptive Flicker Filter Control AFF[2:0]. Larger setting has stronger De-flicker effect. When AFF is 7, FC1 and FC2 are used. Dot Crawl Reduction Address: 1Ch SYMBOL : DOTCRB DEFAULT DOTCRB(bit 0) enables TV Dot Crawl reduction when set to 1. And 0 disables Dot Crawl reduction. Rev /12/

32 Programming Sequence Connection detection Is a TV connected? No, exit. Yes Set FPD=0 to power up CH7023/CH7024 and power down digital path Set POUTEN to select clock master/slave Set crystal value Set XCH to select 1x/2x data rate to input clock and SEL_R to select single/double termination Set PLL settings, (A,) N, P, T, ( r1, r2,) r3, r4, r5 Set ACIV to select sub-carrier generation ACIV=1 ACIV=0 If crystal is predefined, use pre-stored Use chip auto calculated values sub-carrier values or calculate SCFREQ Set TV output format, DUCVBS and DAC switch Set input data format Set sync control bits, DES, VPO, HPO, SYO Set input timing achieving method HVAUTO=1 HVAUTO=0 Graphics Controller sending H,V syncs and DE Set input timing registers Set input timing from internal counter Graphics controller sending timing and clock Turn on DAC power Adjust features such as hue, saturation, brightness, contrast, sharpness, positions, bandwidth controls, AFF and DOTCRB Rev /12/

33 Appendix A: Programming IDF=5(YCbCr 4:2:2) When IDF = 5, the input data format is YCbCr 4:2:2. CH7023/CH7024 follows ITU-R BT.656 standards to set timing information automatically. Clock Master Mode The sequence to enable this mode is as following: 1. Set FPD=0 to power up CH7023/CH Set TV_BP=1 Address: 0Ah SYMBOL: TV_BP DEFAULT Set POUTEN to select clock master/slave 4. Set crystal value 5. Set XCH=1 6. Set MULTI=1, DCLSEL=1(0x0C[6]=1), DES=1 Address: 0Ch SYMBOL: DCKSEL DEFAULT DCKSEL (bit 6) indicates whether the front uses DCLK or PCLK 0: uses PCLK 1: uses DCLK 7. Set input data format IDF=0x05 8. Set ACIV to select sub-carrier generation when ACIV=1, if crystal is predefined, use pre-stored sub-carrier values or calculate SCFREQ; when ACIV=0, use chip auto calculated values; 9. Set TV output format, DUCVBS and DAC switch 10. Set A, r1, r2, r3, r4 and r Set PG=1(0x02[0] = 1) and set CBCRSW=1(0x10[3] = 1), then set PG = 0. Address: 02h BIT: SYMBOL PG DEFAUL PG ( bit 0 ) is for page selection. 0: 1 st page; 1: 2 nd page Address: 10h Rev /12/

34 SYMBOL: CBCRSW DEFAULT CBCRSW (bit 3) switches the order of CbCr component in the YCbCr 4:2:2 input format. 12. Turn on DAC power 13. Adjust features. Clock Slave Mode 1. Set FPD=0 to power up CH7023/CH Set TV_BP=1 3. Set POUTEN to select clock master/slave 4. Set crystal value 5. Set XCH=1 6. Set MULTI=1, DCLSEL=1, DES=1 7. Set input data format IDF=0x05 8. Set ACIV to select sub-carrier generation when ACIV=1, if crystal is predefined, use pre-stored sub-carrier values or calculate SCFREQ; when ACIV=0, use chip auto calculated values 9. Set TV output format, DUCVBS and DAC switch 10. Set r3, r4 and r Set PG=1and set CBCRSW=1, then set PG = Turn on DAC power 13. Adjust features. Rev /12/

35 Appendix B: Test Mode CH7023/CH7024 provides test pattern following the sequence below. 1. Enable CH7023/CH7024. For IDF=0,1,2,3,4,6, follow the details in Programming Sequence section; for IDF=5, follow the details in appendix A. 2. Set PG=1(0x02[0] = 1) to go to register map page 1 3. Set TEST=1 to enable test mode and set TSTSYNC to use internal sync. 4. Set TSTP to select test pattern. 5. After test is done, set PG=0(0x02[0] = 1) to go back to register map page 0. Address: 04h SYMBOL TEST TSTSYNC TSTP[4] TSTP[3] TSTP[2] TSTP[1] TSTP[0] : DEFAUL TEST (bit 6) is to enable internal test mode when TEST is 1 ; otherwise disable the internal test mode. TSTSYNC(bit 5) selects internally generated test sync for datapath when TSTSYNC = 1 ; otherwise, external input sync is used TSTP[4:0] (bits 4-0) selects input data for datapath. The table below has the details. Test pattern selection TSTP[4:3] TSTP[2:0] Input Video Patterns 00 (internal pattern) 000 All black 001 All white 010 Horizontal ramp 011 Vertical ramp 100 Color bar 101 One pixel color bar 110 Vertical zigzag, horizontal square, 8 pixel wide Rev /12/

36 Revision History Rev. Date Page Description /15/06 All First Revision /24/06 4 XCH description 31 Added appendix A 33 Added appendix B /03/06 4 XCH description 7 Multi description 33 CBCRSW description 1.3 3/16/06 All Added CH7024 support 1.4 5/12/06 3 Added section Chip Identification 19 Added Figure H: Timing Description Rev /12/

CH7024 TV Encoder CH7024. Chrontel

CH7024 TV Encoder CH7024. Chrontel Chrontel TV Encoder Features TV encoder targeting handheld and similar systems Support for NTSC, PAL Video output support for CVBS or S-video Programmable 24-bit/18-bit/16-bit/15-bit/12-bit/8-bit digital

More information

Chrontel CH7015 SDTV / HDTV Encoder

Chrontel CH7015 SDTV / HDTV Encoder Chrontel Preliminary Brief Datasheet Chrontel SDTV / HDTV Encoder Features 1.0 GENERAL DESCRIPTION VGA to SDTV conversion supporting graphics resolutions up to 104x768 Analog YPrPb or YCrCb outputs for

More information

Digital PC to TV Encoder 2. GENERAL DESCRIPTION LINE MEMORY TRUE SCALE SCALING & DEFLICKERING ENGINE SYSTEM CLOCK PLL

Digital PC to TV Encoder 2. GENERAL DESCRIPTION LINE MEMORY TRUE SCALE SCALING & DEFLICKERING ENGINE SYSTEM CLOCK PLL Chrontel CHRONTEL Digital PC to TV Encoder 1. FEATURES Universal digital interface accepts YCrCb (CCIR601 or 656) or RGB (15, 16 or 24-bit) video data in both non-interlaced and interlaced formats True

More information

CH7016A SDTV / HDTV Encoder

CH7016A SDTV / HDTV Encoder Chrontel Features SDTV / HDTV Encoder VGA to SDTV conversion supporting graphics resolutions up to 1024x768 Analog YPrPb output for HDTV HDTV support for 480p, 576p, 720p, 1080i and 1080p Programmable

More information

CH7005C. Digital PC to TV Encoder with Macrovision TM. Features. General Description CHRONTEL. Figure 1: Functional Block Diagram

CH7005C. Digital PC to TV Encoder with Macrovision TM. Features. General Description CHRONTEL. Figure 1: Functional Block Diagram Digital PC to TV Encoder with Macrovision TM Features Supports Macrovision TM 7.X anti-copy protection Function compatible with CH7004 Universal digital interface accepts YCrCb (CCIR601 or 656) or RGB

More information

CH7009 DVI / TV Output Device

CH7009 DVI / TV Output Device Chrontel CH7009 DVI / TV Output Device 1. FEATURES DVI Transmitter up to 165M pixels/second DVI low jitter PLL DVI hot plug detection TV output supporting graphics resolutions up to 104 x768 pixels Macrovision

More information

Digital PC to TV Encoder with Macrovision TM 2. GENERAL DESCRIPTION LINE MEMORY SYSTEM CLOCK PLL. Figure 1: Functional Block Diagram

Digital PC to TV Encoder with Macrovision TM 2. GENERAL DESCRIPTION LINE MEMORY SYSTEM CLOCK PLL. Figure 1: Functional Block Diagram Chrontel CHRONTEL Digital PC to TV Encoder with Macrovision TM 1. FEATURES Supports Macrovision TM 7.X anti-copy protection Pin and function compatible with CH7003 / CH7013A Has CH7013A as its non-macrovision

More information

SM02. High Definition Video Encoder and Pattern Generator. User Manual

SM02. High Definition Video Encoder and Pattern Generator. User Manual SM02 High Definition Video Encoder and Pattern Generator User Manual Revision 0.2 20 th May 2016 1 Contents Contents... 2 Tables... 2 Figures... 3 1. Introduction... 4 2. acvi Overview... 6 3. Connecting

More information

CH7021A SDTV / HDTV Encoder

CH7021A SDTV / HDTV Encoder Chrontel SDTV / HDTV Encoder Brief Datasheet Features VGA to SDTV/EDTV/HDTV conversion supporting graphics resolutions up to 1600x1200 HDTV support for 480p, 576p, 720p, 1080i and 1080p Support for NTSC,

More information

MultiSystem Converter with built-in TBC/Genlock ID#488

MultiSystem Converter with built-in TBC/Genlock ID#488 MultiSystem Converter with built-in TBC/Genlock ID#488 Operation Manual Introduction This unit is a Multisystem converter that provides broadcast quality conversion between numerous worldwide broadcast

More information

SingMai Electronics SM06. Advanced Composite Video Interface: HD-SDI to acvi converter module. User Manual. Revision 0.

SingMai Electronics SM06. Advanced Composite Video Interface: HD-SDI to acvi converter module. User Manual. Revision 0. SM06 Advanced Composite Video Interface: HD-SDI to acvi converter module User Manual Revision 0.4 1 st May 2017 Page 1 of 26 Revision History Date Revisions Version 17-07-2016 First Draft. 0.1 28-08-2016

More information

CH7053A HDTV/VGA/ DVI Transmitter

CH7053A HDTV/VGA/ DVI Transmitter Chrontel Brief Datasheet HDTV/VGA/ DVI Transmitter FEATURES DVI Transmitter support up to 1080p DVI hot plug detection Supports Component YPrPb (HDTV) up to 1080p and analog RGB (VGA) monitor up to 1920x1080

More information

DATASHEET HMP8154, HMP8156A. Features. Ordering Information. Applications. NTSC/PAL Encoders. FN4343 Rev.5.00 Page 1 of 34.

DATASHEET HMP8154, HMP8156A. Features. Ordering Information. Applications. NTSC/PAL Encoders. FN4343 Rev.5.00 Page 1 of 34. NTSC/PAL Encoders NOT RECOMMENDED FOR NEW DESIGNS NO RECOMMENDED REPLACEMENT contact our Technical Support Center at 1-888-INTERSIL or www.intersil.com/tsc DATASHEET FN4343 Rev.5.00 The HMP8154 and HMP8156A

More information

MACROVISION RGB / YUV TEMP. RANGE PART NUMBER

MACROVISION RGB / YUV TEMP. RANGE PART NUMBER NTSC/PAL Video Encoder NOT RECOMMENDED FOR NEW DESIGNS NO RECOMMENDED REPLACEMENT contact our Technical Support Center at 1-888-INTERSIL or www.intersil.com/tsc September 2003 DATASHEET FN4284 Rev 6.00

More information

NAPIER. University School of Engineering. Advanced Communication Systems Module: SE Television Broadcast Signal.

NAPIER. University School of Engineering. Advanced Communication Systems Module: SE Television Broadcast Signal. NAPIER. University School of Engineering Television Broadcast Signal. luminance colour channel channel distance sound signal By Klaus Jørgensen Napier No. 04007824 Teacher Ian Mackenzie Abstract Klaus

More information

SingMai Electronics SM06. Advanced Composite Video Interface: DVI/HD-SDI to acvi converter module. User Manual. Revision th December 2016

SingMai Electronics SM06. Advanced Composite Video Interface: DVI/HD-SDI to acvi converter module. User Manual. Revision th December 2016 SM06 Advanced Composite Video Interface: DVI/HD-SDI to acvi converter module User Manual Revision 0.3 30 th December 2016 Page 1 of 23 Revision History Date Revisions Version 17-07-2016 First Draft. 0.1

More information

PCB Layout and Design Considerations for CH7011 TV Output Device

PCB Layout and Design Considerations for CH7011 TV Output Device Chrontel CHRONTEL AN-6 Application Notes PCB Layout and Design Considerations for CH70 TV Output Device. Introduction This application note focuses on the basic PCB layout and design guidelines for the

More information

December 1998 Mixed-Signal Products SLAS183

December 1998 Mixed-Signal Products SLAS183 Data Manual December 1998 Mixed-Signal Products SLAS183 IMPORTANT NOTICE Texas Instruments and its subsidiaries (TI) reserve the right to make changes to their products or to discontinue any product or

More information

15 Inch CGA EGA VGA to XGA LCD Wide Viewing Angle Panel ID# 833

15 Inch CGA EGA VGA to XGA LCD Wide Viewing Angle Panel ID# 833 15 Inch CGA EGA VGA to XGA LCD Wide Viewing Angle Panel ID# 833 Operation Manual Introduction This monitor is an open frame LCD Panel monitor. It features the VESA plug & play system which allows the monitor

More information

ESI VLS-2000 Video Line Scaler

ESI VLS-2000 Video Line Scaler ESI VLS-2000 Video Line Scaler Operating Manual Version 1.2 October 3, 2003 ESI VLS-2000 Video Line Scaler Operating Manual Page 1 TABLE OF CONTENTS 1. INTRODUCTION...4 2. INSTALLATION AND SETUP...5 2.1.Connections...5

More information

M = Projection magnification B = Vertical distance between lens center and screen center

M = Projection magnification B = Vertical distance between lens center and screen center Contents Product Description, Lens Specs, Notes and Formulas Page 1 Projection Distances and Screen Sizes Ceiling Mount Installation Page 2 Desktop Setup Page 3 Cabinet Dimensions Top, Front and Right

More information

Software Analog Video Inputs

Software Analog Video Inputs Software FG-38-II has signed drivers for 32-bit and 64-bit Microsoft Windows. The standard interfaces such as Microsoft Video for Windows / WDM and Twain are supported to use third party video software.

More information

SM01. Standard Definition Video Encoder. Pattern Generator. User Manual. and

SM01. Standard Definition Video Encoder. Pattern Generator. User Manual. and SM01 Standard Definition Video Encoder and Pattern Generator User Manual Revision 0.5 27 th February 2015 1 Contents Contents... 2 Tables... 3 Figures... 3 1. Introduction... 5 2. Connecting up the SM01...

More information

Finally an affordable video mixer for the foundation of. your multi-format video production.

Finally an affordable video mixer for the foundation of. your multi-format video production. Pick Hit Award From Broadcast Engineering Magazine at NAB 2005 Mix Multiple Input Formats Capable of mixing HD (1080i/720p:component), (S-Video, Composite) or from computer (from VGA to SXGA). Choose from

More information

Dan Schuster Arusha Technical College March 4, 2010

Dan Schuster Arusha Technical College March 4, 2010 Television Theory Of Operation Dan Schuster Arusha Technical College March 4, 2010 My TV Background 34 years in Automation and Image Electronics MS in Electrical and Computer Engineering Designed Television

More information

AL37219C-EVB-A2 Evaluation Board

AL37219C-EVB-A2 Evaluation Board AL37219C-EVB-A2 Evaluation Board User Manual Version 1.1 INFORMATION FURNISHED BY AVERLOGIC IS BELIEVED TO BE ACCURATE AND RELIABLE. HOWEVER, NO RESPONSIBILITY IS ASSUMED BY AVERLOGIC FOR ITS USE, OR FOR

More information

AC335A. VGA-Video Ultimate Plus BLACK BOX Back Panel View. Remote Control. Side View MOUSE DC IN OVERLAY

AC335A. VGA-Video Ultimate Plus BLACK BOX Back Panel View. Remote Control. Side View MOUSE DC IN OVERLAY AC335A BLACK BOX 724-746-5500 VGA-Video Ultimate Plus Position OVERLAY MIX POWER FREEZE ZOOM NTSC/PAL SIZE GENLOCK POWER DC IN MOUSE MIC IN AUDIO OUT VGA IN/OUT (MAC) Remote Control Back Panel View RGB

More information

IQDEC01. Composite Decoder, Synchronizer, Audio Embedder with Noise Reduction - 12 bit. Does this module suit your application?

IQDEC01. Composite Decoder, Synchronizer, Audio Embedder with Noise Reduction - 12 bit. Does this module suit your application? The IQDEC01 provides a complete analog front-end with 12-bit composite decoding, synchronization and analog audio ingest in one compact module. It is ideal for providing the bridge between analog legacy

More information

12.1 Inch CGA EGA VGA SVGA LCD Panel - ID #492

12.1 Inch CGA EGA VGA SVGA LCD Panel - ID #492 12.1 Inch CGA EGA VGA SVGA LCD Panel - ID #492 Operation Manual Introduction This monitor is an open frame LCD Panel monitor. It features the VESA plug & play system which allows the monitor to automatically

More information

EBU Digital AV Sync and Operational Test Pattern

EBU Digital AV Sync and Operational Test Pattern www.lynx-technik.com EBU Digital AV Sync and Operational Test Pattern Date: Feb 2008 Revision : 1.3 Disclaimer. This pattern is not standardized or recognized by the EBU. This derivative has been developed

More information

AD9884A Evaluation Kit Documentation

AD9884A Evaluation Kit Documentation a (centimeters) AD9884A Evaluation Kit Documentation Includes Documentation for: - AD9884A Evaluation Board - SXGA Panel Driver Board Rev 0 1/4/2000 Evaluation Board Documentation For the AD9884A Purpose

More information

Obsolete Product(s) - Obsolete Product(s)

Obsolete Product(s) - Obsolete Product(s) Single-chip digital video format converter Data Brief Features Package: 208-pin PQFP Digital input Interlaced/progressive output Motion Adaptive Noise Reduction Cross Color Suppressor (CCS) Per-pixel MADi/patented

More information

PRODUCT NO.: PT-D3500 PRODUCT NAME: DLP -Based Projector

PRODUCT NO.: PT-D3500 PRODUCT NAME: DLP -Based Projector PRODUCT NO.: PTD3500 PRODUCT NAME: DLP Based Projector MAJOR FEATURES High image quality Highprecision 0.7 DLP chip Ultra bright 3,500 lumens High 1,600:1 contrast ratio Highly uniform brightness and color

More information

iii Table of Contents

iii Table of Contents i iii Table of Contents Display Setup Tutorial....................... 1 Launching Catalyst Control Center 1 The Catalyst Control Center Wizard 2 Enabling a second display 3 Enabling A Standard TV 7 Setting

More information

USER MANUAL. VP-501N UXGA Scan Converter MODEL: P/N: Rev 5

USER MANUAL. VP-501N UXGA Scan Converter MODEL: P/N: Rev 5 KRAMER ELECTRONICS LTD. USER MANUAL MODEL: VP-501N UXGA Scan Converter P/N: 2900-300183 Rev 5 Contents 1 Introduction 1 2 Getting Started 2 2.1 Achieving the Best Performance 2 2.2 Safety Instructions

More information

DVI Converters: Installation & Operation Guide BDV BLACK DIAMOND VIDEO

DVI Converters: Installation & Operation Guide BDV BLACK DIAMOND VIDEO DVI Converters: Installation & Operation Guide BDV BLACK DIAMOND VIDEO Edition 1.03 November 20, 2012 Edition 1.03 DVI Converters: Installation & Operation Guide Contents........................................

More information

26 Inch CGA/EGA/VGA/DVI to WXGA/1080p LCD - ID#703

26 Inch CGA/EGA/VGA/DVI to WXGA/1080p LCD - ID#703 26 Inch CGA/EGA/VGA/DVI to WXGA/1080p LCD - ID#703 Operation Manual Introduction This monitor is an open frame LCD Panel monitor. It features the VESA plug & play system which allows the monitor to automatically

More information

Digital Blocks Semiconductor IP

Digital Blocks Semiconductor IP Digital Blocks Semiconductor IP DB3 CCIR 656 Encoder General Description The Digital Blocks DB3 CCIR 656 Encoder IP Core encodes 4:2:2 Y CbCr component digital video with synchronization signals to conform

More information

LM/TM-30xx, 31xx Series LCD Monitor User s Manual Rev. A0

LM/TM-30xx, 31xx Series LCD Monitor User s Manual Rev. A0 LM/TM-30xx, 31xx Series LCD Monitor User s Manual Rev. A0 FCC NOTICE This equipment generates, uses, and can radiate radio frequency energy and, if not installed and used in accordance with the instructions

More information

Installer Guide. Follow these instructions to set up the PowerLite Pro Cinema 1080 projector and HQV video processor.

Installer Guide. Follow these instructions to set up the PowerLite Pro Cinema 1080 projector and HQV video processor. Installer Guide Follow these instructions to set up the PowerLite Pro Cinema 1080 projector and HQV video processor. For more information, see the manuals that came with these products. Setting Up the

More information

DATA PROJECTOR XJ-S30/XJ-S35

DATA PROJECTOR XJ-S30/XJ-S35 E DATA PROJECTOR XJ-S30/XJ-S35 User s Guide Be sure to read the precautions in the separate User s Guide (Basic Operation). For details about setting up the projector and lamp replacement, see the User

More information

Teletext Inserter Firmware. User s Manual. Contents

Teletext Inserter Firmware. User s Manual. Contents Teletext Inserter Firmware User s Manual Contents 0 Definition 3 1 Frontpanel 3 1.1 Status Screen.............. 3 1.2 Configuration Menu........... 4 2 Controlling the Teletext Inserter via RS232 4 2.1

More information

Engineering Specification

Engineering Specification Model No. EFL-1703X 17inches High resolution LCD Monitor Customer s logo display on Booting is available - Samsung TFT LCD Panel - High performance up-scaling characteristic - Automatic Scanning - Wide

More information

Sapera LT 8.0 Acquisition Parameters Reference Manual

Sapera LT 8.0 Acquisition Parameters Reference Manual Sapera LT 8.0 Acquisition Parameters Reference Manual sensors cameras frame grabbers processors software vision solutions P/N: OC-SAPM-APR00 www.teledynedalsa.com NOTICE 2015 Teledyne DALSA, Inc. All rights

More information

HIGH QUALITY AUDIO DOLBY NR

HIGH QUALITY AUDIO DOLBY NR H IG H QUALITY VI DEO Superior Performance In order to respond to the needs for even more refined U-matic picture quality, the FM carrier frequency for luminance is increased by 1.2MHz, from the conventional

More information

User's Manual. Rev 1.0

User's Manual. Rev 1.0 User's Manual Rev 1.0 Digital TV sales have increased dramatically over the past few years while the sales of analog sets are declining precipitously. First quarter of 2005 has brought the greatest volume

More information

Rounding Considerations SDTV-HDTV YCbCr Transforms 4:4:4 to 4:2:2 YCbCr Conversion

Rounding Considerations SDTV-HDTV YCbCr Transforms 4:4:4 to 4:2:2 YCbCr Conversion Digital it Video Processing 김태용 Contents Rounding Considerations SDTV-HDTV YCbCr Transforms 4:4:4 to 4:2:2 YCbCr Conversion Display Enhancement Video Mixing and Graphics Overlay Luma and Chroma Keying

More information

CM-392-Video to HDMI Scaler Box ID#481

CM-392-Video to HDMI Scaler Box ID#481 CM-392-Video to HDMI Scaler Box ID#481 Operation Manual Introduction CM-392-Video to HDMI Scaler Box is designed to convert Composite and S-Video to Digital HDMI in a variety of HDTV resolutions. It handles

More information

OPERATING GUIDE. M-Vision Cine 3D series. High Brightness Digital Video Projector 16:9 widescreen display. Rev A August A

OPERATING GUIDE. M-Vision Cine 3D series. High Brightness Digital Video Projector 16:9 widescreen display. Rev A August A OPERATING GUIDE M-Vision Cine 3D series High Brightness Digital Video Projector 16:9 widescreen display 112-022A Digital Projection M-Vision Cine 3D series CONTENTS Operating Guide CONTENTS About this

More information

Low Power, Chip Scale, 10-Bit SD/HD Video Encoder ADV7390/ADV7391/ADV7392/ADV7393

Low Power, Chip Scale, 10-Bit SD/HD Video Encoder ADV7390/ADV7391/ADV7392/ADV7393 Low Power, Chip Scale, -Bit SD/HD Video Encoder ADV739/ADV739/ADV7392/ADV7393 FEATURES 3 high quality, -bit video DACs 6 (26 MHz) DAC oversampling for SD 8 (26 MHz) DAC oversampling for ED 4 (297 MHz)

More information

CYPRESS TECHNOLOGY CO., LTD.

CYPRESS TECHNOLOGY CO., LTD. (1). Introduction Congratulations on your purchase of the Cypress Video Scaler CSC-200P. Our professional Video Scaler products have been serving the industry for many years. In addition to Video Scalers,

More information

3G/HD/SD-SDI Universal Up, Down and Cross Converter

3G/HD/SD-SDI Universal Up, Down and Cross Converter Having both analog and digital interfacing along with multi-rate format conversion for G/HD/SD-SDI digital video signals gives the a high level of flexibility and ability to handle a wide range of interfacing

More information

Installation and Users Guide Addendum. Software Mixer Reference and Application. Macintosh OSX Version

Installation and Users Guide Addendum. Software Mixer Reference and Application. Macintosh OSX Version Installation and Users Guide Addendum Software Mixer eference and Application Macintosh OSX Version ynx Studio Technology Inc. www.lynxstudio.com support@lynxstudio.com Copyright 2004, All ights eserved,

More information

ATSC vs NTSC Spectrum. ATSC 8VSB Data Framing

ATSC vs NTSC Spectrum. ATSC 8VSB Data Framing ATSC vs NTSC Spectrum ATSC 8VSB Data Framing 22 ATSC 8VSB Data Segment ATSC 8VSB Data Field 23 ATSC 8VSB (AM) Modulated Baseband ATSC 8VSB Pre-Filtered Spectrum 24 ATSC 8VSB Nyquist Filtered Spectrum ATSC

More information

High-Definition, Standard-Definition Compatible Color Bar Signal

High-Definition, Standard-Definition Compatible Color Bar Signal Page 1 of 16 pages. January 21, 2002 PROPOSED RP 219 SMPTE RECOMMENDED PRACTICE For Television High-Definition, Standard-Definition Compatible Color Bar Signal 1. Scope This document specifies a color

More information

To discuss. Types of video signals Analog Video Digital Video. Multimedia Computing (CSIT 410) 2

To discuss. Types of video signals Analog Video Digital Video. Multimedia Computing (CSIT 410) 2 Video Lecture-5 To discuss Types of video signals Analog Video Digital Video (CSIT 410) 2 Types of Video Signals Video Signals can be classified as 1. Composite Video 2. S-Video 3. Component Video (CSIT

More information

Interfaces and Sync Processors

Interfaces and Sync Processors Interfaces and Sync Processors Kramer Electronics has a full line of video, audio and sync interfaces. The group is divided into two sections Format Interfaces and Video Sync Processors. The Format Interface

More information

Uni700 LCD Controller

Uni700 LCD Controller Landmark Technology Inc. Uni700 LCD Controller For TFT LCDs with Resolution up to 1,920 x 1,200 (Version A) January 27, 2009 1 1. Introduction The Uni700 controller board is designed for LCD panels of

More information

Dual PAL or NTSC Video to RGB Converter (One way) with 12V Relay Switch Operation Manual

Dual PAL or NTSC Video to RGB Converter (One way) with 12V Relay Switch Operation Manual Dual PAL or NTSC Video to RGB Converter (One way) with 12V Relay Switch Operation Manual Introduction This unit converts video signals from NTSC/PAL/SECAM into RGB/Sync or RGsB (Sync On Green) to allow

More information

Representative Block Diagram. Outputs. Sound Trap/Luma Filter/Luma Delay/ Chroma Filter/PAL and NTSC Decoder/Hue and Saturation Control

Representative Block Diagram. Outputs. Sound Trap/Luma Filter/Luma Delay/ Chroma Filter/PAL and NTSC Decoder/Hue and Saturation Control Order this document by MC44/D The Motorola MC44, a member of the MC44 Chroma 4 family, is designed to provide RGB or YUV outputs from a variety of inputs. The inputs can be composite video (two inputs),

More information

SingMai Electronics PT55. Advanced Composite Video Interface: Encoder IP Core. User Manual. Revision th November 2016

SingMai Electronics PT55. Advanced Composite Video Interface: Encoder IP Core. User Manual. Revision th November 2016 PT55 Advanced Composite Video Interface: Encoder IP Core User Manual Revision.8 11 th November 216 PT55 User Manual Revision.8 Page 1 of 32 Revisions Date Revisions Version 1-5-216 First Draft..1 28-5-216

More information

Camera Interface Guide

Camera Interface Guide Camera Interface Guide Table of Contents Video Basics... 5-12 Introduction...3 Video formats...3 Standard analog format...3 Blanking intervals...4 Vertical blanking...4 Horizontal blanking...4 Sync Pulses...4

More information

CX25874/5 Digital Encoder with Standard-Definition TV and High-Definition TV Video Output. Data Sheet

CX25874/5 Digital Encoder with Standard-Definition TV and High-Definition TV Video Output. Data Sheet CX25874/5 Digital Encoder with Standard-Definition TV and High-Definition TV Video Output Data Sheet 101900B August 2004 Ordering Information Revision History Model Number Package Operating Temperature

More information

Displays. 4.3 Digital TFT-LCD Module. 1. General Descriptions

Displays. 4.3 Digital TFT-LCD Module. 1. General Descriptions 4.3 Digital TFTLCD Module KT. General Descriptions. Features 4.3 Digital TFT LCD Ultra Compact NTSC/PAL/SECAM Video Auto Switch Single Operation Voltage +V CVBS / Analog RGB (PC Mode) Signal nput All Functions

More information

Advantech Proudly Presents Professional Monitor Series

Advantech Proudly Presents Professional Monitor Series Advantech Proudly Presents Professional Monitor Series Model PN-E421 P/N: DSD-420N-70FH-S1E The 42" Class (42-1/16" Diagonal) LCD monitor offers exceptionally high image quality and reliability for use

More information

SIERRA VIDEO SP-14 SETUP GUIDE. User s Manual

SIERRA VIDEO SP-14 SETUP GUIDE. User s Manual SIERRA VIDEO SP-14 SETUP GUIDE User s Manual SP-14 Setup Guide Version S 1.0 1 Contents Introduction 3 The Basic System 4 Flexible Connectivity 5 Control via Front Panel Buttons 6 Set Scaler Functions

More information

Acer AL1917 Service Guide. Service guide files and updates are available on the CSD web: for more information, Please refer to http: csd.acer.com.

Acer AL1917 Service Guide. Service guide files and updates are available on the CSD web: for more information, Please refer to http: csd.acer.com. Acer AL1917 Service Guide Service guide files and updates are available on the CSD web: for more information, Please refer to http: csd.acer.com.tw 1 2 3 4 5 6 Table of Contents Chapter 1 Monitor Features..

More information

User Manual rev: Made in Taiwan

User Manual rev: Made in Taiwan CV-500S HDMI to Component/CVBS & Audio Scaler Converter User Manual rev: 131218 Made in Taiwan The CV-500S HDMI to Component/CVBS & Audio Scaler Converter has been tested for conformance to safety regulations

More information

OPERATING GUIDE. HIGHlite 660 series. High Brightness Digital Video Projector 16:9 widescreen display. Rev A June A

OPERATING GUIDE. HIGHlite 660 series. High Brightness Digital Video Projector 16:9 widescreen display. Rev A June A OPERATING GUIDE HIGHlite 660 series High Brightness Digital Video Projector 16:9 widescreen display 111-9714A Digital Projection HIGHlite 660 series CONTENTS Operating Guide CONTENTS About this Guide...

More information

Burlington County College INSTRUCTION GUIDE. for the. Hewlett Packard. FUNCTION GENERATOR Model #33120A. and. Tektronix

Burlington County College INSTRUCTION GUIDE. for the. Hewlett Packard. FUNCTION GENERATOR Model #33120A. and. Tektronix v1.2 Burlington County College INSTRUCTION GUIDE for the Hewlett Packard FUNCTION GENERATOR Model #33120A and Tektronix OSCILLOSCOPE Model #MSO2004B Summer 2014 Pg. 2 Scope-Gen Handout_pgs1-8_v1.2_SU14.doc

More information

Technical Reference. ATSC TV A/D Controller FOR TFT LCD. Model : SKY-4100M. Copyright 2008 All Rights Reserved. REV.1.0_

Technical Reference. ATSC TV A/D Controller FOR TFT LCD. Model : SKY-4100M. Copyright 2008 All Rights Reserved. REV.1.0_ Technical Reference ATSC TV A/D Controller FOR TFT LCD Model : SKY-4100M Copyright 2008 All Rights Reserved REV.1.0_2008.06.05 Page 1/13 1. Description The SKY-4100 is an interface board for LCD/PDP panel

More information

Configuring the Élan SC300 Device s Internal CGA Controller for a Specific LCD Panel

Configuring the Élan SC300 Device s Internal CGA Controller for a Specific LCD Panel Configuring the Élan SC300 Device s Internal CGA Controller for a Specific LCD Panel Application Note This application note explains how to determine if a specific LCD panel is supported by the Élan TM

More information

CH7025/CH7026 Brief Datasheet

CH7025/CH7026 Brief Datasheet hrontel rief atasheet eatures TV/V ncoder TV encoder targets the handheld devices and other appropriate display devices used in consumer products. (i.e. automobile) Support multiple output formats. Such

More information

Controling the projector using a personal computer

Controling the projector using a personal computer Data Projector EX100U / ES100U Controling using a personal computer This projector can be controlled by connecting a personal computer with RS-232C terminal. PC-controllable functions : Turning the power

More information

S6B CH SEGMENT DRIVER FOR DOT MATRIX LCD

S6B CH SEGMENT DRIVER FOR DOT MATRIX LCD 64 CH SEGMENT DRIVER FOR DOT MATRIX LCD June. 2000. Ver. 0.0 Contents in this document are subject to change without notice. No part of this document may be reproduced or transmitted in any form or by

More information

MODEL OTM-4870 FREQUENCY AGILE 870MHz F.C.C. COMPATIBLE TELEVISION MODULATOR

MODEL OTM-4870 FREQUENCY AGILE 870MHz F.C.C. COMPATIBLE TELEVISION MODULATOR MODEL OTM-4870 FREQUENCY AGILE 870MHz F.C.C. COMPATIBLE TELEVISION MODULATOR USERS MANUAL Phone: (209) 586-1022 (800) 545-1022 Fax: (209) 586-1026 E-Mail: salessupport@olsontech.com 025-000412 Rev. B www.olsontech.com

More information

CH7106B Brief Datasheet

CH7106B Brief Datasheet Chrontel HDMI to SDTV/HDTV/VGA Converter Brief Datasheet FEATURES HDMI Receiver compliant with HDMI 1.4 specification Support multiple output formats: SDTV format (CVBS or S-Video output, NTSC and PAL)

More information

AL330B-DMB-A0 Digital LCD Display SOC Demo Board

AL330B-DMB-A0 Digital LCD Display SOC Demo Board AL330B-DMB-A0 Digital LCD Display SOC Demo Board User Manual Version 1.2 INFORMATION FURNISHED BY AVERLOGIC IS BELIEVED TO BE ACCURATE AND RELIABLE. HOWEVER, NO RESPONSIBILITY IS ASSUMED BY AVERLOGIC FOR

More information

AC334A. VGA-Video Ultimate BLACK BOX Remote Control. Back Panel View. Side View MOUSE DC IN BLACK BOX ZOOM/FREEZE POWER

AC334A. VGA-Video Ultimate BLACK BOX Remote Control. Back Panel View. Side View MOUSE DC IN BLACK BOX ZOOM/FREEZE POWER AC334A BLACK BOX 724-746-5500 VGA-Video Ultimate BLACK BOX 724-746-5500 Zoom Position PAL ZOOM/FREEZE POWER FREEZE ZOOM NTSC/PAL SIZE RESET POWER Size Power Remote Control DC IN MOUSE MIC IN AUDIO OUT

More information

CH7520. CH7520 DisplayPort to VGA/HDTV Converter GENERAL DESCRIPTION

CH7520. CH7520 DisplayPort to VGA/HDTV Converter GENERAL DESCRIPTION Chrontel Brief Datasheet DisplayPort to VGA/HDTV Converter FEATURES Compliant with DisplayPort (DP) specification version 1.2 Support 2 Main Link Lanes at either 1.62Gb/s or 2.7Gb/s link rate Support multiple

More information

Kramer Electronics, Ltd. USER MANUAL. Model: FC Standards Converter / TBC

Kramer Electronics, Ltd. USER MANUAL. Model: FC Standards Converter / TBC Kramer Electronics, Ltd. USER MANUAL Model: FC-4000 Standards Converter / TBC Contents Contents 1 Introduction 1 2 Getting Started 1 3 Overview 1 4 Your Standards Converter / TBC 2 4.1 Connecting the

More information

PLUSTV 1680ex USER S MANUAL

PLUSTV 1680ex USER S MANUAL PLUSTV 1680ex USER S MANUAL Ver 1.0 Contents 1. Instruction... 1 1.1 Functions and features... 1 1.2 Packaged contents... 2 1.3 Technical specifications... 3 2. Remote control instructions... 4 2.1 Diagram

More information

EECS150 - Digital Design Lecture 12 Project Description, Part 2

EECS150 - Digital Design Lecture 12 Project Description, Part 2 EECS150 - Digital Design Lecture 12 Project Description, Part 2 February 27, 2003 John Wawrzynek/Sandro Pintz Spring 2003 EECS150 lec12-proj2 Page 1 Linux Command Server network VidFX Video Effects Processor

More information

SPECIFICATION FOR APPROVAL

SPECIFICATION FOR APPROVAL SPECIFICATION FOR APPROVAL (ANALOG RGB AND VIDEO INTERFACE CONTROLLER FOR VGA/SVGA/XGA RESOLUTION TFT-LCDs) MODEL NO : AP4300 SERIES BUYER S PARTNO: APPROVED REFERENCE (PLEASE RETURN ONE OF THESE TO US

More information

MAX11503 BUFFER. Σ +6dB BUFFER GND *REMOVE AND SHORT FOR DC-COUPLED OPERATION

MAX11503 BUFFER. Σ +6dB BUFFER GND *REMOVE AND SHORT FOR DC-COUPLED OPERATION 19-4031; Rev 0; 2/08 General Description The is a low-power video amplifier with a Y/C summer and chroma mute. The device accepts an S-video or Y/C input and sums the luma (Y) and chroma (C) signals into

More information

Outline Dimension. View Angle

Outline Dimension. View Angle 320 x 234 Pixels LCD Color Monitor The is a compact full color TFT LCD module, whose driving board is capable of converting composite video signals to the proper interface of LCD panel and is suitable

More information

UFG-10 Family USER MANUAL. Frame Grabbers. Windows 8 Windows 7 Windows XP

UFG-10 Family USER MANUAL. Frame Grabbers. Windows 8 Windows 7 Windows XP UFG-10 Family Frame Grabbers USER MANUAL Windows 8 Windows 7 Windows XP About this Manual Copyright This manual, Copyright 2014 Unigraf Oy. All rights reserved Reproduction of this manual in whole or in

More information

Programmable Video Signal Generator VG-880. Instruction Manual. Ver 1.10

Programmable Video Signal Generator VG-880. Instruction Manual. Ver 1.10 Programmable Video Signal Generator VG-880 Instruction Manual Ver 1.10 Programmable Video Signal Generator VG-880 Instruction Manual 2009.9 Ver.1.10 ASTRODESIGN,Inc CONTENTS BEFORE OPERATION...v Chapter

More information

ELSA WINNER Series M a n u a l

ELSA WINNER Series M a n u a l Manual Series 2002 Neue ELSA GmbH, Aachen (Germany) While the information in this manual has been compiled with great care, it may not be deemed an assurance of product characteristics. Neue ELSA GmbH

More information

QRF5000 MDU ENCODER. Data Sheet

QRF5000 MDU ENCODER. Data Sheet Radiant Communications Corporation 5001 Hadley Road South Plainfield NJ 07080 Tel (908) 757-7444 Fax (908) 757-8666 WWW.RCCFIBER.COM QRF5000 MDU ENCODER Data Sheet Version 1.1 1 Caution Verify proper grounding

More information

Gateway 50-inch Plasma TV Specifications

Gateway 50-inch Plasma TV Specifications Gateway 50-inch Plasma TV Specifications Specifications are subject to change without notice or obligation. Display Panel Screen size Aspect ratio Number of pixels Pixel Pitch Luminance Diagonal 50-inch

More information

Reference Manual. This document describes menu items and messages of the V-800HD.

Reference Manual. This document describes menu items and messages of the V-800HD. Reference Manual This document describes menu items and messages of the V-800HD. Copyright 2012 ROLAND CORPORATION All rights reserved. No part of this publication may be reproduced in any form without

More information

Quick Guide Book of Sending and receiving card

Quick Guide Book of Sending and receiving card Quick Guide Book of Sending and receiving card ----take K10 card for example 1 Hardware connection diagram Here take one module (32x16 pixels), 1 piece of K10 card, HUB75 for example, please refer to the

More information

Evaluation Board for CS4954/55

Evaluation Board for CS4954/55 Evaluation Board for CS4954/55 Features l Demonstrates recommended layout and grounding practices l Supports both parallel and serial digital video input l On-board test pattern generation l Supports NTSC/PAL

More information

TV Synchronism Generation with PIC Microcontroller

TV Synchronism Generation with PIC Microcontroller TV Synchronism Generation with PIC Microcontroller With the widespread conversion of the TV transmission and coding standards, from the early analog (NTSC, PAL, SECAM) systems to the modern digital formats

More information

Multiformat 216 MHz Video Encoder with Six NSV 14-Bit DACs ADV7314

Multiformat 216 MHz Video Encoder with Six NSV 14-Bit DACs ADV7314 Multiformat 216 MHz Video Encoder with Six NSV 14-Bit DACs ADV7314 FEATURES High Definition Input Formats 8-/1-,16-/2-, 24-/3-Bit (4:2:2, 4:4:4) Parallel YCrCb Compliant with: SMPTE 293M (525p) BTA T-14

More information

Data Manual. HPA Digital Audio Video SLES029A

Data Manual. HPA Digital Audio Video SLES029A Data Manual May 2002 HPA Digital Audio Video SLES029A IMPORTANT NOTICE Texas Instruments Incorporated and its subsidiaries (TI) reserve the right to make corrections, modifications, enhancements, improvements,

More information

Module 1: Digital Video Signal Processing Lecture 5: Color coordinates and chromonance subsampling. The Lecture Contains:

Module 1: Digital Video Signal Processing Lecture 5: Color coordinates and chromonance subsampling. The Lecture Contains: The Lecture Contains: ITU-R BT.601 Digital Video Standard Chrominance (Chroma) Subsampling Video Quality Measures file:///d /...rse%20(ganesh%20rana)/my%20course_ganesh%20rana/prof.%20sumana%20gupta/final%20dvsp/lecture5/5_1.htm[12/30/2015

More information

HIGHlite 660 3D Series High Brightness Digital Video Projector

HIGHlite 660 3D Series High Brightness Digital Video Projector HIGHlite 660 3D Series High Brightness Digital Video Projector 4INSTALLATION AND QUICK-START GUIDE 4CONNECTION GUIDE 4OPERATING GUIDE 4REFERENCE GUIDE 114-242E About This Document Follow the instructions

More information

VGA to Video Converter ID# 424 Operation Manual

VGA to Video Converter ID# 424 Operation Manual VGA to Video Converter ID# 424 Operation Manual Introduction Features The VGA to Video converter provides automatic conversion of PC desktop images to high quality video images for standard television

More information