ML86101ATB
视频解码器 - CVBS/S-video
视频解码器是用来将模拟视频信号转换为数字信号的LSI。
支持世界上现行的NTSC/PAL/SECAM三大制式,非常适用于要推广到世界范围的影像设备。
特点1:在车载用图像 LSI 日本国内市场占有 TOP 份额
随着车载摄像头的普及,对于显示影像的车载液晶器的需求不断增加,不仅汽车导航系统,汽车音响系统和后视镜也越来越多地采用液晶显示器。
蓝碧石的图像LSI拥有为日本国内众多大型制造商长期供货的丰富经验,积累了高影像质量技术,即使在行驶过程中和剧烈的温度变化等严苛环境中,也能实现出色的影像质量。
特点2:模数混合信号高画质技术
利用自适应二维YC分离功能和色彩副载波(3.58MHz)倍频4fsc(IC内部为8fsc)采样功能,可减少模数转换所产生的量化噪声,并在不损失原始图像(模拟输入影像)色彩质量的前提下忠实地转换为数字信号。(ML86101A、ML86V7675)
在转换为数字信号之后,将提供自动亮度调整、自动色彩调整、色调调整、亮度/色差/增益/失调调整、对比度调整、轮廓校正和多灰度级处理(ML86101A)等丰富的高画质技术蓝碧石科技致力于开发兼顾成本和高画质的LSI产品。
购买
主要规格
型号 | ML86101ATBZ0AX
封装 |
P-TQFP48-0707-0.50-ZK6
包装形态 | Tray
包装数量 | 2500
最小独立包装数量 | 2500
RoHS |
Yes
特性:
Supply Voltage (V)
3.3/1.5
Input (Analog) Terminal
CVBS×4
or
CVBS×2 + S-video×1
or
S-video×2
Input (Analog) Type
NTSC
PAL
SECAM
Output
ITU-R BT.656
YUV 8bit
Pixel Frequency
12.2727MHz, 13.5MHz,
14.3181MHz, 14.75MHz
Crystal Oscillator supported
Yes
Operating Temperature (℃)
-40 to 85
Halogen Free Support
?
Yes
Package Size [mm]
9.0x9.0 (t=1.2)
Find Similar
LAPIS TECHNOLOGY? 是ROHM Co., Ltd.的商标或注册商标。
- google hint
var relNextURL = $('a[curtab="#TechD"]').attr('href');
$('head').append('
');
var hdsheetlnkobj = $('a#hdsheetlnk');
var packagelnkobj = $('a#packagelnk');
var fdsheetlnkobj = $('a#fdsheetlnk');
$('a.pvdsheet').addClass("nonreg");
hdsheetlnkobj.attr('href',pdfQRCodeResourceUrl+'/pdetail/'+hdsheetlnkobj.attr("pncode")+'/'+hdsheetlnkobj.attr("pflag")+'/'+hdsheetlnkobj.attr("pno"));
packagelnkobj.attr('href',pdfQRCodeResourceUrl+'/pdetail/'+packagelnkobj.attr("pncode")+'/'+packagelnkobj.attr("pflag")+'/'+packagelnkobj.attr("pno")+'/code/'+packagelnkobj.attr("pcode"));
fdsheetlnkobj.attr('href',pdfQRCodeResourceUrl+'/pdetail/'+fdsheetlnkobj.attr("pncode")+'/'+fdsheetlnkobj.attr("pflag")+'/'+fdsheetlnkobj.attr("pno"));
licenseContentUrl = '';
if(licenseContentUrl.indexOf('?') > 0){
licenseContentUrl = licenseContentUrl.substring(0,licenseContentUrl.indexOf('?'));
}
getBatchDownloadData= '';
if(getBatchDownloadData.indexOf('?') > 0){
getBatchDownloadData = getBatchDownloadData.substring(0,getBatchDownloadData.indexOf('?'));
}
downloadBatchFiles = '';
if(downloadBatchFiles.indexOf('?') > 0){
downloadBatchFiles = downloadBatchFiles.substring(0,downloadBatchFiles.indexOf('?'));
}
designFileSaveDialogUrl = '';
if(designFileSaveDialogUrl.indexOf('?') > 0){
designFileSaveDialogUrl = designFileSaveDialogUrl.substring(0,designFileSaveDialogUrl.indexOf('?'));
}
getProductFile = '';
if(getProductFile.indexOf('?') > 0){
getProductFile = getProductFile.substring(0,getProductFile.indexOf('?'));
}
getDistributorDownloadPopup = '';
if(getDistributorDownloadPopup.indexOf('?') > 0){
getDistributorDownloadPopup = getDistributorDownloadPopup.substring(0,getDistributorDownloadPopup.indexOf('?'));
}
getProductInfoTab = '';
if(getProductInfoTab.indexOf('?') > 0){
getProductInfoTab = getProductInfoTab.substring(0,getProductInfoTab.indexOf('?'));
}
jQuery("#nrndRelatedProductData").clone(true).prependTo('.table-wrap').addClass('clone');
// JIRA - 2939
getDocumentsResourceData = ':443/products?p_p_id=com_rohm_product_detail_web_RohmProductDetailWebPortlet&p_p_lifecycle=2&p_p_state=normal&p_p_mode=view&p_p_resource_id=detail%2FgetDocumentsResourceData&p_p_cacheability=cacheLevelPage';
//getDocumentsResourceData += getDocumentsResourceData.substring(0,getDocumentsResourceData.indexOf('?'))+"/getDocResuorce/";
getDocumentsResourceDataAjaxCall(seoProdName, "tableView");
jQuery("#toggleButton").on("click",function (){
var viewName = $(this).attr('viewName');
console.log("Button1 is clicked targetViewName is : "+ viewName);
getDocumentsResourceDataAjaxCall(seoProdName, viewName);
});
if(productNodeCode.startsWith('4010')){
searchbySpecificationCount();
}
});
function getDocumentsResourceDataAjaxCall(seoProdName, viewName){
$("#designResourcesDataContainer").html("

");
$.ajax ({
url:getDocumentsResourceData+seoProdName,
type: 'POST',
dataType: "html",
cache: false,
data: {
"partNumber" : seoProdName,
"pageViewType" : viewName
},
success: function(response){
$("#designResourcesDataContainer .ajaxloading").css('display','none');
$("#designResourcesDataContainer").html(response);
setTimeout(function() {
if($('.DRtools_video_tps').length > 0){
$.Zebra_Tooltips($('.DRtools_video_tps'));
}
}, 3000);
}, error: function (e) {
console.log("getDocumentsResourceDataAjaxCall ERROR........... : "+ e);
}
});
}