欢迎访问ic37.com |
会员登录 免费注册
发布采购

SDA9410-B13 参数 Datasheet PDF下载

SDA9410-B13图片预览
型号: SDA9410-B13
PDF下载: 下载PDF文件 查看货源
内容描述: 显示处理器,并采用扫描率转换器的嵌入式DRAM技术单位 [Display Processor and Scan Rate Converter using Embedded DRAM Technology Units]
分类和应用: 转换器动态存储器
文件页数/大小: 179 页 / 3137 K
品牌: MICRONAS [ MICRONAS ]
 浏览型号SDA9410-B13的Datasheet PDF文件第32页浏览型号SDA9410-B13的Datasheet PDF文件第33页浏览型号SDA9410-B13的Datasheet PDF文件第34页浏览型号SDA9410-B13的Datasheet PDF文件第35页浏览型号SDA9410-B13的Datasheet PDF文件第37页浏览型号SDA9410-B13的Datasheet PDF文件第38页浏览型号SDA9410-B13的Datasheet PDF文件第39页浏览型号SDA9410-B13的Datasheet PDF文件第40页  
SDA9410  
Preliminary Data Sheet  
Input signal processing  
5.4.2.2 Horizontal compression/expansion and panorama mode  
The overall reduction of the horizontal compression block can be calculated by the  
formula:  
2048  
INTHM DEZHM  
1
2 ------------------- ----------------------  
The user must specify the horizontal input picture size (defined by the I²C Bus parameter  
APPLIPM/APPLIPS) and the horizontal output picture size (defined by the I²C Bus  
parameter APPLM/APPLS) as well as the I²C Bus parameter INTHM/INTHS (I²C Bus  
parameter, 07h, 08h, 29h, 2Ah) and DEZHM/DEZHS (I²C Bus parameter, 08h, 2Ah),  
which can be calculated with the algorithm listed below (C-code).  
intV, dezV: variables  
for( intH=4*APPLM/S, dezH=1; intH<=4*APPLIPM/S; intH*=2, dezH*=2 )  
;
intH = ((2048*4*APPLIPM/S*2+intH/2)/intH);  
if( dezH>16)  
{
intH= intH*dezH/16;  
dezH=16;  
}
INTHM/S = intH  
36  
Micronas  
 复制成功!