CINXE.COM
EE Classroom - 5G Synchronization
<!DOCTYPE html> <html > <head> <script id="b64-replace" type="text/javascript"> (function () { function hasGetParameters() { return document.location.search !== ''; } /** * Execute fn not earlier than DOM is ready */ function onDOMReady(fn) { if (document.readyState != 'loading') { fn(); } else { document.addEventListener('DOMContentLoaded', fn); } } /** * Encode query string to pass it to backend of our plugin (we omit by this stripping utm tags) */ function buildBase64EncodedQueryString() { var query = []; var searchArray = document.location.search.replace('?', '').split('&'); for (var i = 0; i < searchArray.length; i++) { if (searchArray[i].indexOf("PANTHEON_STRIPPED") === -1) { query.push(searchArray[i]); } } query.push( 'landingPageAjaxLoaderRequest=true' ); return window.btoa(query.join('&')); } /** * Fetch landing page with base64 encoding query strings to ommit caching/altering layers of query params */ function fetchLandingPage() { var url = document.location.origin + document.location.pathname; if (window.XMLHttpRequest) { var xhReq = new XMLHttpRequest(); } else { var xhReq = new ActiveXObject("Microsoft.XMLHTTP"); } xhReq.open('GET', url + '?b64=' + buildBase64EncodedQueryString(), false); xhReq.setRequestHeader("X-Requested-With", "XMLHttpRequest"); xhReq.send(); onDOMReady(function () { document.getElementsByTagName('html')[0].innerHTML = xhReq.responseText; }) } function showBody() { onDOMReady(function () { document.getElementsByTagName('body')[0].style.display = 'block'; }) } if (hasGetParameters()) { fetchLandingPage(); } else { showBody(); } })(); </script> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="format-detection" content="telephone=no"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="description" content="In this classroom, we present several tutorials on the test and measurement techniques associated with oscillators, and other timing products." /> <meta name="keywords" content="classroom, 5G, electrical engineering, test and measurement, wireless, networks" /> <link rel="canonical" href="https://www.eeworldonline.com/5g-classroom"> <link rel="shortcut icon" href="//v.fastcdn.co/u/6f5f942d/42923436-0-mc-favicon.png" type="image/ico"> <title>EE Classroom - 5G Synchronization</title> <meta property="og:locale" content="en_US"> <meta property="og:type" content="article"> <meta property="og:title" content=""> <meta property="og:description" content=""> <meta property="og:site_name" content=""> <meta property="og:url" content="https://www.eeworldonline.com/5g-classroom"> <link rel="preload" as="script" href="//g.fastcdn.co/js/utils.caf3cb3cbfc9daf60148.js"></link> <link rel="preload" as="script" href="//g.fastcdn.co/js/Cradle.c9144221d5b5d6147353.js"></link> <link rel="preconnect dns-prefetch" href="https://fonts.gstatic.com" crossorigin></link> <!-- Google Tag Manager --> <script data-cfasync="false" > function setupGTM() { (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-5XFMW25'); } setupGTM(); </script> <!-- End Google Tag Manager --> <link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Roboto:400,100,300,100italic,300italic,400italic,500,500italic,700,700italic,900,900italic&display=swap"/><link media="print" onload="this.media='all'" type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,100,300,100italic,300italic,400italic,500,500italic,700,700italic,900,900italic&display=swap"/><noscript><link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,100,300,100italic,300italic,400italic,500,500italic,700,700italic,900,900italic&display=swap"/></noscript> <style type="text/css" media="screen"> body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;margin:0;width:100%;font-family:Arial;font-weight:400;background:repeat rgb(255,255,255) 56% 51% / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/53634518-0-78e175d8-acdd-40b0-8.jpeg),url(//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208055-53634518-ghost-78e175d8-acdd-40b0-8.jpeg);}a{text-decoration:none;color:inherit;}a:not(.btn):hover{text-decoration:underline;}input,select,textarea,p,h1,h2,h3,h4,h5,h6{margin:0;font-size:inherit;font-weight:inherit;}main{overflow:hidden;}u > span{text-decoration:inherit;}ol,ul{padding-left:2.5rem;margin:.625rem 0;}p{word-wrap:break-word;}h1 > span,h2 > span,h3 > span,h4 > span,h5 > span,h6 > span{display:block;word-wrap:break-word;}iframe{border:0;}*{box-sizing:border-box;}:root.js-text-scaling{--mobile-font-size:4vw;--default-font-size:16px;}.item-absolute{position:absolute;}.item-relative{position:relative;}.item-block{display:block;height:100%;width:100%;}.item-cover{z-index:1000030;}.item-breakword{word-wrap:break-word;}.item-content-box{box-sizing:content-box;}.hidden{display:none;}.clearfix{clear:both;}sup{margin-left:0.1rem;line-height:0;}@keyframes slide-down{from{opacity:0;transform:translateY(-50px);}}@keyframes fade-in{from{opacity:0;}}@supports (-webkit-overflow-scrolling:touch){@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi){.image[src$=".svg"]{width:calc(100% + 1px);}}}.show-for-sr{border:0 !important;clip:rect(1px,1px,1px,1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important;}.headline{font-family:Montserrat;font-weight:400;}.section-fit{max-width:400px;}:root{--section-relative-margin:0 auto;}.section-relative{position:relative;margin:0 auto;}.js-text-scaling .section-relative{margin:var(--section-relative-margin);}.section-inner{height:100%;}#page-block-6mrf768uimo{height:13.5rem;max-width:100%;}#page-block-6mrf768uimo .section-holder-border{border:0;}#page-block-6mrf768uimo .section-block{background:rgb(255,255,255);height:13.5rem;}#page-block-6mrf768uimo .section-holder-overlay{display:none;}#element-594{top:14.1875rem;left:7.1875rem;height:3.6176rem;width:10.5rem;z-index:11;}#element-743{top:9.75rem;left:1.25rem;height:2.75rem;width:22.5rem;z-index:22;color:#37465A;font-size:0.9907rem;line-height:1.4rem;text-align:center;}#element-743 .x_2c80ab57{text-align:center;line-height:1.375rem;font-size:0.9907rem;}#element-743 .x_c8f2904a{color:#269f63;}#page-block-520uf37ocf{height:75.1875rem;max-width:100%;}#page-block-520uf37ocf .section-holder-border{border:0;}#page-block-520uf37ocf .section-block{background:rgb(255,255,255);height:75.1875rem;}#page-block-520uf37ocf .section-holder-overlay{display:none;}#element-477{top:5.9375rem;left:1.1875rem;height:2.4375rem;width:22.5rem;z-index:7;color:#37465A;font-size:1.7337rem;line-height:2.45rem;text-align:center;}#element-477 .x_406801fb{text-align:center;line-height:2.4375rem;font-size:1.7337rem;}#element-477 .x_2237cc08{color:#989fa6;}#element-698{top:-12.75rem;left:2.125rem;height:11.6514rem;width:18.5rem;z-index:14;}#element-745{top:8.75rem;left:1.1875rem;height:1.5rem;width:22.5rem;z-index:24;color:#FFFFFF;font-size:1.2384rem;line-height:1.5rem;text-align:center;}#element-745 .x_bdb4a4e4{text-align:center;line-height:1.5rem;font-size:1.2384rem;}#element-745 .x_7b2817bf{color:#000000;}#element-464{top:31.875rem;left:1.1875rem;height:35rem;width:22.5rem;z-index:4;color:#FFFFFF;font-size:1.0526rem;line-height:1.275rem;text-align:left;}#element-464 .x_3b27255f{text-align:left;line-height:1.25rem;font-size:1.0526rem;}#element-464 .x_7b2817bf{color:#000000;}#element-463{top:11.375rem;left:4rem;height:15.625rem;width:15.625rem;z-index:3;}#element-465{top:27rem;left:4.0625rem;height:1.8125rem;width:15.5625rem;z-index:5;color:#FFFFFF;font-size:1.3003rem;line-height:1.8375rem;text-align:center;}#element-465 .x_0d91ddff{text-align:center;line-height:1.8125rem;font-size:1.3003rem;}#element-465 .x_2237cc08{color:#989fa6;}#element-466{top:29.3125rem;left:4.6875rem;height:1.25rem;width:14.3125rem;z-index:6;color:#FFFFFF;font-size:0.8669rem;line-height:1.225rem;text-align:center;}#element-466 .x_c5f0bf77{text-align:center;line-height:1.25rem;font-size:0.8669rem;}#element-466 .x_2237cc08{color:#989fa6;}#page-block-xb67auym0gc{height:16.6875rem;max-width:100%;}#page-block-xb67auym0gc .section-holder-border{border:0;}#page-block-xb67auym0gc .section-block{background:no-repeat rgb(240,243,245) 48% 56% / auto;background-image:url(//v.fastcdn.co/u/6f5f942d/53634622-0-5G.jpg),url(//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208054-53634622-ghost-5G.jpg);height:16.6875rem;}#page-block-xb67auym0gc .section-holder-overlay{display:none;}#page-block-8c7kn9tke14{height:13.6875rem;max-width:100%;}#page-block-8c7kn9tke14 .section-holder-border{border:0;}#page-block-8c7kn9tke14 .section-block{background:rgb(255,255,255);height:13.6875rem;}#page-block-8c7kn9tke14 .section-holder-overlay{display:none;}#element-631{top:1.375rem;left:1.25rem;height:4rem;width:22.5rem;z-index:12;color:#37465A;font-size:1.4241rem;line-height:2.0125rem;text-align:center;}#element-631 .x_b854860b{text-align:center;line-height:2rem;font-size:1.4241rem;}#element-699{top:6.3125rem;left:3.625rem;height:4.1576rem;width:17.6875rem;z-index:15;}#page-block-zvjzp35volp{height:120.125rem;max-width:100%;}#page-block-zvjzp35volp .section-holder-border{border:0;}#page-block-zvjzp35volp .section-block{background:repeat rgb(255,255,255) 50% 50% / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/50671515-0-AdobeStock-311582280.jpeg),url(//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208054-50671515-ghost-AdobeStock-311582280.jpeg);height:120.125rem;}#page-block-zvjzp35volp .section-holder-overlay{opacity:0.75;background-color:#000000;display:block;}#element-481{top:2.5rem;left:1.25rem;height:1.75rem;width:22.5rem;z-index:8;color:#98A0A6;font-size:1.4241rem;line-height:1.725rem;text-align:center;}#element-481 .x_6ee82066{text-align:center;line-height:1.75rem;font-size:1.4241rem;}#element-481 .x_3528f91f{color:#eef4f9;}#element-824{top:6.125rem;left:5.6875rem;height:24.9375rem;width:13.625rem;z-index:72;}.circle{border-radius:50%;}.shape{height:inherit;}.line-horizontal{height:.625rem;}.line-vertical{height:100%;margin-right:.625rem;}[class*='line-']{box-sizing:content-box;}#element-824 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-478{top:33.4375rem;left:5.875rem;height:24.1875rem;width:13rem;z-index:27;}#element-478 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-484{top:59.6875rem;left:5.875rem;height:25rem;width:13.625rem;z-index:37;}#element-484 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-488{top:87.625rem;left:5.625rem;height:28.6875rem;width:13.625rem;z-index:47;}#element-488 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-794{top:88.3125rem;left:6.5rem;height:9.5451rem;width:11.875rem;z-index:55;}#element-793{top:60.375rem;left:6.4375rem;height:8.1117rem;width:12rem;z-index:45;}#element-792{top:35.3125rem;left:6.8125rem;height:4.3828rem;width:11.6875rem;z-index:35;}#element-828{top:7.125rem;left:6.125rem;height:4.3944rem;width:12.75rem;z-index:80;}#element-479{top:40.5625rem;left:7.4375rem;height:3.9375rem;width:10.5rem;z-index:29;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-479 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-479 .x_faad26e1{color:#1c1e20;}#element-825{top:13.25rem;left:6.875rem;height:2.625rem;width:11.1875rem;z-index:74;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-825 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-825 .x_faad26e1{color:#1c1e20;}#element-752{top:69.25rem;left:6.9375rem;height:3.9375rem;width:11.25rem;z-index:39;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-752 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-752 .x_faad26e1{color:#1c1e20;}#element-764{top:98.5rem;left:6.8125rem;height:2.625rem;width:11.1875rem;z-index:49;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-764 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-764 .x_faad26e1{color:#1c1e20;}#element-826{top:16.8125rem;left:6.5625rem;height:9.1875rem;width:11.875rem;z-index:76;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-826 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-826 .x_816a1881{color:#98a0a6;}#element-766{top:101.375rem;left:6.8125rem;height:10.5rem;width:11.1875rem;z-index:51;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-766 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-766 .x_816a1881{color:#98a0a6;}#element-480{top:45rem;left:6.875rem;height:7.875rem;width:11.25rem;z-index:31;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-480 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-480 .x_816a1881{color:#98a0a6;}#element-754{top:73.4375rem;left:6.875rem;height:7.875rem;width:11.1875rem;z-index:41;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-754 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-754 .x_816a1881{color:#98a0a6;}#element-496{top:54.375rem;left:8.0625rem;height:2.5rem;width:8.75rem;z-index:33;}.btn{cursor:pointer;text-align:center;transition:border .5s;width:100%;border:0;white-space:normal;display:table-cell;vertical-align:middle;padding:0;line-height:120%;}.btn-shadow{box-shadow:0 1px 3px rgba(1,1,1,0.5);}#element-496 .btn.btn-effect3d:active{box-shadow:none;}#element-496 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-496 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;height:2.5rem;width:8.75rem;border-radius:3px;}#element-753{top:81.4375rem;left:7.8125rem;height:2.5rem;width:8.75rem;z-index:43;}#element-753 .btn.btn-effect3d:active{box-shadow:none;}#element-753 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-753 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;height:2.5rem;width:8.75rem;border-radius:3px;}#element-765{top:112.5625rem;left:7.8125rem;height:2.5rem;width:8.75rem;z-index:53;}#element-765 .btn.btn-effect3d:active{box-shadow:none;}#element-765 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-765 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;height:2.5rem;width:8.75rem;border-radius:3px;}#element-827{top:27.0625rem;left:8.0625rem;height:2.5rem;width:8.75rem;z-index:78;}#element-827 .btn.btn-effect3d:active{box-shadow:none;}#element-827 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-827 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;height:2.5rem;width:8.75rem;border-radius:3px;}#page-block-v18p58dqkt{height:110.25rem;max-width:100%;}#page-block-v18p58dqkt .section-holder-border{border:0;}#page-block-v18p58dqkt .section-block{background:rgb(255,255,255);height:110.25rem;}#page-block-v18p58dqkt .section-holder-overlay{display:none;}#element-850{top:2.5625rem;left:1.25rem;height:3.8272rem;width:16.25rem;z-index:89;}#element-725{top:7.9375rem;left:1.25rem;height:1.6875rem;width:19.375rem;z-index:16;color:#37465A;font-size:1.1765rem;line-height:1.6625rem;text-align:left;}#element-725 .x_8f2182eb{text-align:left;line-height:1.6875rem;font-size:1.1765rem;}#element-725 .x_7bef994e{color:#f91616;}#element-716{top:12.3125rem;left:1.25rem;height:13.9808rem;width:20.0625rem;z-index:17;}#element-716 .cropped{background:url(//v.fastcdn.co/u/6f5f942d/53635254-0-200529-tcg-5gtiming-.jpgsfvrsne2f807ff-0) -25.5625rem -0.0625rem / 45.625rem 14rem;}#element-848{top:37.5625rem;left:1.25rem;height:11.7876rem;width:18.8125rem;z-index:82;}#element-717{top:27.9375rem;left:1.25rem;height:1.9375rem;width:18.75rem;z-index:18;color:#98A0A6;font-size:1.3622rem;line-height:1.925rem;text-align:left;}#element-717 .x_052b6b4c{text-align:left;line-height:1.9375rem;font-size:1.3622rem;}#element-746{top:50.1875rem;left:1.125rem;height:3.875rem;width:20.625rem;z-index:83;color:#98A0A6;font-size:1.3622rem;line-height:1.925rem;text-align:left;}#element-746 .x_052b6b4c{text-align:left;line-height:1.9375rem;font-size:1.3622rem;}#element-726{top:31.0625rem;left:1.25rem;height:2.5rem;width:10.8125rem;z-index:19;}#element-726 .btn.btn-effect3d:active{box-shadow:none;}#element-726 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-726 .btn{background:linear-gradient(#3CA6FF,#1E88E5 50%);color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;height:2.5rem;width:10.8125rem;border-radius:3px;}#element-829{top:54.8125rem;left:1.25rem;height:2.5rem;width:10.8125rem;z-index:84;}#element-829 .btn.btn-effect3d:active{box-shadow:none;}#element-829 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-829 .btn{background:linear-gradient(#3CA6FF,#1E88E5 50%);color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;height:2.5rem;width:10.8125rem;border-radius:3px;}#element-722{top:63rem;left:1.125rem;height:10.2591rem;width:15.1875rem;z-index:85;}#element-849{top:86.8125rem;left:1.25rem;height:11.2778rem;width:18.3125rem;z-index:88;}#element-747{top:74.1875rem;left:1.125rem;height:5.8125rem;width:22.9375rem;z-index:86;color:#98A0A6;font-size:1.3622rem;line-height:1.925rem;text-align:left;}#element-747 .x_052b6b4c{text-align:left;line-height:1.9375rem;font-size:1.3622rem;}#element-748{top:99.5rem;left:1.125rem;height:3.875rem;width:18.875rem;z-index:26;color:#98A0A6;font-size:1.3622rem;line-height:1.925rem;text-align:left;}#element-748 .x_052b6b4c{text-align:left;line-height:1.9375rem;font-size:1.3622rem;}#element-830{top:80.4375rem;left:1.25rem;height:2.5rem;width:10.8125rem;z-index:87;}#element-830 .btn.btn-effect3d:active{box-shadow:none;}#element-830 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-830 .btn{background:linear-gradient(#3CA6FF,#1E88E5 50%);color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;height:2.5rem;width:10.8125rem;border-radius:3px;}#element-734{top:104.1875rem;left:1.25rem;height:2.5rem;width:10.8125rem;z-index:25;}#element-734 .btn.btn-effect3d:active{box-shadow:none;}#element-734 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-734 .btn{background:linear-gradient(#3CA6FF,#1E88E5 50%);color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;height:2.5rem;width:10.8125rem;border-radius:3px;}#page-block-w9oj0w63jcr{height:117.5rem;max-width:100%;}#page-block-w9oj0w63jcr .section-holder-border{border:0;}#page-block-w9oj0w63jcr .section-block{background:repeat rgb(255,255,255) 50% 50% / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/49667555-0-AdobeStock-296836622.jpeg),url(//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208055-49667555-ghost-AdobeStock-296836622.jpeg);height:117.5rem;}#page-block-w9oj0w63jcr .section-holder-overlay{opacity:0.36;background-color:#000000;display:block;}#element-855{top:2.5rem;left:1.25rem;height:1.75rem;width:22.5rem;z-index:9;color:#98A0A6;font-size:1.4241rem;line-height:1.725rem;text-align:center;}#element-855 .x_6ee82066{text-align:center;line-height:1.75rem;font-size:1.4241rem;}#element-855 .x_3528f91f{color:#eef4f9;}#element-852{top:33.4375rem;left:5.75rem;height:25.1875rem;width:13.75rem;z-index:28;}#element-852 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-868{top:7.375rem;left:5.6875rem;height:24.9375rem;width:13.625rem;z-index:73;}#element-868 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-856{top:59.6875rem;left:5.8125rem;height:26.875rem;width:13.625rem;z-index:38;}#element-856 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-857{top:87.6875rem;left:5.625rem;height:28.125rem;width:13.625rem;z-index:48;}#element-857 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-866{top:60.4375rem;left:6.75rem;height:9.8884rem;width:12.0625rem;z-index:46;}#element-872{top:8.25rem;left:6.6875rem;height:7.5632rem;width:11.75rem;z-index:81;}#element-867{top:89rem;left:6.6875rem;height:9.7045rem;width:11.4375rem;z-index:56;}#element-865{top:34.625rem;left:6.875rem;height:6.5915rem;width:11.625rem;z-index:36;}#element-862{top:100rem;left:6.875rem;height:2.625rem;width:11.1875rem;z-index:50;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-862 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-862 .x_faad26e1{color:#1c1e20;}#element-853{top:41.75rem;left:6.75rem;height:2.625rem;width:11.1875rem;z-index:30;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-853 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-853 .x_faad26e1{color:#1c1e20;}#element-869{top:16.125rem;left:6.6875rem;height:3.9375rem;width:11.125rem;z-index:75;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-869 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-869 .x_faad26e1{color:#1c1e20;}#element-859{top:71.5625rem;left:6.8125rem;height:1.3125rem;width:11.1875rem;z-index:40;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-859 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-859 .x_faad26e1{color:#1c1e20;}#element-870{top:20.25rem;left:6.4375rem;height:7.875rem;width:11.875rem;z-index:77;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-870 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-870 .x_816a1881{color:#98a0a6;}#element-854{top:44.6875rem;left:6.9375rem;height:10.5rem;width:11.3125rem;z-index:32;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-854 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-854 .x_816a1881{color:#98a0a6;}#element-861{top:73.4375rem;left:6.875rem;height:9.1875rem;width:11.9375rem;z-index:42;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-861 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-861 .x_816a1881{color:#98a0a6;}#element-864{top:102.875rem;left:6.875rem;height:7.875rem;width:11.1875rem;z-index:52;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-864 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-864 .x_816a1881{color:#98a0a6;}#element-858{top:55.3125rem;left:8.25rem;height:2.5rem;width:8.75rem;z-index:34;}#element-858 .btn.btn-effect3d:active{box-shadow:none;}#element-858 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-858 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;height:2.5rem;width:8.75rem;border-radius:3px;}#element-860{top:83.0625rem;left:8.0625rem;height:2.5rem;width:8.75rem;z-index:44;}#element-860 .btn.btn-effect3d:active{box-shadow:none;}#element-860 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-860 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;height:2.5rem;width:8.75rem;border-radius:3px;}#element-863{top:111.25rem;left:7.8125rem;height:2.5rem;width:8.75rem;z-index:54;}#element-863 .btn.btn-effect3d:active{box-shadow:none;}#element-863 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-863 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;height:2.5rem;width:8.75rem;border-radius:3px;}#element-871{top:28.875rem;left:8.125rem;height:2.5rem;width:8.75rem;z-index:79;}#element-871 .btn.btn-effect3d:active{box-shadow:none;}#element-871 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-871 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;height:2.5rem;width:8.75rem;border-radius:3px;}#page-block-4tnx58wt0ft{height:1.4375rem;max-width:100%;}#page-block-4tnx58wt0ft .section-holder-border{border:0;}#page-block-4tnx58wt0ft .section-block{background:rgb(238,240,241);height:1.4375rem;}#page-block-4tnx58wt0ft .section-holder-overlay{display:none;}#page-block-yablpz8q5nj{height:90.5625rem;max-width:100%;}#page-block-yablpz8q5nj .section-holder-border{border:0;}#page-block-yablpz8q5nj .section-block{background:repeat rgb(255,255,255) 50% 50% / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/43140044-0-abstract-pcb.jpg),url(//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208055-43140044-ghost-abstract-pcb.jpg);height:90.5625rem;}#page-block-yablpz8q5nj .section-holder-overlay{opacity:0.75;background-color:#000000;display:block;}#element-742{top:2.5rem;left:1.25rem;height:2.8487rem;width:22.5rem;z-index:21;}#element-510{top:7.1875rem;left:1.25rem;height:1.375rem;width:22.5rem;z-index:10;color:#98A0A6;font-size:1.1146rem;line-height:1.35rem;text-align:center;}#element-510 .x_efd3fa39{text-align:center;line-height:1.375rem;font-size:1.1146rem;}#element-510 .x_f2074b6c{color:#ffffff;}#element-506{top:10.3125rem;left:5.625rem;height:26.875rem;width:13.625rem;z-index:57;}#element-506 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-512{top:38.5625rem;left:5.625rem;height:22.6875rem;width:13.625rem;z-index:62;}#element-512 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-516{top:62.625rem;left:5.625rem;height:26.375rem;width:13.625rem;z-index:67;}#element-516 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-822{top:39.3125rem;left:7.375rem;height:7.5938rem;width:10.125rem;z-index:66;}#element-823{top:64.0625rem;left:9.0625rem;height:7.0426rem;width:6.6875rem;z-index:71;}#element-818{top:11.625rem;left:6.1875rem;height:10.2054rem;width:11.8125rem;z-index:61;}#element-778{top:47.9375rem;left:6.8125rem;height:2.625rem;width:11.1875rem;z-index:63;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-778 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-778 .x_faad26e1{color:#1c1e20;}#element-783{top:72.5625rem;left:6.8125rem;height:2.625rem;width:11.1875rem;z-index:68;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-783 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-783 .x_faad26e1{color:#1c1e20;}#element-773{top:23.125rem;left:6.8125rem;height:1.3125rem;width:11.1875rem;z-index:58;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-773 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-773 .x_faad26e1{color:#1c1e20;}#element-779{top:50.5rem;left:6.875rem;height:7.875rem;width:11.1875rem;z-index:64;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-779 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-779 .x_816a1881{color:#98a0a6;}#element-774{top:25.1875rem;left:6.8125rem;height:7.875rem;width:11.25rem;z-index:59;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-774 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-774 .x_816a1881{color:#98a0a6;}#element-784{top:76.3125rem;left:6.8125rem;height:9.1875rem;width:11.1875rem;z-index:69;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-784 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-784 .x_816a1881{color:#98a0a6;}#element-775{top:33.75rem;left:8.125rem;height:2.5rem;width:8.75rem;z-index:60;}#element-775 .btn.btn-effect3d:active{box-shadow:none;}#element-775 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-775 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;height:2.5rem;width:8.75rem;border-radius:3px;}#element-780{top:58.3125rem;left:8.0625rem;height:2.5rem;width:8.75rem;z-index:65;}#element-780 .btn.btn-effect3d:active{box-shadow:none;}#element-780 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-780 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;height:2.5rem;width:8.75rem;border-radius:3px;}#element-785{top:85.8125rem;left:8.125rem;height:2.5rem;width:8.75rem;z-index:70;}#element-785 .btn.btn-effect3d:active{box-shadow:none;}#element-785 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-785 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;height:2.5rem;width:8.75rem;border-radius:3px;}#page-block-tf98gqx3hol{height:23.25rem;max-width:100%;}#page-block-tf98gqx3hol .section-holder-border{border:0;}#page-block-tf98gqx3hol .section-block{background:rgb(255,255,255);height:23.25rem;}#page-block-tf98gqx3hol .section-holder-overlay{display:none;}#element-873{top:2.5rem;left:2.125rem;height:4.9226rem;width:20.625rem;z-index:90;}#element-654{top:8.375rem;left:1.25rem;height:15rem;width:22.5rem;z-index:13;color:#37465A;font-size:0.8669rem;line-height:1.225rem;text-align:center;}#element-654 .x_c5f0bf77{text-align:center;line-height:1.25rem;font-size:0.8669rem;}#page-block-9wevj9i0x8b{height:7.625rem;max-width:100%;}#page-block-9wevj9i0x8b .section-holder-border{border:0;}#page-block-9wevj9i0x8b .section-block{background:repeat rgb(198,208,200) 50% 50% / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/43140044-0-abstract-pcb.jpg),url(//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208055-43140044-ghost-abstract-pcb.jpg);height:7.625rem;}#page-block-9wevj9i0x8b .section-holder-overlay{opacity:0.79;background-color:#141D24;display:block;}#element-744{top:1.625rem;left:5.5rem;height:4.8125rem;width:13.9375rem;z-index:23;}#page_block_footer{height:3.5rem;max-width:100%;}#page_block_footer .section-holder-border{border:0;}#page_block_footer .section-block{background:rgb(255,255,255);height:3.5rem;}#page_block_footer .section-holder-overlay{display:none;}#element-874{top:1rem;left:3.3125rem;height:2.5rem;width:18.25rem;z-index:91;}#element-874 .btn.btn-effect3d:active{box-shadow:none;}#element-874 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-874 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Arial;font-weight:400;height:2.5rem;width:18.25rem;border-radius:3px;}#page-block-dolvoyfqp3a{height:8.3125rem;max-width:100%;}#page-block-dolvoyfqp3a .section-holder-border{border:0;}#page-block-dolvoyfqp3a .section-block{background:rgb(255,255,255);height:8.3125rem;}#page-block-dolvoyfqp3a .section-holder-overlay{display:none;}#element-875{top:1.125rem;left:1.25rem;height:6.0625rem;width:22.5rem;z-index:20;}.full-size{width:100%;height:100%;}.html-widget__text-center{text-align:center;}@media screen and (max-width:400px){:root{font-size:4vw;}:root.js-text-scaling{font-size:var(--mobile-font-size);}}@media screen and (min-width:401px) and (max-width:767px){:root{font-size:16px;}:root.js-text-scaling{font-size:var(--default-font-size);}}@media screen and (min-width:768px) and (max-width:1200px){:root{font-size:1.33vw;}}@media screen and (min-width:768px) and (max-width:7680px){.hidden-desktop{display:none;}}@media screen and (max-width:767px){.hidden-mobile{display:none;}}@media screen and (min-width:768px){.section-fit{max-width:60rem;}#page-block-6mrf768uimo{height:9.8125rem;max-width:100%;}#page-block-6mrf768uimo .section-holder-border{border:0;}#page-block-6mrf768uimo .section-block{background:rgb(255,255,255);height:9.8125rem;}#page-block-6mrf768uimo .section-holder-overlay{display:none;}#element-594{top:2.125rem;left:2.9375rem;height:5.125rem;width:14.875rem;z-index:11;}#element-743{top:4.0625rem;left:20.5rem;height:1.5rem;width:39.125rem;z-index:22;color:#37465A;font-size:0.9288rem;line-height:1.5rem;text-align:center;}#element-743 .x_519e17eb{text-align:center;line-height:1.5rem;font-size:0.9288rem;}#element-743 .x_c8f2904a{color:#269f63;}#page-block-520uf37ocf{height:36.375rem;max-width:100%;}#page-block-520uf37ocf .section-holder-border{border:0;}#page-block-520uf37ocf .section-block{background:rgb(255,255,255);height:36.375rem;}#page-block-520uf37ocf .section-holder-overlay{display:none;}#element-477{top:1.6875rem;left:24.25rem;height:3rem;width:31.25rem;z-index:7;color:#37465A;font-size:1.8576rem;line-height:3rem;text-align:left;}#element-477 .x_8470ce88{text-align:left;line-height:3rem;font-size:1.8576rem;}#element-477 .x_2237cc08{color:#989fa6;}#element-698{top:2.25rem;left:3.5625rem;height:8.1875rem;width:13rem;z-index:14;}#element-745{top:5.3125rem;left:24.375rem;height:2.125rem;width:32.125rem;z-index:24;color:#FFFFFF;font-size:1.4861rem;line-height:2.1rem;text-align:left;}#element-745 .x_af3357d1{text-align:left;line-height:2.125rem;font-size:1.4861rem;}#element-745 .x_7b2817bf{color:#000000;}#element-464{top:8.4375rem;left:24.25rem;height:27rem;width:34.5625rem;z-index:4;color:#FFFFFF;font-size:1.0526rem;line-height:1.4875rem;text-align:left;}#element-464 .x_4886f134{text-align:left;line-height:1.5rem;font-size:1.0526rem;}#element-464 .x_7b2817bf{color:#000000;}#element-463{top:11.3125rem;left:3rem;height:15.625rem;width:15.625rem;z-index:3;}#element-465{top:26.9375rem;left:4.0625rem;height:1.8125rem;width:14.3125rem;z-index:5;color:#FFFFFF;font-size:1.3003rem;line-height:1.8375rem;text-align:center;}#element-465 .x_0d91ddff{text-align:center;line-height:1.8125rem;font-size:1.3003rem;}#element-465 .x_2237cc08{color:#989fa6;}#element-466{top:28.75rem;left:4rem;height:1.25rem;width:14.3125rem;z-index:6;color:#FFFFFF;font-size:0.8669rem;line-height:1.225rem;text-align:center;}#element-466 .x_c5f0bf77{text-align:center;line-height:1.25rem;font-size:0.8669rem;}#element-466 .x_2237cc08{color:#989fa6;}#page-block-xb67auym0gc{height:17.5rem;max-width:100%;}#page-block-xb67auym0gc .section-holder-border{border:0;}#page-block-xb67auym0gc .section-block{background:no-repeat rgb(240,243,245) 48% 56% / auto fixed;background-image:url(//v.fastcdn.co/u/6f5f942d/53634622-0-5G.jpg),url(//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208054-53634622-ghost-5G.jpg);height:17.5rem;}#page-block-xb67auym0gc .section-holder-overlay{display:none;}#page-block-8c7kn9tke14{height:14.5625rem;max-width:100%;}#page-block-8c7kn9tke14 .section-holder-border{border:0;}#page-block-8c7kn9tke14 .section-block{background:rgb(255,255,255);height:14.5625rem;}#page-block-8c7kn9tke14 .section-holder-overlay{display:none;}#element-631{top:1.5625rem;left:3.6875rem;height:3rem;width:52.5rem;z-index:12;color:#37465A;font-size:1.8576rem;line-height:3rem;text-align:center;}#element-631 .x_55e4a81c{text-align:center;line-height:3rem;font-size:1.8576rem;}#element-699{top:5.125rem;left:14.9375rem;height:7.375rem;width:31.375rem;z-index:15;}#page-block-zvjzp35volp{height:32.5625rem;max-width:100%;}#page-block-zvjzp35volp .section-holder-border{border:0;}#page-block-zvjzp35volp .section-block{background:repeat rgb(255,255,255) 50% 50% / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/50671515-0-AdobeStock-311582280.jpeg),url(//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208054-50671515-ghost-AdobeStock-311582280.jpeg);height:32.5625rem;}#page-block-zvjzp35volp .section-holder-overlay{opacity:0.75;background-color:#000000;display:block;}#element-481{top:1.6875rem;left:0;height:2.625rem;width:59.9375rem;z-index:8;color:#98A0A6;font-size:1.8576rem;line-height:2.625rem;text-align:center;}#element-481 .x_eb0060c7{text-align:center;line-height:2.625rem;font-size:1.8576rem;}#element-481 .x_3528f91f{color:#eef4f9;}#element-824{top:5.75rem;left:46.25rem;height:23.125rem;width:13.625rem;z-index:72;}#element-824 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-478{top:5.8125rem;left:0.25rem;height:23.0625rem;width:13.625rem;z-index:27;}#element-478 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-484{top:5.8125rem;left:15.625rem;height:23.0625rem;width:13.625rem;z-index:37;}#element-484 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-488{top:5.8125rem;left:31rem;height:23.0625rem;width:13.8125rem;z-index:47;}#element-488 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-794{top:6.0625rem;left:33.0625rem;height:8rem;width:9.875rem;z-index:55;}#element-793{top:6.125rem;left:16.9375rem;height:7.5625rem;width:11.1875rem;z-index:45;}#element-792{top:7.625rem;left:0.6875rem;height:4.4375rem;width:12rem;z-index:35;}#element-828{top:7.625rem;left:47rem;height:4.4375rem;width:12.875rem;z-index:80;}#element-479{top:13.0625rem;left:0.625rem;height:3.9375rem;width:12rem;z-index:29;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-479 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-479 .x_faad26e1{color:#1c1e20;}#element-825{top:13.0625rem;left:47.375rem;height:2.625rem;width:11.1875rem;z-index:74;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-825 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-825 .x_faad26e1{color:#1c1e20;}#element-752{top:13.6875rem;left:16.9375rem;height:3.9375rem;width:11.1875rem;z-index:39;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-752 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-752 .x_faad26e1{color:#1c1e20;}#element-764{top:14.25rem;left:31.3125rem;height:2.625rem;width:13.0625rem;z-index:49;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-764 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-764 .x_faad26e1{color:#1c1e20;}#element-826{top:16.0625rem;left:47.375rem;height:9.1875rem;width:11.875rem;z-index:76;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-826 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-826 .x_816a1881{color:#98a0a6;}#element-766{top:17rem;left:31.3125rem;height:7.875rem;width:13rem;z-index:51;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-766 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-766 .x_816a1881{color:#98a0a6;}#element-480{top:17.3125rem;left:0.625rem;height:7.875rem;width:12.3125rem;z-index:31;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-480 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-480 .x_816a1881{color:#98a0a6;}#element-754{top:17.75rem;left:16.8125rem;height:7.875rem;width:11.1875rem;z-index:41;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-754 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-754 .x_816a1881{color:#98a0a6;}#element-496{top:25.8125rem;left:2.25rem;height:2.5rem;width:8.75rem;z-index:33;}#element-496 .btn.btn-effect3d:active{box-shadow:none;}#element-496 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-496 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;height:2.5rem;width:8.75rem;border-radius:3px;}#element-753{top:25.8125rem;left:18rem;height:2.5rem;width:8.75rem;z-index:43;}#element-753 .btn.btn-effect3d:active{box-shadow:none;}#element-753 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-753 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;height:2.5rem;width:8.75rem;border-radius:3px;}#element-765{top:25.8125rem;left:33.5rem;height:2.5rem;width:8.75rem;z-index:53;}#element-765 .btn.btn-effect3d:active{box-shadow:none;}#element-765 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-765 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;height:2.5rem;width:8.75rem;border-radius:3px;}#element-827{top:25.8125rem;left:49.0625rem;height:2.5rem;width:8.75rem;z-index:78;}#element-827 .btn.btn-effect3d:active{box-shadow:none;}#element-827 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-827 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;height:2.5rem;width:8.75rem;border-radius:3px;}#page-block-v18p58dqkt{height:56rem;max-width:100%;}#page-block-v18p58dqkt .section-holder-border{border:0;}#page-block-v18p58dqkt .section-block{background:rgb(255,255,255);height:56rem;}#page-block-v18p58dqkt .section-holder-overlay{display:none;}#element-850{top:1.125rem;left:5rem;height:3.8125rem;width:16.1875rem;z-index:89;}#element-725{top:5.8125rem;left:5rem;height:2.1875rem;width:21.0625rem;z-index:16;color:#37465A;font-size:1.3622rem;line-height:2.2rem;text-align:left;}#element-725 .x_7961073b{text-align:left;line-height:2.1875rem;font-size:1.3622rem;}#element-725 .x_7bef994e{color:#f91616;}#element-716{top:11.25rem;left:5.3125rem;height:12.5rem;width:17.9375rem;z-index:17;}#element-716 .cropped{background:url(//v.fastcdn.co/u/6f5f942d/53635254-0-200529-tcg-5gtiming-.jpgsfvrsne2f807ff-0) -22.875rem -0.0625rem / 40.8125rem 12.5625rem;}#element-848{top:11.25rem;left:36.375rem;height:12.375rem;width:19.8125rem;z-index:82;}#element-717{top:24.375rem;left:5.25rem;height:1.9375rem;width:22.5rem;z-index:18;color:#98A0A6;font-size:1.3622rem;line-height:1.925rem;text-align:left;}#element-717 .x_052b6b4c{text-align:left;line-height:1.9375rem;font-size:1.3622rem;}#element-746{top:24.4375rem;left:36.375rem;height:3.875rem;width:25.625rem;z-index:83;color:#98A0A6;font-size:1.3622rem;line-height:1.925rem;text-align:left;}#element-746 .x_052b6b4c{text-align:left;line-height:1.9375rem;font-size:1.3622rem;}#element-726{top:26.9375rem;left:5.3125rem;height:2.5rem;width:10.625rem;z-index:19;}#element-726 .btn.btn-effect3d:active{box-shadow:none;}#element-726 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-726 .btn{background:linear-gradient(#3CA6FF,#1E88E5 50%);color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;height:2.5rem;width:10.625rem;border-radius:3px;}#element-829{top:28.9375rem;left:36.375rem;height:2.5rem;width:10.6875rem;z-index:84;}#element-829 .btn.btn-effect3d:active{box-shadow:none;}#element-829 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-829 .btn{background:linear-gradient(#3CA6FF,#1E88E5 50%);color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;height:2.5rem;width:10.6875rem;border-radius:3px;}#element-722{top:33.5625rem;left:5.3125rem;height:12.6875rem;width:18.75rem;z-index:85;}#element-849{top:33.5625rem;left:36.625rem;height:12.625rem;width:20.5625rem;z-index:88;}#element-747{top:46.6875rem;left:5.3125rem;height:3.875rem;width:27.875rem;z-index:86;color:#98A0A6;font-size:1.3622rem;line-height:1.925rem;text-align:left;}#element-747 .x_052b6b4c{text-align:left;line-height:1.9375rem;font-size:1.3622rem;}#element-748{top:46.75rem;left:36.625rem;height:3.875rem;width:23.0625rem;z-index:26;color:#98A0A6;font-size:1.3622rem;line-height:1.925rem;text-align:left;}#element-748 .x_052b6b4c{text-align:left;line-height:1.9375rem;font-size:1.3622rem;}#element-830{top:50.6875rem;left:5.25rem;height:2.5rem;width:10.625rem;z-index:87;}#element-830 .btn.btn-effect3d:active{box-shadow:none;}#element-830 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-830 .btn{background:linear-gradient(#3CA6FF,#1E88E5 50%);color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;height:2.5rem;width:10.625rem;border-radius:3px;}#element-734{top:50.75rem;left:36.625rem;height:2.5rem;width:10.75rem;z-index:25;}#element-734 .btn.btn-effect3d:active{box-shadow:none;}#element-734 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-734 .btn{background:linear-gradient(#3CA6FF,#1E88E5 50%);color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;height:2.5rem;width:10.75rem;border-radius:3px;}#page-block-w9oj0w63jcr{height:34.5rem;max-width:100%;}#page-block-w9oj0w63jcr .section-holder-border{border:0;}#page-block-w9oj0w63jcr .section-block{background:repeat rgb(255,255,255) 50% 50% / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/49667555-0-AdobeStock-296836622.jpeg),url(//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208055-49667555-ghost-AdobeStock-296836622.jpeg);height:34.5rem;}#page-block-w9oj0w63jcr .section-holder-overlay{opacity:0.36;background-color:#000000;display:block;}#element-855{top:1.6875rem;left:0;height:2.625rem;width:59.9375rem;z-index:9;color:#98A0A6;font-size:1.8576rem;line-height:2.625rem;text-align:center;}#element-855 .x_eb0060c7{text-align:center;line-height:2.625rem;font-size:1.8576rem;}#element-855 .x_3528f91f{color:#eef4f9;}#element-852{top:5.625rem;left:0.0625rem;height:26.125rem;width:13.625rem;z-index:28;}#element-852 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-868{top:5.625rem;left:46.25rem;height:26.125rem;width:13.625rem;z-index:73;}#element-868 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-856{top:5.6875rem;left:15.625rem;height:26rem;width:13.625rem;z-index:38;}#element-856 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-857{top:5.6875rem;left:30.9375rem;height:26rem;width:13.625rem;z-index:48;}#element-857 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-866{top:6.375rem;left:17.25rem;height:8.8125rem;width:10.75rem;z-index:46;}#element-872{top:6.5625rem;left:47.625rem;height:6.875rem;width:10.75rem;z-index:81;}#element-867{top:6.8125rem;left:33.4375rem;height:7rem;width:8.125rem;z-index:56;}#element-865{top:7rem;left:0.9375rem;height:6.875rem;width:11.9375rem;z-index:36;}#element-862{top:14.375rem;left:31.1875rem;height:2.625rem;width:13.0625rem;z-index:50;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-862 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-862 .x_faad26e1{color:#1c1e20;}#element-853{top:14.4375rem;left:1rem;height:2.625rem;width:12rem;z-index:30;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-853 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-853 .x_faad26e1{color:#1c1e20;}#element-869{top:14.4375rem;left:47.1875rem;height:2.625rem;width:11.75rem;z-index:75;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-869 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-869 .x_faad26e1{color:#1c1e20;}#element-859{top:15.625rem;left:17.0625rem;height:1.3125rem;width:11.1875rem;z-index:40;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-859 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-859 .x_faad26e1{color:#1c1e20;}#element-870{top:17.375rem;left:47.125rem;height:7.875rem;width:11.875rem;z-index:77;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-870 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-870 .x_816a1881{color:#98a0a6;}#element-854{top:17.5rem;left:0.9375rem;height:10.5rem;width:11.9375rem;z-index:32;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-854 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-854 .x_816a1881{color:#98a0a6;}#element-861{top:17.5rem;left:16.25rem;height:9.1875rem;width:12.3125rem;z-index:42;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-861 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-861 .x_816a1881{color:#98a0a6;}#element-864{top:17.5rem;left:32rem;height:9.1875rem;width:11.0625rem;z-index:52;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-864 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-864 .x_816a1881{color:#98a0a6;}#element-858{top:28.1875rem;left:2.5rem;height:2.5rem;width:8.75rem;z-index:34;}#element-858 .btn.btn-effect3d:active{box-shadow:none;}#element-858 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-858 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;height:2.5rem;width:8.75rem;border-radius:3px;}#element-860{top:28.1875rem;left:18.0625rem;height:2.5rem;width:8.75rem;z-index:44;}#element-860 .btn.btn-effect3d:active{box-shadow:none;}#element-860 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-860 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;height:2.5rem;width:8.75rem;border-radius:3px;}#element-863{top:28.1875rem;left:33.375rem;height:2.5rem;width:8.75rem;z-index:54;}#element-863 .btn.btn-effect3d:active{box-shadow:none;}#element-863 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-863 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;height:2.5rem;width:8.75rem;border-radius:3px;}#element-871{top:28.1875rem;left:48.6875rem;height:2.5rem;width:8.75rem;z-index:79;}#element-871 .btn.btn-effect3d:active{box-shadow:none;}#element-871 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-871 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;height:2.5rem;width:8.75rem;border-radius:3px;}#page-block-4tnx58wt0ft{height:1.4375rem;max-width:100%;}#page-block-4tnx58wt0ft .section-holder-border{border:0;}#page-block-4tnx58wt0ft .section-block{background:rgb(238,240,241);height:1.4375rem;}#page-block-4tnx58wt0ft .section-holder-overlay{display:none;}#page-block-yablpz8q5nj{height:36.75rem;max-width:100%;}#page-block-yablpz8q5nj .section-holder-border{border:0;}#page-block-yablpz8q5nj .section-block{background:repeat rgb(255,255,255) 50% 50% / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/43140044-0-abstract-pcb.jpg),url(//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208055-43140044-ghost-abstract-pcb.jpg);height:36.75rem;}#page-block-yablpz8q5nj .section-holder-overlay{opacity:0.75;background-color:#000000;display:block;}#element-742{top:2.6875rem;left:15.0625rem;height:3.6875rem;width:29.125rem;z-index:21;}#element-510{top:6.8125rem;left:7.25rem;height:1.5625rem;width:43.9375rem;z-index:10;color:#98A0A6;font-size:1.1146rem;line-height:1.575rem;text-align:center;}#element-510 .x_bcbce646{text-align:center;line-height:1.5625rem;font-size:1.1146rem;}#element-510 .x_f2074b6c{color:#ffffff;}#element-506{top:9.875rem;left:2.25rem;height:24.3125rem;width:13.8125rem;z-index:57;}#element-506 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-512{top:9.875rem;left:23.1875rem;height:24.3125rem;width:13.625rem;z-index:62;}#element-512 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-516{top:9.875rem;left:43.6875rem;height:24.3125rem;width:13.625rem;z-index:67;}#element-516 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-822{top:10.625rem;left:24.9375rem;height:7.5rem;width:10rem;z-index:66;}#element-823{top:10.6875rem;left:46.9375rem;height:7.4375rem;width:7.0625rem;z-index:71;}#element-818{top:11.25rem;left:4.375rem;height:7.9375rem;width:9.1875rem;z-index:61;}#element-778{top:18.75rem;left:23.5625rem;height:1.3125rem;width:12.75rem;z-index:63;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-778 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-778 .x_faad26e1{color:#1c1e20;}#element-783{top:19.1875rem;left:44.875rem;height:2.625rem;width:11.1875rem;z-index:68;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-783 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-783 .x_faad26e1{color:#1c1e20;}#element-773{top:20rem;left:2.9375rem;height:1.3125rem;width:12.125rem;z-index:58;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-773 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-773 .x_faad26e1{color:#1c1e20;}#element-779{top:20.625rem;left:24.3125rem;height:7.875rem;width:11.25rem;z-index:64;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-779 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-779 .x_816a1881{color:#98a0a6;}#element-774{top:22rem;left:3rem;height:7.875rem;width:11.1875rem;z-index:59;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-774 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-774 .x_816a1881{color:#98a0a6;}#element-784{top:22rem;left:44.3125rem;height:7.875rem;width:12.4375rem;z-index:69;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-784 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-784 .x_816a1881{color:#98a0a6;}#element-775{top:31.0625rem;left:4.1875rem;height:2.5rem;width:8.75rem;z-index:60;}#element-775 .btn.btn-effect3d:active{box-shadow:none;}#element-775 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-775 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;height:2.5rem;width:8.75rem;border-radius:3px;}#element-780{top:31.0625rem;left:25.6875rem;height:2.5rem;width:8.75rem;z-index:65;}#element-780 .btn.btn-effect3d:active{box-shadow:none;}#element-780 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-780 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;height:2.5rem;width:8.75rem;border-radius:3px;}#element-785{top:31.0625rem;left:46.1875rem;height:2.5rem;width:8.75rem;z-index:70;}#element-785 .btn.btn-effect3d:active{box-shadow:none;}#element-785 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-785 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;height:2.5rem;width:8.75rem;border-radius:3px;}#page-block-tf98gqx3hol{height:20.125rem;max-width:100%;}#page-block-tf98gqx3hol .section-holder-border{border:0;}#page-block-tf98gqx3hol .section-block{background:rgb(255,255,255);height:20.125rem;}#page-block-tf98gqx3hol .section-holder-overlay{display:none;}#element-873{top:1.75rem;left:19.6875rem;height:4.9375rem;width:20.625rem;z-index:90;}#element-654{top:8.625rem;left:8.5625rem;height:8.25rem;width:44.375rem;z-index:13;color:#37465A;font-size:0.8669rem;line-height:1.4rem;text-align:center;}#element-654 .x_938e8cfc{text-align:center;line-height:1.375rem;font-size:0.8669rem;}#page-block-9wevj9i0x8b{height:6.6875rem;max-width:100%;}#page-block-9wevj9i0x8b .section-holder-border{border:0;}#page-block-9wevj9i0x8b .section-block{background:repeat rgb(198,208,200) 50% 50% / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/43140044-0-abstract-pcb.jpg),url(//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208055-43140044-ghost-abstract-pcb.jpg);height:6.6875rem;}#page-block-9wevj9i0x8b .section-holder-overlay{opacity:0.79;background-color:#141D24;display:block;}#element-744{top:1rem;left:22.75rem;height:4.9375rem;width:13.9375rem;z-index:23;}#page_block_footer{height:3.4375rem;max-width:100%;}#page_block_footer .section-holder-border{border:0;}#page_block_footer .section-block{background:rgb(255,255,255);height:3.4375rem;}#page_block_footer .section-holder-overlay{display:none;}#element-874{top:0.9375rem;left:20.6875rem;height:2.5rem;width:18.25rem;z-index:91;}#element-874 .btn.btn-effect3d:active{box-shadow:none;}#element-874 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-874 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Arial;font-weight:400;height:2.5rem;width:18.25rem;border-radius:3px;}#page-block-dolvoyfqp3a{height:8.5rem;max-width:100%;}#page-block-dolvoyfqp3a .section-holder-border{border:0;}#page-block-dolvoyfqp3a .section-block{background:rgb(255,255,255);height:8.5rem;}#page-block-dolvoyfqp3a .section-holder-overlay{display:none;}#element-875{top:1.4375rem;left:0;height:6.0625rem;width:60.0625rem;z-index:20;}} </style> <script data-cfasync="false" > window.__variantsData = [ { name: 'A', chance: 100 } ]; window.__page_id = 21048498; window.__customer_id = 1355093; window.__default_experience_id = 21048498; window.__version = 37; window.__variant = "A"; window.__variant_id = 1; window.__variant_custom_name = "Variation A"; window.__preview = false; window.__page_type = 2; window.__variant_hash = "9ece7ed2daea5bffcd18e54abbb3c47e1ec40f67"; window.__page_domain = "www.eeworldonline.com"; window.__page_generator = true; window.__experiment_id = null; window._Translate = { translations: {}, set: function (text, translation) { this.translations[text] = translation; }, get: function (text) { return this.translations[text] || text; } }; </script> <script data-cfasync="false" id="ip-config" type="application/json"> {"mobileDisabled":false,"snowplowWrapperUrl":"//g.fastcdn.co/js/sptw.cdb048b44f993aba3e69.js","downloadFileEndpoint":"https://app.instapage.com/ajax/pageserver/files/serve-file","reCaptchaEnabled":false,"snowplowUrl":"https://cdn.instapagemetrics.com/t/js/3/it.js"} </script> <script data-cfasync="false" id="ip-analytics" type="application/json">{"trackingData":{"ownerId":1041598,"customerId":1355093,"pageId":21048498,"publishedVersion":37,"variationName":"A","variationId":1,"linkedVariationId":2,"variation":"A","trackedLinks":[{"href":"https://www.microchip.com/","ariaLabel":"","id":"i9pmbi2wro","type":"url","track":true,"targetNewWindow":true},{"href":"https://www.microchip.com/","ariaLabel":"","id":"0icc4ylx0k2","type":"url","track":true,"targetNewWindow":true},{"href":"https://www.microchip.com/design-centers/clock-and-timing/5g-timing","ariaLabel":"","id":"bk7k7zph2h","type":"url","track":true,"targetNewWindow":true},{"href":"http://ww1.microchip.com/downloads/en/DeviceDoc/00003051B.pdf","ariaLabel":"","id":"gg9tkyv3k5w","type":"url","track":true,"targetNewWindow":true},{"href":"http://ww1.microchip.com/downloads/en/DeviceDoc/00003355A.pdf","ariaLabel":"","id":"78iumauf7g4","type":"url","track":true,"targetNewWindow":true},{"href":"https://www.youtube.com/watch?v=eQgXjJNElws&t=19s","ariaLabel":"","id":"3hc29vvuaph","type":"url","track":true,"targetNewWindow":true},{"href":"https://www.microchip.com/","ariaLabel":"","id":"vcvk0o6v1v","type":"url","track":true,"targetNewWindow":true}],"allLinks":[{"href":"https://www.eeworldonline.com","ariaLabel":"","id":"qm8exbl1cjn","type":"url","track":false,"targetNewWindow":true},{"href":"#page-block-zvjzp35volp","id":"w3sjg9tbm","type":"onpage","track":false,"targetNewWindow":false},{"href":"#page-block-v18p58dqkt","id":"lci4azph1x","type":"onpage","track":false,"targetNewWindow":false},{"href":"#page-block-w9oj0w63jcr","id":"jdbsvdb518r","type":"onpage","track":false,"targetNewWindow":false},{"href":"#page-block-yablpz8q5nj","id":"28g83zmduo4","type":"onpage","track":false,"targetNewWindow":false},{"href":"https://www.eeworldonline.com/learning-center","ariaLabel":"","id":"08s91bhybjc8","type":"url","track":false,"targetNewWindow":true},{"href":"https://www.microchip.com/","ariaLabel":"","id":"i9pmbi2wro","type":"url","track":true,"targetNewWindow":true},{"href":"https://www.testandmeasurementtips.com/understanding-and-meausuring-optoelectronic-oscillators-faq/","ariaLabel":"","id":"ina3fwvdiz","type":"url","track":false,"targetNewWindow":true},{"href":"https://www.testandmeasurementtips.com/the-ups-and-downs-of-oscillators-in-test-equipment/","ariaLabel":"","id":"a38yn318lbm","type":"url","track":false,"targetNewWindow":true},{"href":"https://www.testandmeasurementtips.com/basics-lc-oscillators-and-measuring-them/","ariaLabel":"","id":"obtrpbqdabe","type":"url","track":false,"targetNewWindow":true},{"href":"https://www.analogictips.com/faq-phase-locked-loop-pll/","ariaLabel":"","id":"4u97jr3ykw7","type":"url","track":false,"targetNewWindow":true},{"href":"https://www.microchip.com/","ariaLabel":"","id":"0icc4ylx0k2","type":"url","track":true,"targetNewWindow":true},{"href":"https://www.microchip.com/design-centers/clock-and-timing/5g-timing","ariaLabel":"","id":"bk7k7zph2h","type":"url","track":true,"targetNewWindow":true},{"href":"http://ww1.microchip.com/downloads/en/DeviceDoc/00003051B.pdf","ariaLabel":"","id":"gg9tkyv3k5w","type":"url","track":true,"targetNewWindow":true},{"href":"http://ww1.microchip.com/downloads/en/DeviceDoc/00003355A.pdf","ariaLabel":"","id":"78iumauf7g4","type":"url","track":true,"targetNewWindow":true},{"href":"https://www.youtube.com/watch?v=eQgXjJNElws&t=19s","ariaLabel":"","id":"3hc29vvuaph","type":"url","track":true,"targetNewWindow":true},{"href":"https://www.analogictips.com/filters-part-2-saw-baw-devices-rf/","ariaLabel":"","id":"ina3fwvdiz","type":"url","track":false,"targetNewWindow":true},{"href":"https://www.testandmeasurementtips.com/basics-oscillators/","ariaLabel":"","id":"a38yn318lbm","type":"url","track":false,"targetNewWindow":true},{"href":"https://www.microcontrollertips.com/whats-the-difference-between-a-clock-and-a-real-time-clock/","ariaLabel":"","id":"obtrpbqdabe","type":"url","track":false,"targetNewWindow":true},{"href":"https://www.analogictips.com/what-is-a-clock-and-what-are-its-critical-parameters-part-1/","ariaLabel":"","id":"4u97jr3ykw7","type":"url","track":false,"targetNewWindow":true},{"href":"https://www.engineersgarage.com","ariaLabel":"","id":"sk51ahh5ju","type":"url","track":false,"targetNewWindow":true},{"href":"https://www.engineersgarage.com/featured/gps-basics-ublox-skytraq-sirf/","ariaLabel":"","id":"fpm44deyu1d","type":"url","track":false,"targetNewWindow":true},{"href":"https://www.engineersgarage.com/tech-articles/esim-embedded-sim-internet-of-things-iot/","ariaLabel":"","id":"tmw9chyyslb","type":"url","track":false,"targetNewWindow":true},{"href":"https://www.engineersgarage.com/insight/insight-how-crystal-oscillator-resonator-works/","ariaLabel":"","id":"7zaw9ed08ke","type":"url","track":false,"targetNewWindow":true},{"href":"https://www.microchip.com/","ariaLabel":"","id":"vcvk0o6v1v","type":"url","track":true,"targetNewWindow":true},{"href":"https://www.eeworldonline.com","ariaLabel":"","id":"bfz8uqt2g0g","type":"url","track":false,"targetNewWindow":true},{"href":"https://www.eeworldonline.com/learning-center","ariaLabel":"","id":"a66e15lh3qq","type":"url","track":false,"targetNewWindow":true}],"user_id":1041598},"conversionSettings":{"forms":true,"links":true,"external":false}}</script> <script data-cfasync="false" id="ip-trkr" type="text/javascript" async=1> ;(function(p,l,o,w,i,n,g){if(!p[i]){p.GlobalSnowplowNamespace=p.GlobalSnowplowNamespace||[]; p.GlobalSnowplowNamespace.push(i);p[i]=function(){(p[i].q=p[i].q||[]).push(arguments) };p[i].q=p[i].q||[];n=l.createElement(o);g=l.getElementsByTagName(o)[0];n.async=1; n.src=w;g.parentNode.insertBefore(n,g)}}(window,document,"script","https://cdn.instapagemetrics.com/t/js/3/it.js","instapageSp")); ;(function(i,n,s,t,a,p,g){i[a]||(i[a]=function(){(i[a].q=i[a].q||[]).push(arguments)}, i[a].q=i[a].q||[],p=n.createElement(s),g=n.getElementsByTagName(s)[0],p.async=1, p.src=t,g.parentNode.insertBefore(p,g))}(window,document,"script","//g.fastcdn.co/js/sptw.cdb048b44f993aba3e69.js","_instapageSnowplow")); try { var trackingData = JSON.parse(document.querySelector('#ip-analytics').text).trackingData; window._instapageSnowplow('setWrapperConfig', { lpContext: { lp_id: trackingData.pageId, lp_variation_id: trackingData.variationId, lp_version: trackingData.publishedVersion, subaccount_id: trackingData.customerId }, collectorHost: "https://ec.instapagemetrics.com" }); window._instapageSnowplow('enableActivityTracking'); window._instapageSnowplow('trackPageView'); } catch (e) { console.warn('Snowplow tracker error', e); } </script> <script data-cfasync="false" id="ip-cm" type="text/javascript" async=1> ;(function(c,o,n,s,e,m,a){c[e]||(c[e]=function(){(c[e].q=c[e].q||[]).push(arguments)}, c[e].q=c[e].q||[],m=o.createElement(n),a=o.getElementsByTagName(n)[0],m.async=1, m.src=s,a.parentNode.insertBefore(m,a))}(window,document,"script","https://g.fastcdn.co/js/cm.js","_instapageConsentManagement")); </script> <script data-cfasync="false" src="//g.fastcdn.co/js/utils.caf3cb3cbfc9daf60148.js"></script> <!-- F_INSTAPAGE[dynamic_text_replacement;page_generator] --> <!-- Workspace Level Script Head --> <!-- end Workspace Level Script Head --> <!-- custom HEAD code--> <!-- end custom HEAD code--> </head> <body style="display: none" id="landing-page"> <!-- Workspace Level Script Body --> <!-- end Workspace Level Script Body --> <!-- custom BODY code--> <!-- end custom BODY code--> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5XFMW25" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <main> <section class="section section-relative " id="page-block-6mrf768uimo" data-at="section"> <div class="section-holder-border item-block item-absolute" data-at="section-border"></div> <div class="section-holder-overlay item-block item-absolute" data-at="section-overlay"></div> <div class="section-block"> <div class="section-inner section-fit section-relative"> <div class="widget item-absolute " id="element-594"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="https://www.eeworldonline.com" class="url-link item-content-box item-block" id="link-qm8exbl1cjn" data-at="image-link" data-link-qm8exbl1cjn target="_blank" > <img class="item-content-box item-block image " data-at="image" alt="Design World Motion Control Classroom" src="//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208057-43139760-238x82-EEworld-online.png" srcset="//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208058-43139760-476x164-EEworld-online.png 2x" > </a> </div> </div> <div class="widget item-absolute paragraph hidden-mobile " id="element-743" data-at="paragraph"> <div class="contents"> <p class="x_519e17eb x_2c80ab57"><span class="x_c8f2904a"><strong ><a href="https://www.eeworldonline.com/learning-center" id="link-08s91bhybjc8" target="_blank" data-link-08s91bhybjc8 class="url-link">Learning Center </a> | <a href="#page-block-zvjzp35volp" id="link-w3sjg9tbm" data-link-w3sjg9tbm class="onpage-link">Basics</a> | <a href="#page-block-v18p58dqkt" id="link-lci4azph1x" data-link-lci4azph1x class="onpage-link">What is</a> | <a href="#page-block-w9oj0w63jcr" id="link-jdbsvdb518r" data-link-jdbsvdb518r class="onpage-link">Applications</a> | <a href="#page-block-yablpz8q5nj" id="link-28g83zmduo4" data-link-28g83zmduo4 class="onpage-link">Engineers Garage</a></strong></span></p> </div> </div> </div> </div> </section> <section class="section section-relative " id="page-block-520uf37ocf" data-at="section"> <div class="section-holder-border item-block item-absolute" data-at="section-border"></div> <div class="section-holder-overlay item-block item-absolute" data-at="section-overlay"></div> <div class="section-block"> <div class="section-inner section-fit section-relative"> <div class="widget item-absolute headline " id="element-477" data-at="headline"> <div class="contents"> <h1> <span class="x_8470ce88 x_406801fb"><span class="x_2237cc08">5G Synchronization</span></span> </h1> </div> </div> <div class="widget item-absolute " id="element-698"> <div class="contents cropped item-block" data-at="image-cropp"> <img class="item-content-box item-block image " data-at="image" alt="" src="//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208060-43139880-208x131-EE-Classroom-logo.png" srcset="//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208061-43139880-416x262-EE-Classroom-logo.png 2x" > </div> </div> <div class="widget item-absolute paragraph " id="element-745" data-at="paragraph"> <div class="contents"> <p class="x_af3357d1 x_bdb4a4e4"><strong ><span class="x_7b2817bf">Training Center Classroom</span></strong></p> </div> </div> <div class="widget item-absolute paragraph " id="element-464" data-at="paragraph"> <div class="contents"> <p class="x_4886f134 x_3b27255f"><span class="x_7b2817bf">Welcome to this installment of EE Classroom on 5G Synchronization!</span></p><p class="x_4886f134 x_3b27255f"><span class="x_7b2817bf"><br></span></p><p class="x_4886f134 x_3b27255f"><span class="x_7b2817bf">For 5G, timing may not be exactly everything, but it is a big thing. As build-out continues network operations must address a variety of challenges including successful spectrum management, preparation of transport and synchronization architectures, and reliance on existing and next-gen GNSS receivers – and solutions to their potential outages. High-reliability timing products become even more critical when you factor in the phase time demands of Time Division Duplex (TDD) and the need for high accuracy within a few hundred nanoseconds.</span></p><p class="x_4886f134 x_3b27255f"><span class="x_7b2817bf"><br></span></p><p class="x_4886f134 x_3b27255f"><span class="x_7b2817bf">In this classroom, we present several tutorials on the test and measurement techniques associated with oscillators, and other timing products. Need a bit of a refresher or an intro to quartz crystals, oscillators, resonators, and RTCs? We’ve got that, too, as well as a check list of the critical parameters of a clock. After making your way through those tutorials, check out our sponsors various documents addressing solutions to 5G synchronization challenges.</span></p> </div> </div> <div class="widget item-absolute " id="element-463"> <div class="contents cropped item-block" data-at="image-cropp"> <img class="item-content-box item-block image " data-at="image" alt="" src="//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208056-43139868-250x250-aimee-k.jpg" srcset="//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208056-43139868-500x500-aimee-k.jpg 2x" > </div> </div> <div class="widget item-absolute headline " id="element-465" data-at="headline"> <div class="contents"> <h3> <span class="x_0d91ddff"><span class="x_2237cc08">Aimee Kalnoskas</span></span> </h3> </div> </div> <div class="widget item-absolute paragraph " id="element-466" data-at="paragraph"> <div class="contents"> <p class="x_c5f0bf77"><span class="x_2237cc08">Editor in Chief, EE World Online</span></p> </div> </div> </div> </div> </section> <section class="section section-relative " id="page-block-xb67auym0gc" data-at="section"> <div class="section-holder-border item-block item-absolute" data-at="section-border"></div> <div class="section-holder-overlay item-block item-absolute" data-at="section-overlay"></div> <div class="section-block"> <div class="section-inner section-fit section-relative"> </div> </div> </section> <section class="section section-relative " id="page-block-8c7kn9tke14" data-at="section"> <div class="section-holder-border item-block item-absolute" data-at="section-border"></div> <div class="section-holder-overlay item-block item-absolute" data-at="section-overlay"></div> <div class="section-block"> <div class="section-inner section-fit section-relative"> <div class="widget item-absolute headline " id="element-631" data-at="headline"> <div class="contents"> <h1> <span class="x_55e4a81c x_b854860b">5G Synchronization Classroom Sponsored by</span> </h1> </div> </div> <div class="widget item-absolute " id="element-699"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="https://www.microchip.com/" class="url-link item-content-box item-block" id="link-i9pmbi2wro" data-at="image-link" data-link-i9pmbi2wro target="_blank" > <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=" data-src="//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208065-53634438-502x118x504x119x1x1-1280px-Microchip-log.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208067-53634438-1004x236x1008x238x2x2-1280px-Microchip-log.png" > </a> </div> </div> </div> </div> </section> <section class="section section-relative " id="page-block-zvjzp35volp" data-at="section"> <div class="section-holder-border item-block item-absolute" data-at="section-border"></div> <div class="section-holder-overlay item-block item-absolute" data-at="section-overlay"></div> <div class="section-block"> <div class="section-inner section-fit section-relative"> <div class="widget item-absolute headline " id="element-481" data-at="headline"> <div class="contents"> <h1> <span class="x_eb0060c7 x_6ee82066"><span class="x_3528f91f">Test & Measurement • PLL </span></span> </h1> </div> </div> <div class="widget item-absolute " id="element-824"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-478"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-484"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-488"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-794"> <div class="contents cropped item-block" data-at="image-cropp"> <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=" data-src="//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208080-53634870-158x128x160x134x1x1-peltz-oscillator.jpg" data-retina-src="//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208081-53634870-316x256x320x268x2x2-peltz-oscillator.jpg" > </div> </div> <div class="widget item-absolute " id="element-793"> <div class="contents cropped item-block" data-at="image-cropp"> <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=" data-src="//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208078-53634866-179x121x180x122x1x1-bistable-multivibrat.jpg" data-retina-src="//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208079-53634866-358x242x360x244x2x2-bistable-multivibrat.jpg" > </div> </div> <div class="widget item-absolute " id="element-792"> <div class="contents cropped item-block" data-at="image-cropp"> <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=" data-src="//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208074-53634850-192x71x205x73x5x1-OEO-sized.jpg" data-retina-src="//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208075-53634850-384x142x410x146x10x2-OEO-sized.jpg" > </div> </div> <div class="widget item-absolute " id="element-828"> <div class="contents cropped item-block" data-at="image-cropp"> <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=" data-src="//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208088-53634882-206x71x214x72x4x1-Fig-1-PLL-model.jpg" data-retina-src="//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208089-53634882-412x142x428x144x8x2-Fig-1-PLL-model.jpg" > </div> </div> <div class="widget item-absolute paragraph " id="element-479" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_faad26e1">Understanding and measuring optoelectronic oscillators</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-825" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_faad26e1">What is Phase Locked Loop (PLL)?</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-752" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_faad26e1">The ups and downs of oscillators in test equipment</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-764" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_faad26e1">Basics of LC oscillators and their measurement</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-826" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_816a1881">PLLs use a negative feedback circuit to match the phase of the frequency of another signal and synchronize the phase of the PLL’s output to the input signal’s frequency.</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-766" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_816a1881">The amount of capacitance and inductance of capacitors and inductors determine both the resonant frequency and the sharpness of the response curve (known as Q).</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-480" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_816a1881">Demanding applications require oscillators having high spectral purity, which can only be achieved by implementing optical components.</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-754" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_816a1881">To support oscillations, the phase shift caused by the amplifier and feedback network must be zero. This criterion is unfulfilled at all but one frequency.</span></p> </div> </div> <div class="widget item-absolute " id="element-496"> <a href="https://www.testandmeasurementtips.com/understanding-and-meausuring-optoelectronic-oscillators-faq/" id="link-ina3fwvdiz" target="_blank" class="url-link btn item-block" data-at="button" data-link-ina3fwvdiz > More </a> </div> <div class="widget item-absolute " id="element-753"> <a href="https://www.testandmeasurementtips.com/the-ups-and-downs-of-oscillators-in-test-equipment/" id="link-a38yn318lbm" target="_blank" class="url-link btn item-block" data-at="button" data-link-a38yn318lbm > More </a> </div> <div class="widget item-absolute " id="element-765"> <a href="https://www.testandmeasurementtips.com/basics-lc-oscillators-and-measuring-them/" id="link-obtrpbqdabe" target="_blank" class="url-link btn item-block" data-at="button" data-link-obtrpbqdabe > More </a> </div> <div class="widget item-absolute " id="element-827"> <a href="https://www.analogictips.com/faq-phase-locked-loop-pll/" id="link-4u97jr3ykw7" target="_blank" class="url-link btn item-block" data-at="button" data-link-4u97jr3ykw7 > More </a> </div> </div> </div> </section> <section class="section section-relative " id="page-block-v18p58dqkt" data-at="section"> <div class="section-holder-border item-block item-absolute" data-at="section-border"></div> <div class="section-holder-overlay item-block item-absolute" data-at="section-overlay"></div> <div class="section-block"> <div class="section-inner section-fit section-relative"> <div class="widget item-absolute " id="element-850"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="https://www.microchip.com/" class="url-link item-content-box item-block" id="link-0icc4ylx0k2" data-at="image-link" data-link-0icc4ylx0k2 target="_blank" > <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=" data-src="//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208111-53634438-259x61x260x62x1x1-1280px-Microchip-log.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208111-53634438-518x122x520x124x2x2-1280px-Microchip-log.png" > </a> </div> </div> <div class="widget item-absolute headline " id="element-725" data-at="headline"> <div class="contents"> <h1> <span class="x_7961073b x_8f2182eb"><strong ><span class="x_7bef994e">Related Resources</span></strong></span> </h1> </div> </div> <div class="widget item-absolute " id="element-716"> <div class="contents cropped item-block" data-at="image-cropp"> </div> </div> <div class="widget item-absolute " id="element-848"> <div class="contents cropped item-block" data-at="image-cropp"> <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=" data-src="//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208090-53635314-317x198x386x199x66x1-Screen-Shot-2020-10-.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208092-53635314-634x396x772x398x132x2-Screen-Shot-2020-10-.png" > </div> </div> <div class="widget item-absolute headline " id="element-717" data-at="headline"> <div class="contents"> <h1> <span class="x_052b6b4c">5G Timing Solutions</span> </h1> </div> </div> <div class="widget item-absolute headline " id="element-746" data-at="headline"> <div class="contents"> <h1> <span class="x_052b6b4c">Precision Frequency Control</span><span class="x_052b6b4c">and Timing Solutions</span> </h1> </div> </div> <div class="widget item-absolute " id="element-726"> <a href="https://www.microchip.com/design-centers/clock-and-timing/5g-timing" id="link-bk7k7zph2h" target="_blank" class="url-link btn item-block" data-at="button" data-link-bk7k7zph2h > LEARN MORE </a> </div> <div class="widget item-absolute " id="element-829"> <a href="http://ww1.microchip.com/downloads/en/DeviceDoc/00003051B.pdf" id="link-gg9tkyv3k5w" target="_blank" class="url-link btn item-block" data-at="button" data-link-gg9tkyv3k5w > LEARN MORE </a> </div> <div class="widget item-absolute " id="element-722"> <div class="contents cropped item-block" data-at="image-cropp"> <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=" data-src="//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208100-53635502-300x203x303x204x1x1-Screen-Shot-2020-10-.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208102-53635502-600x406x606x408x2x2-Screen-Shot-2020-10-.png" > </div> </div> <div class="widget item-absolute " id="element-849"> <div class="contents cropped item-block" data-at="image-cropp"> <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=" data-src="//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208105-53635570-329x202x356x203x17x1-Screen-Shot-2020-10-.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208107-53635570-658x404x712x406x34x2-Screen-Shot-2020-10-.png" > </div> </div> <div class="widget item-absolute headline " id="element-747" data-at="headline"> <div class="contents"> <h1> <span class="x_052b6b4c">Complete Timing and Synchronization</span><span class="x_052b6b4c">Solutions for 5G</span> </h1> </div> </div> <div class="widget item-absolute headline " id="element-748" data-at="headline"> <div class="contents"> <h1> <span class="x_052b6b4c">Protect Phase for 5G Mobile Networks</span> </h1> </div> </div> <div class="widget item-absolute " id="element-830"> <a href="http://ww1.microchip.com/downloads/en/DeviceDoc/00003355A.pdf" id="link-78iumauf7g4" target="_blank" class="url-link btn item-block" data-at="button" data-link-78iumauf7g4 > LEARN MORE </a> </div> <div class="widget item-absolute " id="element-734"> <a href="https://www.youtube.com/watch?v=eQgXjJNElws&t=19s" id="link-3hc29vvuaph" target="_blank" class="url-link btn item-block" data-at="button" data-link-3hc29vvuaph > LEARN MORE </a> </div> </div> </div> </section> <section class="section section-relative " id="page-block-w9oj0w63jcr" data-at="section"> <div class="section-holder-border item-block item-absolute" data-at="section-border"></div> <div class="section-holder-overlay item-block item-absolute" data-at="section-overlay"></div> <div class="section-block"> <div class="section-inner section-fit section-relative"> <div class="widget item-absolute headline " id="element-855" data-at="headline"> <div class="contents"> <h1> <span class="x_eb0060c7 x_6ee82066"><span class="x_3528f91f">Clocks • Oscillators</span></span> </h1> </div> </div> <div class="widget item-absolute " id="element-852"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-868"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-856"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-857"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-866"> <div class="contents cropped item-block" data-at="image-cropp"> <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=" data-src="//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208079-54384607-172x141x173x148x1x6-linear-oscillator.jpg" data-retina-src="//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208079-54384607-344x282x346x296x2x12-linear-oscillator.jpg" > </div> </div> <div class="widget item-absolute " id="element-872"> <div class="contents cropped item-block" data-at="image-cropp"> <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=" data-src="//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208089-53636018-172x110x174x115x1x1-WHTH-FAQ-Clocks-pt1-.jpg" data-retina-src="//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208090-53636018-344x220x348x230x2x2-WHTH-FAQ-Clocks-pt1-.jpg" > </div> </div> <div class="widget item-absolute " id="element-867"> <div class="contents cropped item-block" data-at="image-cropp"> <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=" data-src="//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208081-53636010-130x112x195x142x27x16-101316-Fig1-RTC.jpg" data-retina-src="//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208082-53636010-260x224x390x284x54x32-101316-Fig1-RTC.jpg" > </div> </div> <div class="widget item-absolute " id="element-865"> <div class="contents cropped item-block" data-at="image-cropp"> <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=" data-src="//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208075-54384537-191x110x195x111x1x1-WHTH-FAQ-Analog-RF-F.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208076-54384537-382x220x390x222x2x2-WHTH-FAQ-Analog-RF-F.png" > </div> </div> <div class="widget item-absolute paragraph " id="element-862" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_faad26e1">What's the difference between RTC and clocks</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-853" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_faad26e1">Filters, Part 2: SAW and BAW devices for RF</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-869" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_faad26e1">What is a clock and what are its critical parameters? </span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-859" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_faad26e1">Basics of oscillators</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-870" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_816a1881">Behind this simple-sounding, commonplace word, "clocks", there is an array of complexity and subtlety in definition, performance, and design.</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-854" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_816a1881"> This FAQ will explore the surface acoustic wave (SAW) and bulk acoustic wave (BAW) filters, which are widely used for Wi-0Fi, smartphones, and the newer 5G standard, to cite a few applications.</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-861" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_816a1881">A look at the fundamental workhorse of the modern electronic world, the oscillator. Without it, radio and TV transmission and reception as we know them would not be possible. </span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-864" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_816a1881">Regular intervals need to have a regular cadence for an MCU to be predictable, so MCUs have at least one clock to keep timing going at a regular pace.</span></p> </div> </div> <div class="widget item-absolute " id="element-858"> <a href="https://www.analogictips.com/filters-part-2-saw-baw-devices-rf/" id="link-ina3fwvdiz" target="_blank" class="url-link btn item-block" data-at="button" data-link-ina3fwvdiz > More </a> </div> <div class="widget item-absolute " id="element-860"> <a href="https://www.testandmeasurementtips.com/basics-oscillators/" id="link-a38yn318lbm" target="_blank" class="url-link btn item-block" data-at="button" data-link-a38yn318lbm > More </a> </div> <div class="widget item-absolute " id="element-863"> <a href="https://www.microcontrollertips.com/whats-the-difference-between-a-clock-and-a-real-time-clock/" id="link-obtrpbqdabe" target="_blank" class="url-link btn item-block" data-at="button" data-link-obtrpbqdabe > More </a> </div> <div class="widget item-absolute " id="element-871"> <a href="https://www.analogictips.com/what-is-a-clock-and-what-are-its-critical-parameters-part-1/" id="link-4u97jr3ykw7" target="_blank" class="url-link btn item-block" data-at="button" data-link-4u97jr3ykw7 > More </a> </div> </div> </div> </section> <section class="section section-relative " id="page-block-4tnx58wt0ft" data-at="section"> <div class="section-holder-border item-block item-absolute" data-at="section-border"></div> <div class="section-holder-overlay item-block item-absolute" data-at="section-overlay"></div> <div class="section-block"> <div class="section-inner section-fit section-relative"> </div> </div> </section> <section class="section section-relative " id="page-block-yablpz8q5nj" data-at="section"> <div class="section-holder-border item-block item-absolute" data-at="section-border"></div> <div class="section-holder-overlay item-block item-absolute" data-at="section-overlay"></div> <div class="section-block"> <div class="section-inner section-fit section-relative"> <div class="widget item-absolute " id="element-742"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="https://www.engineersgarage.com" class="url-link item-content-box item-block" id="link-sk51ahh5ju" data-at="image-link" data-link-sk51ahh5ju target="_blank" > <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=" data-src="//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208071-43172852-466x59-EngineersGarage-logo.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208071-43172852-932x118-EngineersGarage-logo.png" > </a> </div> </div> <div class="widget item-absolute paragraph " id="element-510" data-at="paragraph"> <div class="contents"> <p class="x_bcbce646 x_efd3fa39"><span class="x_f2074b6c">5G • Timing • GPS</span></p> </div> </div> <div class="widget item-absolute " id="element-506"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-512"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-516"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-822"> <div class="contents cropped item-block" data-at="image-cropp"> <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=" data-src="//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208083-53636166-160x120x279x120x1x1-TCH01-01-SIM-Form-Fa.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208084-53636166-320x240x558x240x2x2-TCH01-01-SIM-Form-Fa.png" > </div> </div> <div class="widget item-absolute " id="element-823"> <div class="contents cropped item-block" data-at="image-cropp"> <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=" data-src="//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208087-53636174-113x119x142x168x20x30-Assembly-Resonator-P.jpg" data-retina-src="//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208088-53636174-226x238x284x336x40x60-Assembly-Resonator-P.jpg" > </div> </div> <div class="widget item-absolute " id="element-818"> <div class="contents cropped item-block" data-at="image-cropp"> <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=" data-src="//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208082-53636146-147x127x149x128x1x1-TCH04-01.jpg" data-retina-src="//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208082-53636146-294x254x298x256x2x2-TCH04-01.jpg" > </div> </div> <div class="widget item-absolute paragraph " id="element-778" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_faad26e1">GSMA embedded SIM for IoT</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-783" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_faad26e1">How crystal oscillators and resonators work</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-773" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_faad26e1">Basics of GPS receivers</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-779" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_816a1881">Embedded SIM is supposed to be used in IoT devices that will be using 5G networks, mainly for machine-to-machine communication</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-774" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_816a1881">By calculating its distance from four or more satellites, a GPS receiver can find out its position in latitude and longitude anywhere on earth.</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-784" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_816a1881">A quartz crystal oscillator is the inverse piezo electric effect or when an electric field is applied across certain materials they start producing mechanical deformation.</span></p> </div> </div> <div class="widget item-absolute " id="element-775"> <a href="https://www.engineersgarage.com/featured/gps-basics-ublox-skytraq-sirf/" id="link-fpm44deyu1d" target="_blank" class="url-link btn item-block" data-at="button" data-link-fpm44deyu1d > More </a> </div> <div class="widget item-absolute " id="element-780"> <a href="https://www.engineersgarage.com/tech-articles/esim-embedded-sim-internet-of-things-iot/" id="link-tmw9chyyslb" target="_blank" class="url-link btn item-block" data-at="button" data-link-tmw9chyyslb > More </a> </div> <div class="widget item-absolute " id="element-785"> <a href="https://www.engineersgarage.com/insight/insight-how-crystal-oscillator-resonator-works/" id="link-7zaw9ed08ke" target="_blank" class="url-link btn item-block" data-at="button" data-link-7zaw9ed08ke > More </a> </div> </div> </div> </section> <section class="section section-relative " id="page-block-tf98gqx3hol" data-at="section"> <div class="section-holder-border item-block item-absolute" data-at="section-border"></div> <div class="section-holder-overlay item-block item-absolute" data-at="section-overlay"></div> <div class="section-block"> <div class="section-inner section-fit section-relative"> <div class="widget item-absolute " id="element-873"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="https://www.microchip.com/" class="url-link item-content-box item-block" id="link-vcvk0o6v1v" data-at="image-link" data-link-vcvk0o6v1v target="_blank" > <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=" data-src="//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208113-53634438-330x79x332x80x1x1-1280px-Microchip-log.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208114-53634438-660x158x664x160x2x2-1280px-Microchip-log.png" > </a> </div> </div> <div class="widget item-absolute paragraph " id="element-654" data-at="paragraph"> <div class="contents"> <p class="x_938e8cfc x_c5f0bf77">Microchip Technology Incorporated is a leading provider of smart, connected and secure embedded control solutions. Its easy-to-use development tools and comprehensive product portfolio enable customers to create optimal designs, which reduce risk while lowering total system cost and time to market. The company's solutions serve more than 120,000 customers across the industrial, automotive, consumer, aerospace and defense, communications and computing markets. Headquartered in Chandler, Arizona, Microchip offers outstanding technical support along with dependable delivery and quality. </p> </div> </div> </div> </div> </section> <section class="section section-relative " id="page-block-9wevj9i0x8b" data-at="section"> <div class="section-holder-border item-block item-absolute" data-at="section-border"></div> <div class="section-holder-overlay item-block item-absolute" data-at="section-overlay"></div> <div class="section-block"> <div class="section-inner section-fit section-relative"> <div class="widget item-absolute " id="element-744"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="https://www.eeworldonline.com" class="url-link item-content-box item-block" id="link-bfz8uqt2g0g" data-at="image-link" data-link-bfz8uqt2g0g target="_blank" > <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=" data-src="//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208072-43173756-223x79-EEworld-online-rever.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/f6a800f7/1692208073-43173756-446x158-EEworld-online-rever.png" > </a> </div> </div> </div> </div> </section> <section class="section section-relative " id="page_block_footer" data-at="section"> <div class="section-holder-border item-block item-absolute" data-at="section-border"></div> <div class="section-holder-overlay item-block item-absolute" data-at="section-overlay"></div> <div class="section-block"> <div class="section-inner section-fit section-relative"> <div class="widget item-absolute " id="element-874"> <a href="https://www.eeworldonline.com/learning-center" id="link-a66e15lh3qq" target="_blank" class="url-link btn item-block" data-at="button" data-link-a66e15lh3qq > EE World's Online Training Center </a> </div> </div> </div> </section> <section class="section section-relative " id="page-block-dolvoyfqp3a" data-at="section"> <div class="section-holder-border item-block item-absolute" data-at="section-border"></div> <div class="section-holder-overlay item-block item-absolute" data-at="section-overlay"></div> <div class="section-block"> <div class="section-inner section-fit section-relative"> <div class="widget item-absolute " id="element-875"> <div class="contents html-widget__text-center " data-at="html"> Copyright © <script data-cfasync="false" >document.write(new Date().getFullYear())</script> WTWH Media, LLC. All Rights Reserved. The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of WTWH Media. <a href="https://www.wtwhmedia.com/privacy-policy/" target="_blank">Privacy Policy</a> </div> </div> </div> </div> </section> </main> <!-- Workspace Level Script Footer --> <!-- end Workspace Level Script Footer --> <!-- custom FOOTER code--> <!-- end custom FOOTER code--> <script data-cfasync="false" src="//g.fastcdn.co/js/Cradle.c9144221d5b5d6147353.js"></script> <script data-cfasync="false" async defer src="//g.fastcdn.co/js/LazyImage.59626ef3f961b8927cb6.js"></script> <script data-cfasync="false" async src="https://heatmap-events-collector.instapage.com/static/lib.js"></script> <!-- Generated at: 2023-08-16T17:52:27.301Z --> <!-- --> <script data-cfasync="false" >(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8e70a2007a7569ed',t:'MTczMjM1OTM4OC4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body> </html>