CINXE.COM
EE Classroom - Vibration and Acoustic Sensors
<!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, you’ll learn tutorials that help with design challenges posed by acoustic and vibration sensors - from types and uses of vibration sensors to navigating their usage and the multiple factors to consider when choosing them." /> <meta name="keywords" content="vibrations, sensors, accelerometers, harmonics, measurement, noise, audio, acoustics" /> <link rel="canonical" href="https://www.eeworldonline.com/model-based-systems-engineering-classroom"> <link rel="shortcut icon" href="//v.fastcdn.co/u/6f5f942d/42923436-0-mc-favicon.png" type="image/ico"> <title>EE Classroom - Vibration and Acoustic Sensors</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/vibration-acoustic-sensors"> <link rel="preload" as="script" href="//g.fastcdn.co/js/utils.b4c8feedb36b8ec3c007.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:rgb(255,255,255);}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:10.375rem;max-width:100%;}#page-block-6mrf768uimo .section-holder-border{border:0;}#page-block-6mrf768uimo .section-block{background:rgb(255,255,255);height:10.375rem;}#page-block-6mrf768uimo .section-holder-overlay{display:none;}#element-594{top:2.5rem;left:4.6875rem;height:5.375rem;width:15.625rem;z-index:11;}#element-743{top:9.75rem;left:1.25rem;height:2.625rem;width:22.5rem;z-index:12;color:#37465A;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-743 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-743 .x_c8f2904a{color:#269f63;}#page-block-le6xmn1i6ne{height:87.625rem;max-width:100%;}#page-block-le6xmn1i6ne .section-holder-border{border:0;}#page-block-le6xmn1i6ne .section-block{background:rgb(255,255,255);height:87.625rem;}#page-block-le6xmn1i6ne .section-holder-overlay{display:none;}#element-989{top:13.9375rem;left:1.25rem;height:4.875rem;width:22.5rem;z-index:10;color:#37465A;font-size:1.7337rem;line-height:2.45rem;text-align:left;}#element-989 .x_027b22ed{text-align:left;line-height:2.4375rem;font-size:1.7337rem;}#element-989 .x_2237cc08{color:#989fa6;}#element-991{top:2.5rem;left:5.0625rem;height:8.125rem;width:12.9375rem;z-index:57;}#element-992{top:19.5rem;left:1.25rem;height:1.5rem;width:22.5rem;z-index:64;color:#FFFFFF;font-size:1.2384rem;line-height:1.5rem;text-align:left;}#element-992 .x_caa00007{text-align:left;line-height:1.5rem;font-size:1.2384rem;}#element-992 .x_7b2817bf{color:#000000;}#element-985{top:22.375rem;left:4.5625rem;height:15.625rem;width:15.625rem;z-index:3;}#element-986{top:43.6875rem;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-986 .x_3b27255f{text-align:left;line-height:1.25rem;font-size:1.0526rem;}#element-986 .x_7b2817bf{color:#000000;}#element-987{top:38.8125rem;left:5.1875rem;height:1.8125rem;width:14.3125rem;z-index:5;color:#FFFFFF;font-size:1.3003rem;line-height:1.8375rem;text-align:center;}#element-987 .x_0d91ddff{text-align:center;line-height:1.8125rem;font-size:1.3003rem;}#element-987 .x_2237cc08{color:#989fa6;}#element-988{top:40.9375rem;left:5.3125rem;height:1.25rem;width:14.3125rem;z-index:7;color:#FFFFFF;font-size:0.8669rem;line-height:1.225rem;text-align:center;}#element-988 .x_c5f0bf77{text-align:center;line-height:1.25rem;font-size:0.8669rem;}#element-988 .x_2237cc08{color:#989fa6;}#element-990{top:80.5rem;left:6.5rem;height:auto;width:auto;z-index:54;}.social{transform-origin:top left;}.social-item{vertical-align:top;}.horizontal .social-item{display:inline-block;}.horizontal{white-space:nowrap;}.vertical .fb-share-button{top:4px;}#page-block-a9hkwu6l9j{height:15.125rem;max-width:100%;}#page-block-a9hkwu6l9j .section-holder-border{border:0;}#page-block-a9hkwu6l9j .section-block{background:repeat rgb(240,243,245) 50% 50% / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/64035081-0-Phantom-Collage-580.jpg),url(//v.fastcdn.co/t/6f5f942d/bc0e6182/1692630514-64035081-ghost-Phantom-Collage-580.jpg);height:15.125rem;}#page-block-a9hkwu6l9j .section-holder-overlay{display:none;}#page-block-8gnl7wg6p35{height:11.625rem;max-width:100%;}#page-block-8gnl7wg6p35 .section-holder-border{border:0;}#page-block-8gnl7wg6p35 .section-block{background:rgb(255,255,255);height:11.625rem;}#page-block-8gnl7wg6p35 .section-holder-overlay{display:none;}#element-995{top:1.5625rem;left:1.75rem;height:3.5rem;width:22.5rem;z-index:67;color:#37465A;font-size:1.2384rem;line-height:1.75rem;text-align:center;}#element-995 .x_7df451b3{text-align:center;line-height:1.75rem;font-size:1.2384rem;}#element-996{top:6.25rem;left:1.25rem;height:4.625rem;width:22.5rem;z-index:68;}#page-block-zvjzp35volp{height:122.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/62305951-0-dreamstime-s-5800957.jpg),url(//v.fastcdn.co/t/6f5f942d/bc0e6182/1692630515-62305951-ghost-dreamstime-s-5800957.jpg);height:122.5625rem;}#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:6;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:93.625rem;left:5.375rem;height:26rem;width:13.75rem;z-index:55;}.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:7.1875rem;left:5.5rem;height:26.6875rem;width:13.75rem;z-index:15;}#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:35.6875rem;left:5.4375rem;height:26.625rem;width:13.75rem;z-index:31;}#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:64.6875rem;left:5.4375rem;height:26.75rem;width:13.6875rem;z-index:42;}#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-877{top:65.875rem;left:6.75rem;height:8.3125rem;width:11.0625rem;z-index:65;}#element-792{top:8.1875rem;left:6.8125rem;height:8.3125rem;width:11.0625rem;z-index:26;}#element-876{top:36.875rem;left:6.75rem;height:8.3125rem;width:11.0625rem;z-index:63;}#element-878{top:95rem;left:6.75rem;height:8.3125rem;width:11.0625rem;z-index:66;}#element-479{top:17.125rem;left:6.4375rem;height:2.625rem;width:11.9375rem;z-index:17;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-752{top:45.8125rem;left:6.6875rem;height:3.9375rem;width:11.1875rem;z-index:32;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:74.875rem;left:6.125rem;height:3.9375rem;width:12.5625rem;z-index:43;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-825{top:103.875rem;left:5.8125rem;height:3.9375rem;width:12.875rem;z-index:58;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-480{top:20.375rem;left:7.25rem;height:7.875rem;width:10.3125rem;z-index:18;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:50rem;left:6.625rem;height:6.5625rem;width:11.1875rem;z-index:33;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-766{top:79.1875rem;left:7.0625rem;height:6.5625rem;width:10.375rem;z-index:46;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-826{top:108.25rem;left:6.375rem;height:5.25rem;width:11.875rem;z-index:59;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-496{top:29.75rem;left:8.0625rem;height:2.5rem;width:8.75rem;z-index:24;}.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:58.1875rem;left:8.125rem;height:2.5rem;width:8.75rem;z-index:37;}#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:86.8125rem;left:8.125rem;height:2.5rem;width:8.75rem;z-index:50;}#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:115.5625rem;left:8.0625rem;height:2.5rem;width:8.75rem;z-index:61;}#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:1.5rem;max-width:100%;}#page-block-v18p58dqkt .section-holder-border{border:0;}#page-block-v18p58dqkt .section-block{background:rgb(255,255,255);height:1.5rem;}#page-block-v18p58dqkt .section-holder-overlay{display:none;}#page-block-bt4oh594puc{height:99.1875rem;max-width:100%;}#page-block-bt4oh594puc .section-holder-border{border:0;}#page-block-bt4oh594puc .section-block{background:repeat rgb(5,30,62) 50% 50% / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/57880601-0-122-short-circuit-on.jpg),url(//v.fastcdn.co/t/6f5f942d/bc0e6182/1692630515-57880601-ghost-122-short-circuit-on.jpg);height:99.1875rem;}#page-block-bt4oh594puc .section-holder-overlay{opacity:0.75;background-color:#000000;display:block;}#element-1024{top:2.125rem;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-1024 .x_6ee82066{text-align:center;line-height:1.75rem;font-size:1.4241rem;}#element-1024 .x_3528f91f{color:#eef4f9;}#element-1026{top:38.4375rem;left:5.6875rem;height:26.625rem;width:13.625rem;z-index:28;}#element-1026 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-1030{top:69.5625rem;left:5.6875rem;height:24.6875rem;width:13.625rem;z-index:41;}#element-1030 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-1021{top:6.25rem;left:5.6875rem;height:28.6875rem;width:13.625rem;z-index:13;}#element-1021 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-1025{top:7.3125rem;left:7rem;height:8.125rem;width:10.8125rem;z-index:23;}#element-1029{top:39.3125rem;left:7rem;height:8.1875rem;width:10.875rem;z-index:39;}#element-1033{top:70.8125rem;left:6.8125rem;height:8.1875rem;width:10.9375rem;z-index:51;}#element-1022{top:15.9375rem;left:6.875rem;height:5.25rem;width:11.1875rem;z-index:16;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-1022 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-1022 .x_faad26e1{color:#1c1e20;}#element-1031{top:79.8125rem;left:6.4375rem;height:2.625rem;width:12.125rem;z-index:45;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-1031 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-1031 .x_faad26e1{color:#1c1e20;}#element-1027{top:48.375rem;left:6.375rem;height:3.9375rem;width:12.125rem;z-index:29;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-1027 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-1027 .x_faad26e1{color:#1c1e20;}#element-1028{top:53.0625rem;left:6.375rem;height:5.25rem;width:12.125rem;z-index:35;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-1028 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-1028 .x_816a1881{color:#98a0a6;}#element-1032{top:83.5625rem;left:6.4375rem;height:3.9375rem;width:12.0625rem;z-index:49;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-1032 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-1032 .x_816a1881{color:#98a0a6;}#element-1023{top:21.875rem;left:6.5625rem;height:6.5625rem;width:11.75rem;z-index:19;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-1023 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-1023 .x_816a1881{color:#98a0a6;}#element-1036{top:90.125rem;left:7.9375rem;height:2.5rem;width:8.75rem;z-index:60;}#element-1036 .btn.btn-effect3d:active{box-shadow:none;}#element-1036 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-1036 .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-1034{top:30.8125rem;left:8.125rem;height:2.5rem;width:8.75rem;z-index:53;}#element-1034 .btn.btn-effect3d:active{box-shadow:none;}#element-1034 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-1034 .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-1035{top:61.5rem;left:7.9375rem;height:2.5rem;width:8.75rem;z-index:56;}#element-1035 .btn.btn-effect3d:active{box-shadow:none;}#element-1035 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-1035 .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-ddozg8ctkxs{height:145.125rem;max-width:100%;}#page-block-ddozg8ctkxs .section-holder-border{border:0;}#page-block-ddozg8ctkxs .section-block{background:rgb(255,255,255);height:145.125rem;}#page-block-ddozg8ctkxs .section-holder-overlay{display:none;}#element-1000{top:1.625rem;left:1.25rem;height:4.5625rem;width:22.5rem;z-index:71;}#element-999{top:6.4375rem;left:1.25rem;height:2.8125rem;width:20.5rem;z-index:69;color:#37465A;font-size:1.7337rem;line-height:2.8rem;text-align:left;}#element-999 .x_54e29a60{text-align:left;line-height:2.8125rem;font-size:1.7337rem;}#element-999 .x_0bf79f5f{color:#004e75;}#element-1002{top:14.3125rem;left:1.25rem;height:3rem;width:22.5rem;z-index:75;color:#37465A;font-size:1.2384rem;line-height:1.5rem;text-align:left;font-weight:500;}#element-1002 .x_caa00007{text-align:left;line-height:1.5rem;font-size:1.2384rem;}#element-1002 .x_effd3d57{color:#4c4f51;}#element-1002 strong{font-weight:700;}#element-1002.headline{font-weight:500;}#element-1005{top:45.8125rem;left:1.25rem;height:3.5rem;width:20.5rem;z-index:81;color:#37465A;font-size:1.2384rem;line-height:1.75rem;text-align:left;font-weight:500;}#element-1005 .x_b558b569{text-align:left;line-height:1.75rem;font-size:1.2384rem;}#element-1005 .x_effd3d57{color:#4c4f51;}#element-1005 strong{font-weight:700;}#element-1005.headline{font-weight:500;}#element-1003{top:17.875rem;left:3.875rem;height:12.25rem;width:15.1875rem;z-index:77;}#element-1006{top:49.9375rem;left:1.875rem;height:10.8125rem;width:19.1875rem;z-index:83;}#element-1013{top:31rem;left:1.25rem;height:8.25rem;width:22.5rem;z-index:92;color:#37465A;font-size:0.9907rem;line-height:1.4rem;text-align:left;}#element-1013 .x_ef245e2e{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1013 .x_c9d5b5ac{color:#6d757b;}#element-1014{top:61.9375rem;left:1.25rem;height:5.5rem;width:22.5rem;z-index:93;color:#37465A;font-size:0.9907rem;line-height:1.4rem;text-align:left;}#element-1014 .x_ef245e2e{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1014 .x_c9d5b5ac{color:#6d757b;}#element-1004{top:68.9375rem;left:5.25rem;height:2.5625rem;width:14.5rem;z-index:79;}#element-1004 .btn.btn-effect3d:active{box-shadow:none;}#element-1004 .btn:hover{background:#013149;color:#FFFFFF;}#element-1004 .btn{background:#004E75;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;height:2.5625rem;width:14.5rem;border-radius:3px;}#element-1001{top:40.125rem;left:4.25rem;height:2.5625rem;width:14.5rem;z-index:73;}#element-1001 .btn.btn-effect3d:active{box-shadow:none;}#element-1001 .btn:hover{background:#013149;color:#FFFFFF;}#element-1001 .btn{background:#004E75;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;height:2.5625rem;width:14.5rem;border-radius:3px;}#element-1008{top:74.875rem;left:1.75rem;height:3rem;width:22.5rem;z-index:87;color:#37465A;font-size:1.2384rem;line-height:1.5rem;text-align:left;font-weight:500;}#element-1008 .x_caa00007{text-align:left;line-height:1.5rem;font-size:1.2384rem;}#element-1008 .x_effd3d57{color:#4c4f51;}#element-1008 strong{font-weight:700;}#element-1008.headline{font-weight:500;}#element-1011{top:107.875rem;left:1.25rem;height:5.25rem;width:22.5rem;z-index:90;color:#37465A;font-size:1.2384rem;line-height:1.75rem;text-align:left;font-weight:500;}#element-1011 .x_b558b569{text-align:left;line-height:1.75rem;font-size:1.2384rem;}#element-1011 .x_effd3d57{color:#4c4f51;}#element-1011 strong{font-weight:700;}#element-1011.headline{font-weight:500;}#element-1009{top:79rem;left:2.5rem;height:12rem;width:18rem;z-index:88;}#element-1012{top:114.375rem;left:2.5rem;height:11.8125rem;width:18rem;z-index:91;}#element-1015{top:92.125rem;left:1.25rem;height:8.25rem;width:22.5rem;z-index:94;color:#37465A;font-size:0.9907rem;line-height:1.4rem;text-align:left;}#element-1015 .x_ef245e2e{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1015 .x_c9d5b5ac{color:#6d757b;}#element-1016{top:127.5625rem;left:1.25rem;height:9.625rem;width:22.5rem;z-index:95;color:#37465A;font-size:0.9907rem;line-height:1.4rem;text-align:left;}#element-1016 .x_ef245e2e{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1016 .x_c9d5b5ac{color:#6d757b;}#element-1007{top:101.875rem;left:5.25rem;height:2.5625rem;width:14.5rem;z-index:85;}#element-1007 .btn.btn-effect3d:active{box-shadow:none;}#element-1007 .btn:hover{background:#013149;color:#FFFFFF;}#element-1007 .btn{background:#004E75;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;height:2.5625rem;width:14.5rem;border-radius:3px;}#element-1010{top:138.75rem;left:5.25rem;height:2.5625rem;width:14.5rem;z-index:89;}#element-1010 .btn.btn-effect3d:active{box-shadow:none;}#element-1010 .btn:hover{background:#013149;color:#FFFFFF;}#element-1010 .btn{background:#004E75;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;height:2.5625rem;width:14.5rem;border-radius:3px;}#page-block-0pl1n6okqon{height:122.5625rem;max-width:100%;}#page-block-0pl1n6okqon .section-holder-border{border:0;}#page-block-0pl1n6okqon .section-block{background:repeat rgb(255,255,255) 50% 50% / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/47739525-0-background.jpg),url(//v.fastcdn.co/t/6f5f942d/bc0e6182/1692630516-47739525-ghost-background.jpg);height:122.5625rem;}#page-block-0pl1n6okqon .section-holder-overlay{opacity:0.75;background-color:#000000;display:block;}#element-967{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-967 .x_6ee82066{text-align:center;line-height:1.75rem;font-size:1.4241rem;}#element-967 .x_3528f91f{color:#eef4f9;}#element-964{top:7.1875rem;left:5.5rem;height:26.6875rem;width:13.75rem;z-index:21;}#element-964 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-978{top:93.625rem;left:5.375rem;height:26rem;width:13.75rem;z-index:70;}#element-978 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-968{top:35.6875rem;left:5.4375rem;height:26.625rem;width:13.75rem;z-index:34;}#element-968 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-969{top:64.6875rem;left:5.4375rem;height:26.75rem;width:13.6875rem;z-index:44;}#element-969 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-983{top:65.875rem;left:6.75rem;height:8.3125rem;width:11.0625rem;z-index:80;}#element-977{top:8.1875rem;left:6.8125rem;height:8.3125rem;width:11.0625rem;z-index:30;}#element-982{top:36.875rem;left:6.75rem;height:8.3125rem;width:11.0625rem;z-index:78;}#element-984{top:95rem;left:6.75rem;height:8.3125rem;width:11.0625rem;z-index:82;}#element-974{top:74.875rem;left:6.125rem;height:2.625rem;width:12.5625rem;z-index:47;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-974 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-974 .x_faad26e1{color:#1c1e20;}#element-979{top:103.875rem;left:5.8125rem;height:2.625rem;width:12.875rem;z-index:72;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-979 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-979 .x_faad26e1{color:#1c1e20;}#element-971{top:45.8125rem;left:6.6875rem;height:3.9375rem;width:11.1875rem;z-index:36;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-971 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-971 .x_faad26e1{color:#1c1e20;}#element-965{top:17.125rem;left:6.4375rem;height:2.625rem;width:11.9375rem;z-index:22;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-965 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-965 .x_faad26e1{color:#1c1e20;}#element-966{top:21rem;left:7.1875rem;height:6.5625rem;width:10.3125rem;z-index:25;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-966 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-966 .x_816a1881{color:#98a0a6;}#element-976{top:78.6875rem;left:7rem;height:6.5625rem;width:10.375rem;z-index:48;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-976 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-976 .x_816a1881{color:#98a0a6;}#element-980{top:107.125rem;left:6.375rem;height:5.25rem;width:11.875rem;z-index:74;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-980 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-980 .x_816a1881{color:#98a0a6;}#element-973{top:50.3125rem;left:6.625rem;height:6.5625rem;width:11.1875rem;z-index:38;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-973 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-973 .x_816a1881{color:#98a0a6;}#element-970{top:29.75rem;left:8.0625rem;height:2.5rem;width:8.75rem;z-index:27;}#element-970 .btn.btn-effect3d:active{box-shadow:none;}#element-970 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-970 .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-972{top:58.1875rem;left:8.125rem;height:2.5rem;width:8.75rem;z-index:40;}#element-972 .btn.btn-effect3d:active{box-shadow:none;}#element-972 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-972 .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-975{top:86.8125rem;left:8.125rem;height:2.5rem;width:8.75rem;z-index:52;}#element-975 .btn.btn-effect3d:active{box-shadow:none;}#element-975 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-975 .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-981{top:115.5625rem;left:8.0625rem;height:2.5rem;width:8.75rem;z-index:76;}#element-981 .btn.btn-effect3d:active{box-shadow:none;}#element-981 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-981 .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-iddqxhgl14c{height:24.125rem;max-width:100%;}#page-block-iddqxhgl14c .section-holder-border{border:0;}#page-block-iddqxhgl14c .section-block{background:rgb(255,255,255);height:24.125rem;}#page-block-iddqxhgl14c .section-holder-overlay{display:none;}#element-997{top:2.875rem;left:1.1875rem;height:4.625rem;width:22.5rem;z-index:84;}#element-998{top:8rem;left:1.3125rem;height:15rem;width:22.3125rem;z-index:86;color:#37465A;font-size:0.8669rem;line-height:1.225rem;text-align:center;}#element-998 .x_c5f0bf77{text-align:center;line-height:1.25rem;font-size:0.8669rem;}#element-998 .x_c9d5b5ac{color:#6d757b;}#page-block-9wevj9i0x8b{height:9.9375rem;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/bc0e6182/1692630516-43140044-ghost-abstract-pcb.jpg);height:9.9375rem;}#page-block-9wevj9i0x8b .section-holder-overlay{opacity:0.79;background-color:#141D24;display:block;}#element-744{top:2.5rem;left:5.5rem;height:4.875rem;width:14rem;z-index:14;}#page_block_footer{height:7.5rem;max-width:100%;}#page_block_footer .section-holder-border{border:0;}#page_block_footer .section-block{background:rgb(255,255,255);height:7.5rem;}#page_block_footer .section-holder-overlay{display:none;}#element-874{top:2.5rem;left:4rem;height:2.5rem;width:17rem;z-index:62;}#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:17rem;border-radius:3px;}#page-block-zedljqnx41{height:11.0625rem;max-width:100%;}#page-block-zedljqnx41 .section-holder-border{border:0;}#page-block-zedljqnx41 .section-block{background:rgb(255,255,255);height:11.0625rem;}#page-block-zedljqnx41 .section-holder-overlay{display:none;}#element-875{top:2.5rem;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.875rem;max-width:100%;}#page-block-6mrf768uimo .section-holder-border{border:0;}#page-block-6mrf768uimo .section-block{background:rgb(255,255,255);height:9.875rem;}#page-block-6mrf768uimo .section-holder-overlay{display:none;}#element-594{top:2.125rem;left:3rem;height:5.375rem;width:15.625rem;z-index:11;}#element-743{top:4.625rem;left:24.1875rem;height:1.375rem;width:32.3125rem;z-index:12;color:#37465A;font-size:0.8669rem;line-height:1.4rem;text-align:center;}#element-743 .x_938e8cfc{text-align:center;line-height:1.375rem;font-size:0.8669rem;}#element-743 .x_c8f2904a{color:#269f63;}#page-block-le6xmn1i6ne{height:41.875rem;max-width:100%;}#page-block-le6xmn1i6ne .section-holder-border{border:0;}#page-block-le6xmn1i6ne .section-block{background:rgb(255,255,255);height:41.875rem;}#page-block-le6xmn1i6ne .section-holder-overlay{display:none;}#element-989{top:1.6875rem;left:24.25rem;height:2.8125rem;width:31.25rem;z-index:10;color:#37465A;font-size:1.7337rem;line-height:2.8rem;text-align:left;}#element-989 .x_6d380d2c{text-align:left;line-height:2.8125rem;font-size:1.7337rem;}#element-989 .x_2237cc08{color:#989fa6;}#element-991{top:2.25rem;left:3.5625rem;height:8.1875rem;width:13rem;z-index:57;}#element-992{top:5.3125rem;left:24.375rem;height:2.125rem;width:32.125rem;z-index:64;color:#FFFFFF;font-size:1.4861rem;line-height:2.1rem;text-align:left;}#element-992 .x_af3357d1{text-align:left;line-height:2.125rem;font-size:1.4861rem;}#element-992 .x_7b2817bf{color:#000000;}#element-985{top:11.3125rem;left:3rem;height:15.625rem;width:15.625rem;z-index:3;}#element-986{top:11.9375rem;left:24.375rem;height:28.5rem;width:33.1875rem;z-index:4;color:#FFFFFF;font-size:1.0526rem;line-height:1.4875rem;text-align:left;}#element-986 .x_4886f134{text-align:left;line-height:1.5rem;font-size:1.0526rem;}#element-986 .x_7b2817bf{color:#000000;}#element-987{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-987 .x_0d91ddff{text-align:center;line-height:1.8125rem;font-size:1.3003rem;}#element-987 .x_2237cc08{color:#989fa6;}#element-988{top:28.75rem;left:4rem;height:1.25rem;width:14.3125rem;z-index:7;color:#FFFFFF;font-size:0.8669rem;line-height:1.225rem;text-align:center;}#element-988 .x_c5f0bf77{text-align:center;line-height:1.25rem;font-size:0.8669rem;}#element-988 .x_2237cc08{color:#989fa6;}#element-990{top:32.5625rem;left:5.1875rem;height:auto;width:auto;z-index:54;}#page-block-a9hkwu6l9j{height:15.5625rem;max-width:100%;}#page-block-a9hkwu6l9j .section-holder-border{border:0;}#page-block-a9hkwu6l9j .section-block{background:repeat rgb(240,243,245) 50% 50% / cover fixed;background-image:url(//v.fastcdn.co/u/6f5f942d/64035081-0-Phantom-Collage-580.jpg),url(//v.fastcdn.co/t/6f5f942d/bc0e6182/1692630514-64035081-ghost-Phantom-Collage-580.jpg);height:15.5625rem;}#page-block-a9hkwu6l9j .section-holder-overlay{display:none;}#page-block-8gnl7wg6p35{height:14.875rem;max-width:100%;}#page-block-8gnl7wg6p35 .section-holder-border{border:0;}#page-block-8gnl7wg6p35 .section-block{background:rgb(255,255,255);height:14.875rem;}#page-block-8gnl7wg6p35 .section-holder-overlay{display:none;}#element-995{top:1.75rem;left:4.8125rem;height:2.625rem;width:52.5rem;z-index:67;color:#37465A;font-size:1.6099rem;line-height:2.6rem;text-align:center;}#element-995 .x_1925a137{text-align:center;line-height:2.625rem;font-size:1.6099rem;}#element-996{top:5.625rem;left:13.75rem;height:6.625rem;width:32.4375rem;z-index:68;}#page-block-zvjzp35volp{height:31.9375rem;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/62305951-0-dreamstime-s-5800957.jpg),url(//v.fastcdn.co/t/6f5f942d/bc0e6182/1692630515-62305951-ghost-dreamstime-s-5800957.jpg);height:31.9375rem;}#page-block-zvjzp35volp .section-holder-overlay{opacity:0.75;background-color:#000000;display:block;}#element-481{top:1.25rem;left:-0.1875rem;height:2.625rem;width:59.9375rem;z-index:6;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:24.1875rem;width:13.75rem;z-index:55;}#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;height:24.125rem;width:13.75rem;z-index:15;}#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:24.125rem;width:13.75rem;z-index:31;}#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:24.125rem;width:13.6875rem;z-index:42;}#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-877{top:6.3125rem;left:32.1875rem;height:8.3125rem;width:11.0625rem;z-index:65;}#element-792{top:6.375rem;left:1.25rem;height:8.3125rem;width:11.0625rem;z-index:26;}#element-876{top:6.375rem;left:16.75rem;height:8.3125rem;width:11.0625rem;z-index:63;}#element-878{top:6.375rem;left:47.5625rem;height:8.3125rem;width:11.0625rem;z-index:66;}#element-479{top:15rem;left:0.5625rem;height:2.625rem;width:12.5625rem;z-index:17;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-752{top:15rem;left:16.3125rem;height:3.9375rem;width:12.3125rem;z-index:32;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:15rem;left:31.4375rem;height:3.9375rem;width:12.5625rem;z-index:43;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-825{top:15rem;left:46.625rem;height:3.9375rem;width:12.875rem;z-index:58;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-480{top:18.625rem;left:0.5625rem;height:6.5625rem;width:12.5625rem;z-index:18;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:19.25rem;left:16rem;height:5.25rem;width:12.5625rem;z-index:33;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-766{top:19.25rem;left:31.8125rem;height:5.25rem;width:12.0625rem;z-index:46;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-826{top:19.25rem;left:47.125rem;height:5.25rem;width:11.875rem;z-index:59;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-496{top:26rem;left:2.4375rem;height:2.5rem;width:8.75rem;z-index:24;}#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:26rem;left:18rem;height:2.5rem;width:8.75rem;z-index:37;}#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:26rem;left:33.4375rem;height:2.5rem;width:8.75rem;z-index:50;}#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:26rem;left:48.6875rem;height:2.5rem;width:8.75rem;z-index:61;}#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:1.5rem;max-width:100%;}#page-block-v18p58dqkt .section-holder-border{border:0;}#page-block-v18p58dqkt .section-block{background:rgb(255,255,255);height:1.5rem;}#page-block-v18p58dqkt .section-holder-overlay{display:none;}#page-block-bt4oh594puc{height:34.5625rem;max-width:100%;}#page-block-bt4oh594puc .section-holder-border{border:0;}#page-block-bt4oh594puc .section-block{background:repeat rgb(5,30,62) 50% 50% / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/57880601-0-122-short-circuit-on.jpg),url(//v.fastcdn.co/t/6f5f942d/bc0e6182/1692630515-57880601-ghost-122-short-circuit-on.jpg);height:34.5625rem;}#page-block-bt4oh594puc .section-holder-overlay{opacity:0.75;background-color:#000000;display:block;}#element-1024{top:1.4375rem;left:0;height:2.8125rem;width:59.875rem;z-index:9;color:#98A0A6;font-size:1.9814rem;line-height:2.8rem;text-align:center;}#element-1024 .x_1edd7d29{text-align:center;line-height:2.8125rem;font-size:1.9814rem;}#element-1024 .x_3528f91f{color:#eef4f9;}#element-1026{top:6.3125rem;left:23.125rem;height:25.25rem;width:13.4375rem;z-index:28;}#element-1026 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-1030{top:6.3125rem;left:40.625rem;height:25.25rem;width:13.4375rem;z-index:41;}#element-1030 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-1021{top:6.375rem;left:5.625rem;height:25.1875rem;width:13.4375rem;z-index:13;}#element-1021 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-1025{top:7.1875rem;left:6.9375rem;height:8.0625rem;width:10.75rem;z-index:23;}#element-1029{top:7.1875rem;left:24.375rem;height:8.125rem;width:10.8125rem;z-index:39;}#element-1033{top:7.375rem;left:42.1875rem;height:7.6875rem;width:10.25rem;z-index:51;}#element-1022{top:15.25rem;left:6.8125rem;height:5.25rem;width:11.625rem;z-index:16;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-1022 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-1022 .x_faad26e1{color:#1c1e20;}#element-1031{top:15.9375rem;left:41.1875rem;height:2.625rem;width:12.3125rem;z-index:45;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-1031 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-1031 .x_faad26e1{color:#1c1e20;}#element-1027{top:16rem;left:23.8125rem;height:3.9375rem;width:12.0625rem;z-index:29;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-1027 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-1027 .x_faad26e1{color:#1c1e20;}#element-1028{top:19.875rem;left:23.875rem;height:5.25rem;width:11.75rem;z-index:35;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-1028 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-1028 .x_816a1881{color:#98a0a6;}#element-1032{top:19.875rem;left:41.5625rem;height:5.25rem;width:11.9375rem;z-index:49;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-1032 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-1032 .x_816a1881{color:#98a0a6;}#element-1023{top:20.5rem;left:6.5625rem;height:6.5625rem;width:11.5rem;z-index:19;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-1023 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-1023 .x_816a1881{color:#98a0a6;}#element-1036{top:27.625rem;left:43rem;height:2.5rem;width:8.75rem;z-index:60;}#element-1036 .btn.btn-effect3d:active{box-shadow:none;}#element-1036 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-1036 .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-1034{top:27.6875rem;left:8rem;height:2.5rem;width:8.75rem;z-index:53;}#element-1034 .btn.btn-effect3d:active{box-shadow:none;}#element-1034 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-1034 .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-1035{top:27.6875rem;left:25.5625rem;height:2.5rem;width:8.75rem;z-index:56;}#element-1035 .btn.btn-effect3d:active{box-shadow:none;}#element-1035 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-1035 .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-ddozg8ctkxs{height:85.5rem;max-width:100%;}#page-block-ddozg8ctkxs .section-holder-border{border:0;}#page-block-ddozg8ctkxs .section-block{background:rgb(255,255,255);height:85.5rem;}#page-block-ddozg8ctkxs .section-holder-overlay{display:none;}#element-1000{top:2.125rem;left:1.5625rem;height:4.6875rem;width:23rem;z-index:71;}#element-999{top:7.25rem;left:1.5625rem;height:3.625rem;width:24.1875rem;z-index:69;color:#37465A;font-size:2.2291rem;line-height:3.6rem;text-align:left;}#element-999 .x_cc1a91ca{text-align:left;line-height:3.625rem;font-size:2.2598rem;}#element-999 .x_0bf79f5f{color:#004e75;}#element-1002{top:15.4375rem;left:2.3125rem;height:3.875rem;width:23.125rem;z-index:75;color:#37465A;font-size:1.3622rem;line-height:1.925rem;text-align:center;font-weight:500;}#element-1002 .x_a2e00130{text-align:center;line-height:1.9375rem;font-size:1.3622rem;}#element-1002 .x_effd3d57{color:#4c4f51;}#element-1002 strong{font-weight:700;}#element-1002.headline{font-weight:500;}#element-1005{top:17rem;left:31rem;height:1.9375rem;width:27.5625rem;z-index:81;color:#37465A;font-size:1.3622rem;line-height:1.925rem;text-align:center;font-weight:500;}#element-1005 .x_a2e00130{text-align:center;line-height:1.9375rem;font-size:1.3622rem;}#element-1005 .x_effd3d57{color:#4c4f51;}#element-1005 strong{font-weight:700;}#element-1005.headline{font-weight:500;}#element-1003{top:19.625rem;left:4.875rem;height:13.125rem;width:16.25rem;z-index:77;}#element-1006{top:19.625rem;left:33.125rem;height:13.125rem;width:23.25rem;z-index:83;}#element-1013{top:33.5rem;left:0;height:6.5rem;width:27rem;z-index:92;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-1013 .x_3579aa00{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1013 .x_c9d5b5ac{color:#6d757b;}#element-1014{top:33.5rem;left:31rem;height:6.5rem;width:27.5625rem;z-index:93;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-1014 .x_3579aa00{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1014 .x_c9d5b5ac{color:#6d757b;}#element-1004{top:40.75rem;left:37.5rem;height:2.5625rem;width:14.5rem;z-index:79;}#element-1004 .btn.btn-effect3d:active{box-shadow:none;}#element-1004 .btn:hover{background:#013149;color:#FFFFFF;}#element-1004 .btn{background:#004E75;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;height:2.5625rem;width:14.5rem;border-radius:3px;}#element-1001{top:40.875rem;left:6.625rem;height:2.5625rem;width:14.5rem;z-index:73;}#element-1001 .btn.btn-effect3d:active{box-shadow:none;}#element-1001 .btn:hover{background:#013149;color:#FFFFFF;}#element-1001 .btn{background:#004E75;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;height:2.5625rem;width:14.5rem;border-radius:3px;}#element-1008{top:49rem;left:1rem;height:3.875rem;width:25.0625rem;z-index:87;color:#37465A;font-size:1.3622rem;line-height:1.925rem;text-align:center;font-weight:500;}#element-1008 .x_a2e00130{text-align:center;line-height:1.9375rem;font-size:1.3622rem;}#element-1008 .x_effd3d57{color:#4c4f51;}#element-1008 strong{font-weight:700;}#element-1008.headline{font-weight:500;}#element-1011{top:49rem;left:33.0625rem;height:3.875rem;width:26.6875rem;z-index:90;color:#37465A;font-size:1.3622rem;line-height:1.925rem;text-align:center;font-weight:500;}#element-1011 .x_a2e00130{text-align:center;line-height:1.9375rem;font-size:1.3622rem;}#element-1011 .x_effd3d57{color:#4c4f51;}#element-1011 strong{font-weight:700;}#element-1011.headline{font-weight:500;}#element-1009{top:54.625rem;left:2.8125rem;height:13.5625rem;width:20.3125rem;z-index:88;}#element-1012{top:54.625rem;left:36.1875rem;height:13.1875rem;width:20.0625rem;z-index:91;}#element-1015{top:69.8125rem;left:0;height:8.125rem;width:27rem;z-index:94;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-1015 .x_3579aa00{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1015 .x_c9d5b5ac{color:#6d757b;}#element-1016{top:69.9375rem;left:33.0625rem;height:9.75rem;width:26.875rem;z-index:95;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-1016 .x_3579aa00{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1016 .x_c9d5b5ac{color:#6d757b;}#element-1007{top:80.1875rem;left:6.875rem;height:2.5625rem;width:14.5rem;z-index:85;}#element-1007 .btn.btn-effect3d:active{box-shadow:none;}#element-1007 .btn:hover{background:#013149;color:#FFFFFF;}#element-1007 .btn{background:#004E75;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;height:2.5625rem;width:14.5rem;border-radius:3px;}#element-1010{top:80.3125rem;left:37.4375rem;height:2.5625rem;width:14.5rem;z-index:89;}#element-1010 .btn.btn-effect3d:active{box-shadow:none;}#element-1010 .btn:hover{background:#013149;color:#FFFFFF;}#element-1010 .btn{background:#004E75;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;height:2.5625rem;width:14.5rem;border-radius:3px;}#page-block-0pl1n6okqon{height:31.9375rem;max-width:100%;}#page-block-0pl1n6okqon .section-holder-border{border:0;}#page-block-0pl1n6okqon .section-block{background:repeat rgb(255,255,255) 50% 50% / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/47739525-0-background.jpg),url(//v.fastcdn.co/t/6f5f942d/bc0e6182/1692630516-47739525-ghost-background.jpg);height:31.9375rem;}#page-block-0pl1n6okqon .section-holder-overlay{opacity:0.75;background-color:#000000;display:block;}#element-967{top:1.25rem;left:-0.1875rem;height:2.625rem;width:59.9375rem;z-index:8;color:#98A0A6;font-size:1.8576rem;line-height:2.625rem;text-align:center;}#element-967 .x_eb0060c7{text-align:center;line-height:2.625rem;font-size:1.8576rem;}#element-967 .x_3528f91f{color:#eef4f9;}#element-964{top:5.375rem;left:0;height:24.125rem;width:13.75rem;z-index:21;}#element-964 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-978{top:5.75rem;left:46.25rem;height:24.1875rem;width:13.75rem;z-index:70;}#element-978 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-968{top:5.8125rem;left:15.625rem;height:24.125rem;width:13.75rem;z-index:34;}#element-968 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-969{top:5.8125rem;left:31rem;height:24.125rem;width:13.6875rem;z-index:44;}#element-969 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-983{top:6.25rem;left:32.1875rem;height:8.3125rem;width:11.0625rem;z-index:80;}#element-977{top:6.375rem;left:1.25rem;height:8.3125rem;width:11.0625rem;z-index:30;}#element-982{top:6.375rem;left:16.8125rem;height:8.3125rem;width:11.0625rem;z-index:78;}#element-984{top:6.4375rem;left:47.5rem;height:8.3125rem;width:11.0625rem;z-index:82;}#element-974{top:15rem;left:31.625rem;height:2.625rem;width:12.5625rem;z-index:47;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-974 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-974 .x_faad26e1{color:#1c1e20;}#element-979{top:15rem;left:46.5625rem;height:2.625rem;width:12.875rem;z-index:72;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-979 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-979 .x_faad26e1{color:#1c1e20;}#element-971{top:15.0625rem;left:16.75rem;height:3.9375rem;width:11.1875rem;z-index:36;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-971 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-971 .x_faad26e1{color:#1c1e20;}#element-965{top:15.125rem;left:0.875rem;height:2.625rem;width:11.9375rem;z-index:22;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-965 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-965 .x_faad26e1{color:#1c1e20;}#element-966{top:18.5625rem;left:1.625rem;height:6.5625rem;width:10.3125rem;z-index:25;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-966 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-966 .x_816a1881{color:#98a0a6;}#element-976{top:18.5625rem;left:32.75rem;height:6.5625rem;width:10.375rem;z-index:48;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-976 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-976 .x_816a1881{color:#98a0a6;}#element-980{top:18.5625rem;left:47.0625rem;height:5.25rem;width:11.875rem;z-index:74;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-980 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-980 .x_816a1881{color:#98a0a6;}#element-973{top:18.9375rem;left:16.375rem;height:6.5625rem;width:12.0625rem;z-index:38;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-973 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-973 .x_816a1881{color:#98a0a6;}#element-970{top:26rem;left:2.4375rem;height:2.5rem;width:8.75rem;z-index:27;}#element-970 .btn.btn-effect3d:active{box-shadow:none;}#element-970 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-970 .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-972{top:26rem;left:18rem;height:2.5rem;width:8.75rem;z-index:40;}#element-972 .btn.btn-effect3d:active{box-shadow:none;}#element-972 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-972 .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-975{top:26rem;left:33.4375rem;height:2.5rem;width:8.75rem;z-index:52;}#element-975 .btn.btn-effect3d:active{box-shadow:none;}#element-975 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-975 .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-981{top:26rem;left:48.6875rem;height:2.5rem;width:8.75rem;z-index:76;}#element-981 .btn.btn-effect3d:active{box-shadow:none;}#element-981 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-981 .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-iddqxhgl14c{height:22rem;max-width:100%;}#page-block-iddqxhgl14c .section-holder-border{border:0;}#page-block-iddqxhgl14c .section-block{background:rgb(255,255,255);height:22rem;}#page-block-iddqxhgl14c .section-holder-overlay{display:none;}#element-997{top:1.9375rem;left:16.375rem;height:5.3125rem;width:26rem;z-index:84;}#element-998{top:8.375rem;left:11.3125rem;height:13rem;width:37.375rem;z-index:86;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:center;}#element-998 .x_dc68832a{text-align:center;line-height:1.625rem;font-size:0.9907rem;}#element-998 .x_c9d5b5ac{color:#6d757b;}#page-block-9wevj9i0x8b{height:6.8125rem;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/bc0e6182/1692630516-43140044-ghost-abstract-pcb.jpg);height:6.8125rem;}#page-block-9wevj9i0x8b .section-holder-overlay{opacity:0.79;background-color:#141D24;display:block;}#element-744{top:1rem;left:22.6875rem;height:4.9375rem;width:14rem;z-index:14;}#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:21.5rem;height:2.5rem;width:17rem;z-index:62;}#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:17rem;border-radius:3px;}#page-block-zedljqnx41{height:8.5rem;max-width:100%;}#page-block-zedljqnx41 .section-holder-border{border:0;}#page-block-zedljqnx41 .section-block{background:rgb(255,255,255);height:8.5rem;}#page-block-zedljqnx41 .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 = 23709162; window.__customer_id = 1355093; window.__default_experience_id = 23709162; window.__version = 57; window.__variant = "A"; window.__variant_id = 1; window.__variant_custom_name = "Variation A"; window.__preview = false; window.__page_type = 2; window.__variant_hash = "593ef5ebd59c444e325b3832963e2c1afc2d9af9"; 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.2ab2ac49302c4b984117.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":23709162,"publishedVersion":57,"variationName":"A","variationId":1,"linkedVariationId":2,"variation":"A","trackedLinks":[{"href":"https://www.pcb.com/applications/test-and-measurement/test-laboratories?utm_source=E-classroom&utm_medium=advertiser&utm_campaign=t%26m-consumer+electronics&utm_id=EEWowrld-2023","ariaLabel":"","id":"q0vij9iuz5","type":"url","track":true,"targetNewWindow":true},{"href":"https://www.pcb.com/applications/test-and-measurement/test-laboratories?utm_source=E-classroom&utm_medium=advertiser&utm_campaign=t%26m-consumer+electronics&utm_id=EEWowrld-2023","ariaLabel":"","id":"fx6350i2wun","type":"url","track":true,"targetNewWindow":true},{"href":"https://www.pcb.com/resources/videos/transmission-loss-in-acoustic-testing?utm_source=E-classroom&utm_medium=advertiser&utm_campaign=t%26m-consumer+electronics&utm_id=EEWorld-2023","ariaLabel":"","id":"2fhaquz3hru","type":"url","track":true,"targetNewWindow":true},{"href":"https://www.pcb.com/sensors-for-test-measurement/accelerometers/advancements-of-shock-sensors-for-product-testing?utm_source=E-classroom&utm_medium=advertiser&utm_campaign=t%26m-consumer+electronics&utm_id=EEWorld-2023","ariaLabel":"","id":"61x2tw00i1y","type":"url","track":true,"targetNewWindow":true},{"href":"https://www.pcb.com/learn/training/webinars/top-testing-protocols-for-audio-applications?utm_source=E-classroom&utm_medium=advertiser&utm_campaign=t%26m-consumer+electronics&utm_id=EEWorld-2023","ariaLabel":"","id":"rrx0t2blqad","type":"url","track":true,"targetNewWindow":true},{"href":"https://www.pcb.com/applications/test-and-measurement/landingpages/quantifying-acoustic-sources-through-sound-power-measurements?utm_source=E-classroom&utm_medium=advertiser&utm_campaign=t%26m-consumer+electronics&utm_id=EEWorld-2023","ariaLabel":"","id":"lux4ixg7t5o","type":"url","track":true,"targetNewWindow":true},{"href":"https://www.pcb.com/applications/test-and-measurement/test-laboratories?utm_source=E-classroom&utm_medium=advertiser&utm_campaign=t%26m-consumer+electronics&utm_id=EEWowrld-2023","ariaLabel":"","id":"lmkhetqo6k","type":"url","track":true,"targetNewWindow":true},{"href":"https://www.pcb.com/","ariaLabel":"","id":"3z2vy4k2pse","type":"url","track":true,"targetNewWindow":true}],"allLinks":[{"href":"https://www.eeworldonline.com","ariaLabel":"","id":"qm8exbl1cjn","type":"url","track":false,"targetNewWindow":true},{"href":"https://www.eeworldonline.com/learning-center","ariaLabel":"","id":"0es41wxibe4","type":"url","track":false,"targetNewWindow":true},{"href":"#page-block-zvjzp35volp","id":"7bm720f9oj","type":"onpage","track":false,"targetNewWindow":false},{"href":"#page-block-0pl1n6okqon","id":"172abejzgqi","type":"onpage","track":false,"targetNewWindow":false},{"href":"#page-block-zvjzp35volp","id":"38vftijwd32","type":"onpage","track":false,"targetNewWindow":false},{"href":"#page-block-bt4oh594puc","id":"mlb2462drvf","type":"onpage","track":false,"targetNewWindow":false},{"href":"#page-block-ddozg8ctkxs","id":"55iitfm6zf5","type":"onpage","track":false,"targetNewWindow":false},{"href":"https://www.pcb.com/applications/test-and-measurement/test-laboratories?utm_source=E-classroom&utm_medium=advertiser&utm_campaign=t%26m-consumer+electronics&utm_id=EEWowrld-2023","ariaLabel":"","id":"q0vij9iuz5","type":"url","track":true,"targetNewWindow":true},{"href":"https://www.sensortips.com/featured/what-are-the-types-and-uses-of-vibration-sensors/","ariaLabel":"","id":"ina3fwvdiz","type":"url","track":false,"targetNewWindow":true},{"href":"https://www.sensortips.com/featured/what-are-the-subtleties-of-using-accelerometers-as-vibration-sensors-faq/","ariaLabel":"","id":"a38yn318lbm","type":"url","track":false,"targetNewWindow":true},{"href":"https://www.sensortips.com/featured/what-are-ten-key-parameters-of-audio-system-performance/","ariaLabel":"","id":"obtrpbqdabe","type":"url","track":false,"targetNewWindow":true},{"href":"https://www.testandmeasurementtips.com/quantifying-and-measuring-non-electrical-phenomena-vibration-faq/","ariaLabel":"","id":"4u97jr3ykw7","type":"url","track":false,"targetNewWindow":true},{"href":"https://www.testandmeasurementtips.com/whats-all-this-triplen-harmonics-stuff-faq/","ariaLabel":"","id":"u8fvhrxtqsh","type":"url","track":false,"targetNewWindow":true},{"href":"https://www.testandmeasurementtips.com/understanding-instrumentation-for-measuring-total-harmonic-distortion/","ariaLabel":"","id":"l2fq8ojdqy","type":"url","track":false,"targetNewWindow":true},{"href":"https://www.testandmeasurementtips.com/understanding-total-harmonic-distortion-measurements-faq/","ariaLabel":"","id":"781kqeqtk8l","type":"url","track":false,"targetNewWindow":true},{"href":"https://www.pcb.com/applications/test-and-measurement/test-laboratories?utm_source=E-classroom&utm_medium=advertiser&utm_campaign=t%26m-consumer+electronics&utm_id=EEWowrld-2023","ariaLabel":"","id":"fx6350i2wun","type":"url","track":true,"targetNewWindow":true},{"href":"https://www.pcb.com/resources/videos/transmission-loss-in-acoustic-testing?utm_source=E-classroom&utm_medium=advertiser&utm_campaign=t%26m-consumer+electronics&utm_id=EEWorld-2023","ariaLabel":"","id":"2fhaquz3hru","type":"url","track":true,"targetNewWindow":true},{"href":"https://www.pcb.com/sensors-for-test-measurement/accelerometers/advancements-of-shock-sensors-for-product-testing?utm_source=E-classroom&utm_medium=advertiser&utm_campaign=t%26m-consumer+electronics&utm_id=EEWorld-2023","ariaLabel":"","id":"61x2tw00i1y","type":"url","track":true,"targetNewWindow":true},{"href":"https://www.pcb.com/learn/training/webinars/top-testing-protocols-for-audio-applications?utm_source=E-classroom&utm_medium=advertiser&utm_campaign=t%26m-consumer+electronics&utm_id=EEWorld-2023","ariaLabel":"","id":"rrx0t2blqad","type":"url","track":true,"targetNewWindow":true},{"href":"https://www.pcb.com/applications/test-and-measurement/landingpages/quantifying-acoustic-sources-through-sound-power-measurements?utm_source=E-classroom&utm_medium=advertiser&utm_campaign=t%26m-consumer+electronics&utm_id=EEWorld-2023","ariaLabel":"","id":"lux4ixg7t5o","type":"url","track":true,"targetNewWindow":true},{"href":"https://www.testandmeasurementtips.com/scanning-for-defects-with-sound-waves/","ariaLabel":"","id":"p4exhp088bq","type":"url","track":false,"targetNewWindow":true},{"href":"https://www.testandmeasurementtips.com/the-difference-between-electronic-distortion-and-noise-faq/","ariaLabel":"","id":"1spkns52wxi","type":"url","track":false,"targetNewWindow":true},{"href":"https://www.testandmeasurementtips.com/audio-measurements-for-product-development-faq/","ariaLabel":"","id":"9scuui2o65d","type":"url","track":false,"targetNewWindow":true},{"href":"https://www.sensortips.com/frequently-asked-question-faq/how-does-an-acoustic-camera-work-and-whats-it-good-for/","ariaLabel":"","id":"ktgm2ycu1b","type":"url","track":false,"targetNewWindow":true},{"href":"https://www.pcb.com/applications/test-and-measurement/test-laboratories?utm_source=E-classroom&utm_medium=advertiser&utm_campaign=t%26m-consumer+electronics&utm_id=EEWowrld-2023","ariaLabel":"","id":"lmkhetqo6k","type":"url","track":true,"targetNewWindow":true},{"href":"https://www.pcb.com/","ariaLabel":"","id":"3z2vy4k2pse","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":"k97mlinn9gg","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.2ab2ac49302c4b984117.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.b4c8feedb36b8ec3c007.js"></script> <script data-cfasync="false" async defer src="https://platform.twitter.com/widgets.js"></script> <script data-cfasync="false" async defer src="//platform.linkedin.com/in.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/bc0e6182/1692630518-43139760-250x86-EEworld-online.png" srcset="//v.fastcdn.co/t/6f5f942d/bc0e6182/1692630518-43139760-500x172-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_938e8cfc x_0d0d8539"><span class="x_c8f2904a"><strong ><a href="https://www.eeworldonline.com/learning-center" id="link-0es41wxibe4" target="_blank" data-link-0es41wxibe4 class="url-link">Learning Center </a> I <a href="#page-block-zvjzp35volp" id="link-7bm720f9oj" data-link-7bm720f9oj class="onpage-link">Basics</a><a href="#page-block-zvjzp35volp" id="link-38vftijwd32" data-link-38vftijwd32 class="onpage-link"> </a>I <a href="#page-block-bt4oh594puc" id="link-mlb2462drvf" data-link-mlb2462drvf class="onpage-link">Application</a> | <a href="#page-block-ddozg8ctkxs" id="link-55iitfm6zf5" data-link-55iitfm6zf5 class="onpage-link">Featured Resources</a> | <a href="#page-block-0pl1n6okqon" id="link-172abejzgqi" data-link-172abejzgqi class="onpage-link">What is</a></strong></span></p> </div> </div> </div> </div> </section> <section class="section section-relative " id="page-block-le6xmn1i6ne" 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-989" data-at="headline"> <div class="contents"> <h1> <span class="x_6d380d2c x_027b22ed"><span class="x_2237cc08">Vibration and Acoustic Sensors</span></span> </h1> </div> </div> <div class="widget item-absolute " id="element-991"> <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/bc0e6182/1692630526-43139880-208x131-EE-Classroom-logo.png" srcset="//v.fastcdn.co/t/6f5f942d/bc0e6182/1692630527-43139880-416x262-EE-Classroom-logo.png 2x" > </div> </div> <div class="widget item-absolute paragraph " id="element-992" data-at="paragraph"> <div class="contents"> <p class="x_af3357d1 x_caa00007"><strong ><span class="x_7b2817bf">Training Center Classroom</span></strong></p> </div> </div> <div class="widget item-absolute " id="element-985"> <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/bc0e6182/1692630517-43139868-250x250-aimee-k.jpg" srcset="//v.fastcdn.co/t/6f5f942d/bc0e6182/1692630517-43139868-500x500-aimee-k.jpg 2x" > </div> </div> <div class="widget item-absolute paragraph " id="element-986" data-at="paragraph"> <div class="contents"> <p class="x_4886f134 x_3b27255f"><span class="x_7b2817bf">Whether you are knee-deep in industrial, machinery, automotive systems, or medical devices, the design challenges posed by acoustic and vibration sensors are pretty much the same: environmental (think harsh!); noise and interference, which require appropriate filtering and signal processing capabilities; sensitivity and accuracy to assure precise measurements and balancing the two with the need to minimize power consumption; and size and form factor. The issue of harmonics and their potential interference with the desired sound or its tendency to create unwanted noise comes with acoustic sensors.<br><br>In this classroom, we present the background of these challenges and tutorials that specifically address the solutions, from types and uses of vibration sensors to navigating their usage and the multiple factors to consider when choosing them. If Total Harmonic Distortion (THD) is not currently in your acronym lexicon, well, we’ve got that covered, as well as the test and measurement techniques necessary for your toolbox.<br><br>Start here and be prepared to go everywhere with your designs.</span></p><p class="x_4886f134 x_3b27255f"><span class="x_7b2817bf"> </span></p><p class="x_4886f134 x_3b27255f"><span class="x_7b2817bf"> </span></p><p class="x_4886f134 x_3b27255f"><span class="x_7b2817bf"> </span></p><p class="x_4886f134 x_3b27255f"><span class="x_7b2817bf"> </span></p><p class="x_4886f134 x_3b27255f"><span class="x_7b2817bf"> </span></p><p class="x_4886f134 x_3b27255f"><span class="x_7b2817bf"> </span></p> </div> </div> <div class="widget item-absolute headline " id="element-987" 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-988" 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 class="widget social item-absolute " id="element-990"> <div class="tiles horizontal" data-at="social-tiles"> <div class="social-item"><a class="twitter-share-button" href="https://www.eeworldonline.com/vibration-acoustic-sensors?text=" data-at="social-twitter">Tweet</a></div> <div class="social-item"> <script data-cfasync="false" type="IN/Share" data-at="social-linkedin"></script> </div> <div class="social-item"><div class="fb-share-button" data-href="https://www.eeworldonline.com/vibration-acoustic-sensors" data-layout="box_count" data-size="small" data-mobile-iframe="true"><a target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fdevelopers.facebook.com%2Fdocs%2Fplugins%2F&src=sdkpreparse" class="fb-xfbml-parse-ignore" data-at="social-facebook">Share</a></div></div> </div> </div> </div> </div> </section> <section class="section section-relative " id="page-block-a9hkwu6l9j" 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-8gnl7wg6p35" 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-995" data-at="headline"> <div class="contents"> <h1> <span class="x_1925a137 x_7df451b3">Vibration and Acoustic Sensors Classroom sponsored by: </span> </h1> </div> </div> <div class="widget item-absolute " id="element-996"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="https://www.pcb.com/applications/test-and-measurement/test-laboratories?utm_source=E-classroom&utm_medium=advertiser&utm_campaign=t%26m-consumer+electronics&utm_id=EEWowrld-2023" class="url-link item-content-box item-block" id="link-q0vij9iuz5" data-at="image-link" data-link-q0vij9iuz5 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/bc0e6182/1692630534-64034949-519x106-pcb-logo.jpg" data-retina-src="//v.fastcdn.co/t/6f5f942d/bc0e6182/1692630534-64034949-1038x212-pcb-logo.jpg" > </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">Vibration • Accelerometers</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-877"> <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/bc0e6182/1692630532-64048476-177x133-eu-energy-label-300x.jpg" data-retina-src="//v.fastcdn.co/t/6f5f942d/bc0e6182/1692630533-64048476-354x266-eu-energy-label-300x.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/bc0e6182/1692630523-64048413-177x133-What-are-the-Types-a.jpg" data-retina-src="//v.fastcdn.co/t/6f5f942d/bc0e6182/1692630523-64048413-354x266-What-are-the-Types-a.jpg" > </div> </div> <div class="widget item-absolute " id="element-876"> <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/bc0e6182/1692630531-64048467-177x133-What-are-the-Subtitl.jpg" data-retina-src="//v.fastcdn.co/t/6f5f942d/bc0e6182/1692630532-64048467-354x266-What-are-the-Subtitl.jpg" > </div> </div> <div class="widget item-absolute " id="element-878"> <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/bc0e6182/1692630533-64048497-177x133-Quantifying-vibratio.jpg" data-retina-src="//v.fastcdn.co/t/6f5f942d/bc0e6182/1692630534-64048497-354x266-Quantifying-vibratio.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">What are the types and uses of vibration sensors?</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">What are the subtleties of using accelerometers as vibration sensors?</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">What are ten key parameters of audio system performance?</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">Quantifying and measuring non-electrical phenomena: Vibration</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">Each sensor technology has unique performance characteristics that make it suitable for a specific type of applications.</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">There are numerous mechanical, environmental, electronic, and application-related factors to consider.</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">How these parameters are specified and measured and the safe sound levels that are specified.</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">Basic concepts of periodic versus random vibration, measuring vibration, and vibration characterization.</span></p> </div> </div> <div class="widget item-absolute " id="element-496"> <a href="https://www.sensortips.com/featured/what-are-the-types-and-uses-of-vibration-sensors/" 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.sensortips.com/featured/what-are-the-subtleties-of-using-accelerometers-as-vibration-sensors-faq/" 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.sensortips.com/featured/what-are-ten-key-parameters-of-audio-system-performance/" 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.testandmeasurementtips.com/quantifying-and-measuring-non-electrical-phenomena-vibration-faq/" 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> </div> </section> <section class="section section-relative " id="page-block-bt4oh594puc" 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-1024" data-at="headline"> <div class="contents"> <h1> <span class="x_1edd7d29 x_6ee82066"><span class="x_3528f91f">Harmonics • Measurement</span></span> </h1> </div> </div> <div class="widget item-absolute " id="element-1026"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-1030"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-1021"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-1025"> <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/bc0e6182/1692630522-64048506-172x129-harmonic-distortion-.jpg" data-retina-src="//v.fastcdn.co/t/6f5f942d/bc0e6182/1692630522-64048506-344x258-harmonic-distortion-.jpg" > </div> </div> <div class="widget item-absolute " id="element-1029"> <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/bc0e6182/1692630524-64048519-173x130-THD-Meter-Diagram-30.jpg" data-retina-src="//v.fastcdn.co/t/6f5f942d/bc0e6182/1692630525-64048519-346x260-THD-Meter-Diagram-30.jpg" > </div> </div> <div class="widget item-absolute " id="element-1033"> <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/bc0e6182/1692630525-64048531-164x123-triplen-harmonics-30.jpg" data-retina-src="//v.fastcdn.co/t/6f5f942d/bc0e6182/1692630526-64048531-328x246-triplen-harmonics-30.jpg" > </div> </div> <div class="widget item-absolute paragraph " id="element-1022" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_faad26e1">Understanding instrumentation for measuring total harmonic distortion</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1031" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_faad26e1">What’s all this triplen harmonics stuff?</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1027" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_faad26e1">Understanding total harmonic distortion measurements</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1028" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_816a1881">There are a few elusive details that come into play during THD (Total Harmonic Distortion) measurements.</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1032" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_816a1881">Become more familiar with triplen harmonics — having to do with the third harmonic.</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1023" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_816a1881">A relatively small number of harmonics diminish in amplitude with spectral distance from the fundamental.</span></p> </div> </div> <div class="widget item-absolute " id="element-1036"> <a href="https://www.testandmeasurementtips.com/whats-all-this-triplen-harmonics-stuff-faq/" id="link-u8fvhrxtqsh" target="_blank" class="url-link btn item-block" data-at="button" data-link-u8fvhrxtqsh > More </a> </div> <div class="widget item-absolute " id="element-1034"> <a href="https://www.testandmeasurementtips.com/understanding-instrumentation-for-measuring-total-harmonic-distortion/" id="link-l2fq8ojdqy" target="_blank" class="url-link btn item-block" data-at="button" data-link-l2fq8ojdqy > More </a> </div> <div class="widget item-absolute " id="element-1035"> <a href="https://www.testandmeasurementtips.com/understanding-total-harmonic-distortion-measurements-faq/" id="link-781kqeqtk8l" target="_blank" class="url-link btn item-block" data-at="button" data-link-781kqeqtk8l > More </a> </div> </div> </div> </section> <section class="section section-relative " id="page-block-ddozg8ctkxs" 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-1000"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="https://www.pcb.com/applications/test-and-measurement/test-laboratories?utm_source=E-classroom&utm_medium=advertiser&utm_campaign=t%26m-consumer+electronics&utm_id=EEWowrld-2023" class="url-link item-content-box item-block" id="link-fx6350i2wun" data-at="image-link" data-link-fx6350i2wun 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/bc0e6182/1692630535-64034949-368x75-pcb-logo.jpg" data-retina-src="//v.fastcdn.co/t/6f5f942d/bc0e6182/1692630535-64034949-736x150-pcb-logo.jpg" > </a> </div> </div> <div class="widget item-absolute headline " id="element-999" data-at="headline"> <div class="contents"> <h1> <span class="x_cc1a91ca x_54e29a60"><span class="x_0bf79f5f">Featured Resources:</span></span> </h1> </div> </div> <div class="widget item-absolute headline " id="element-1002" data-at="headline"> <div class="contents"> <h1> <span class="x_a2e00130 x_caa00007"><span class="x_effd3d57">Advancements of Shock Sensors for Product Testing</span></span> </h1> </div> </div> <div class="widget item-absolute headline " id="element-1005" data-at="headline"> <div class="contents"> <h1> <span class="x_a2e00130 x_b558b569"><span class="x_effd3d57">Transmission Loss in Acoustic Testing</span></span> </h1> </div> </div> <div class="widget item-absolute " id="element-1003"> <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/bc0e6182/1692630536-64035083-260x210-ISMA-2022-Final-002-.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/bc0e6182/1692630538-64035083-520x420-ISMA-2022-Final-002-.png" > </div> </div> <div class="widget item-absolute " id="element-1006"> <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/bc0e6182/1692630551-64035086-372x210-trans-vid.jpg" data-retina-src="//v.fastcdn.co/t/6f5f942d/bc0e6182/1692630551-64035086-744x420-trans-vid.jpg" > </div> </div> <div class="widget item-absolute paragraph " id="element-1013" data-at="paragraph"> <div class="contents"> <p class="x_3579aa00 x_ef245e2e"><span class="x_c9d5b5ac">This paper explores advancements in shock sensors, including multi-mode damping, ESD protection and low noise cables. We will compare the legacy and new technologies, and demonstrate the improvements in the new offerings.</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1014" data-at="paragraph"> <div class="contents"> <p class="x_3579aa00 x_ef245e2e"><span class="x_c9d5b5ac">Dr. Andrew Barnard shows how to test materials for sound absorption and loss. Learn how to choose the best materials for noise reduction from outside sources, such as wind and other noise.</span></p> </div> </div> <div class="widget item-absolute " id="element-1004"> <a href="https://www.pcb.com/resources/videos/transmission-loss-in-acoustic-testing?utm_source=E-classroom&utm_medium=advertiser&utm_campaign=t%26m-consumer+electronics&utm_id=EEWorld-2023" id="link-2fhaquz3hru" target="_blank" class="url-link btn item-block" data-at="button" data-link-2fhaquz3hru > Watch Video </a> </div> <div class="widget item-absolute " id="element-1001"> <a href="https://www.pcb.com/sensors-for-test-measurement/accelerometers/advancements-of-shock-sensors-for-product-testing?utm_source=E-classroom&utm_medium=advertiser&utm_campaign=t%26m-consumer+electronics&utm_id=EEWorld-2023" id="link-61x2tw00i1y" target="_blank" class="url-link btn item-block" data-at="button" data-link-61x2tw00i1y > Download White Paper </a> </div> <div class="widget item-absolute headline " id="element-1008" data-at="headline"> <div class="contents"> <h1> <span class="x_a2e00130 x_caa00007"><span class="x_effd3d57">Top Testing Protocols for Audio Applications</span></span> </h1> </div> </div> <div class="widget item-absolute headline " id="element-1011" data-at="headline"> <div class="contents"> <h1> <span class="x_a2e00130 x_b558b569"><span class="x_effd3d57">Quantifying Acoustic Sources Through Sound Power Measurements</span></span> </h1> </div> </div> <div class="widget item-absolute " id="element-1009"> <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/bc0e6182/1692630553-64035081-325x217-Phantom-Collage-580.jpg" data-retina-src="//v.fastcdn.co/t/6f5f942d/bc0e6182/1692630553-64035081-650x434-Phantom-Collage-580.jpg" > </div> </div> <div class="widget item-absolute " id="element-1012"> <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/bc0e6182/1692630554-64035087-321x211-iStock-58250496.jpg" data-retina-src="//v.fastcdn.co/t/6f5f942d/bc0e6182/1692630554-64035087-642x422-iStock-58250496.jpg" > </div> </div> <div class="widget item-absolute paragraph " id="element-1015" data-at="paragraph"> <div class="contents"> <p class="x_3579aa00 x_ef245e2e"><span class="x_c9d5b5ac">This dynamic, informative webinar focuses on the importance of audio testing related to implementing speakers and headphones into your products. It provides practical, real-world knowledge for test and audio engineers to improve their testing practices.</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1016" data-at="paragraph"> <div class="contents"> <p class="x_3579aa00 x_ef245e2e"><span class="x_c9d5b5ac">Dr. Andrew R. Barnard discusses sound power measurement techniques, including free-field, reverberant, and in-situ. He provides tips for choosing the right method for your testing application, and demonstrates a “free-field over a reflecting plane” measurement using PCB Model 378B02 free-field microphones.</span></p> </div> </div> <div class="widget item-absolute " id="element-1007"> <a href="https://www.pcb.com/learn/training/webinars/top-testing-protocols-for-audio-applications?utm_source=E-classroom&utm_medium=advertiser&utm_campaign=t%26m-consumer+electronics&utm_id=EEWorld-2023" id="link-rrx0t2blqad" target="_blank" class="url-link btn item-block" data-at="button" data-link-rrx0t2blqad > View Webinar </a> </div> <div class="widget item-absolute " id="element-1010"> <a href="https://www.pcb.com/applications/test-and-measurement/landingpages/quantifying-acoustic-sources-through-sound-power-measurements?utm_source=E-classroom&utm_medium=advertiser&utm_campaign=t%26m-consumer+electronics&utm_id=EEWorld-2023" id="link-lux4ixg7t5o" target="_blank" class="url-link btn item-block" data-at="button" data-link-lux4ixg7t5o > Download White Paper </a> </div> </div> </div> </section> <section class="section section-relative " id="page-block-0pl1n6okqon" 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-967" data-at="headline"> <div class="contents"> <h1> <span class="x_eb0060c7 x_6ee82066"><span class="x_3528f91f">Noise • Audio • Acoustics</span></span> </h1> </div> </div> <div class="widget item-absolute " id="element-964"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-978"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-968"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-969"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-983"> <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/bc0e6182/1692630549-64048545-177x133-audio-measurements-3.jpg" data-retina-src="//v.fastcdn.co/t/6f5f942d/bc0e6182/1692630550-64048545-354x266-audio-measurements-3.jpg" > </div> </div> <div class="widget item-absolute " id="element-977"> <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/bc0e6182/1692630524-64048534-177x133-OKOS-MacroVue-1000-P.jpg" data-retina-src="//v.fastcdn.co/t/6f5f942d/bc0e6182/1692630524-64048534-354x266-OKOS-MacroVue-1000-P.jpg" > </div> </div> <div class="widget item-absolute " id="element-982"> <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/bc0e6182/1692630548-64048541-177x133-distortion-noise-300.jpg" data-retina-src="//v.fastcdn.co/t/6f5f942d/bc0e6182/1692630549-64048541-354x266-distortion-noise-300.jpg" > </div> </div> <div class="widget item-absolute " id="element-984"> <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/bc0e6182/1692630550-64048552-177x133-How-does-an-Acoustic.jpg" data-retina-src="//v.fastcdn.co/t/6f5f942d/bc0e6182/1692630551-64048552-354x266-How-does-an-Acoustic.jpg" > </div> </div> <div class="widget item-absolute paragraph " id="element-974" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_faad26e1">Audio measurements for product development</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-979" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_faad26e1">How does an acoustic camera work and what’s it good for?</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-971" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_faad26e1">The difference between electronic distortion and noise</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-965" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_faad26e1">Scanning for defects with sound waves</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-966" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_816a1881">Recent advancements in SAM technology have significantly improved throughput speeds and defect detectability.</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-976" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_816a1881">It pays to know the fundamental parameters that quantify the performance of sound equipment.</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-980" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_816a1881">There are a variety of microphone array structures to support specific analysis needs.</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-973" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_816a1881">The concepts of distortion and noise in signal processing overlap to a limited extent, but they are distinct phenomena.</span></p> </div> </div> <div class="widget item-absolute " id="element-970"> <a href="https://www.testandmeasurementtips.com/scanning-for-defects-with-sound-waves/" id="link-p4exhp088bq" target="_blank" class="url-link btn item-block" data-at="button" data-link-p4exhp088bq > More </a> </div> <div class="widget item-absolute " id="element-972"> <a href="https://www.testandmeasurementtips.com/the-difference-between-electronic-distortion-and-noise-faq/" id="link-1spkns52wxi" target="_blank" class="url-link btn item-block" data-at="button" data-link-1spkns52wxi > More </a> </div> <div class="widget item-absolute " id="element-975"> <a href="https://www.testandmeasurementtips.com/audio-measurements-for-product-development-faq/" id="link-9scuui2o65d" target="_blank" class="url-link btn item-block" data-at="button" data-link-9scuui2o65d > More </a> </div> <div class="widget item-absolute " id="element-981"> <a href="https://www.sensortips.com/frequently-asked-question-faq/how-does-an-acoustic-camera-work-and-whats-it-good-for/" id="link-ktgm2ycu1b" target="_blank" class="url-link btn item-block" data-at="button" data-link-ktgm2ycu1b > More </a> </div> </div> </div> </section> <section class="section section-relative " id="page-block-iddqxhgl14c" 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-997"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="https://www.pcb.com/applications/test-and-measurement/test-laboratories?utm_source=E-classroom&utm_medium=advertiser&utm_campaign=t%26m-consumer+electronics&utm_id=EEWowrld-2023" class="url-link item-content-box item-block" id="link-lmkhetqo6k" data-at="image-link" data-link-lmkhetqo6k 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/bc0e6182/1692630552-64034949-416x85-pcb-logo.jpg" data-retina-src="//v.fastcdn.co/t/6f5f942d/bc0e6182/1692630552-64034949-832x170-pcb-logo.jpg" > </a> </div> </div> <div class="widget item-absolute paragraph " id="element-998" data-at="paragraph"> <div class="contents"> <p class="x_dc68832a x_c5f0bf77"><span class="x_c9d5b5ac">PCB manufactures vibration, pressure, force and strain, shock, and acoustic sensors used by design engineers and predictive maintenance professionals worldwide for test, measurement, monitoring, and control requirements. Our sensors support testing in aerospace and defense, automotive, transportation, civil engineering, and general R&D industries. Primary sensing technologies include piezoelectric (ICP®), piezoresistive, and capacitive MEMS. With a worldwide customer support team, 24-hour SensorLine, and a global distribution network, PCB is committed to Total Customer Satisfaction. info at <a href="https://www.pcb.com/" id="link-3z2vy4k2pse" target="_blank" data-link-3z2vy4k2pse class="url-link">www.pcb.com</a>.</span></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/bc0e6182/1692630520-43173756-224x79-EEworld-online-rever.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/bc0e6182/1692630520-43173756-448x158-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-k97mlinn9gg" target="_blank" class="url-link btn item-block" data-at="button" data-link-k97mlinn9gg > EE World's Online Training Center </a> </div> </div> </div> </section> <section class="section section-relative " id="page-block-zedljqnx41" 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 defer src="//g.fastcdn.co/js/Social.61b112b7ca9c9a4aae65.js"></script> <script data-cfasync="false" async src="https://heatmap-events-collector.instapage.com/static/lib.js"></script> <script data-cfasync="false" id="facebook-jssdk" src="https://connect.facebook.net/en_EN/sdk.js#xfbml=1&version=v3.1"></script> <!-- Generated at: 2023-08-21T15:12:42.678Z --> <!-- --> <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:'8e8edb162dacb0d0',t:'MTczMjY3NjI5OS4wMDAwMDA='};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>