/*! elementor - v3.20.0 - 20-03-2024 */ (()=>{var e={38003:e=>{"use strict";e.exports=wp.i18n},78983:e=>{e.exports=function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},e.exports.__esModule=!0,e.exports.default=e.exports},42081:(e,t,r)=>{var o=r(74040);function _defineProperties(e,t){for(var r=0;r{var o=r(74040);e.exports=function _defineProperty(e,t,r){return(t=o(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e},e.exports.__esModule=!0,e.exports.default=e.exports},73203:e=>{e.exports=function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}},e.exports.__esModule=!0,e.exports.default=e.exports},56027:(e,t,r)=>{var o=r(7501).default;e.exports=function toPrimitive(e,t){if("object"!=o(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var i=r.call(e,t||"default");if("object"!=o(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)},e.exports.__esModule=!0,e.exports.default=e.exports},74040:(e,t,r)=>{var o=r(7501).default,i=r(56027);e.exports=function toPropertyKey(e){var t=i(e,"string");return"symbol"==o(t)?t:String(t)},e.exports.__esModule=!0,e.exports.default=e.exports},7501:e=>{function _typeof(t){return e.exports=_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e.exports.__esModule=!0,e.exports.default=e.exports,_typeof(t)}e.exports=_typeof,e.exports.__esModule=!0,e.exports.default=e.exports}},t={};function __webpack_require__(r){var o=t[r];if(void 0!==o)return o.exports;var i=t[r]={exports:{}};return e[r](i,i.exports,__webpack_require__),i.exports}(()=>{"use strict";var e=__webpack_require__(38003).__,t=__webpack_require__(73203),r=t(__webpack_require__(78983)),o=t(__webpack_require__(42081)),i=t(__webpack_require__(93231)),n=function(){function Admin(){(0,r.default)(this,Admin),(0,i.default)(this,"KIT_DATA_KEY","elementor-kit-data"),(0,i.default)(this,"cachedKitData",void 0),(0,i.default)(this,"revertButton",void 0),(0,i.default)(this,"activeKitName",void 0),this.activeKitName=this.getActiveKitName(),this.revertButton=document.getElementById("elementor-import-export__revert_kit"),this.revertButton&&(this.revertButton.addEventListener("click",this.onRevertButtonClick.bind(this)),this.maybeAddRevertBtnMargin()),this.maybeShowReferrerKitDialog()}return(0,o.default)(Admin,[{key:"maybeAddRevertBtnMargin",value:function maybeAddRevertBtnMargin(){new URLSearchParams(this.revertButton.href).get("referrer_kit")&&(this.revertButton.style.marginBottom=this.calculateMargin(),this.scrollToBottom())}},{key:"calculateMargin",value:function calculateMargin(){var e=document.getElementById("wpadminbar"),t=e?e.offsetHeight:0,r=this.revertButton.parentElement.offsetHeight;return document.body.clientHeight-t-r-document.getElementById("wpfooter").offsetHeight-15+"px"}},{key:"scrollToBottom",value:function scrollToBottom(){setTimeout((function(){window.scrollTo(0,document.body.scrollHeight)}))}},{key:"onRevertButtonClick",value:function onRevertButtonClick(t){var r=this;t.preventDefault(),elementorCommon.dialogsManager.createWidget("confirm",{headerMessage:e("Are you sure?","elementor"),message:e("Removing %s will permanently delete changes made to the Kit's content and site settings","elementor").replace("%s",this.activeKitName),strings:{confirm:e("Delete","elementor"),cancel:e("Cancel","elementor")},onConfirm:function onConfirm(){return r.onRevertConfirm()}}).show()}},{key:"onRevertConfirm",value:function onRevertConfirm(){var e=new URLSearchParams(this.revertButton.href).get("referrer_kit");this.saveToCache(null!=e?e:""),location.href=this.revertButton.href}},{key:"maybeShowReferrerKitDialog",value:function maybeShowReferrerKitDialog(){var t=this.getDataFromCache().referrerKitId;if(void 0!==t){if(0===t.length)return this.createKitDeletedWidget({message:e("Try a different Kit or build your site from scratch.","elementor"),strings:{confirm:e("OK","elementor"),cancel:e("Kit Library","elementor")},onCancel:function onCancel(){location.href=elementorImportExport.appUrl}}),void this.clearCache();this.createKitDeletedWidget({message:e("You're ready to apply a new Kit!","elementor"),strings:{confirm:e("Continue to new Kit","elementor"),cancel:e("Close","elementor")},onConfirm:function onConfirm(){location.href=elementorImportExport.appUrl+"/preview/"+t}}),this.clearCache()}}},{key:"createKitDeletedWidget",value:function createKitDeletedWidget(t){var r=this.getDataFromCache().activeKitName;elementorCommon.dialogsManager.createWidget("confirm",{id:"e-revert-kit-deleted-dialog",headerMessage:e("%s was successfully deleted","elementor").replace("%s",r),message:t.message,strings:{confirm:t.strings.confirm,cancel:t.strings.cancel},onConfirm:t.onConfirm,onCancel:t.onCancel}).show()}},{key:"getActiveKitName",value:function getActiveKitName(){var t=elementorImportExport.lastImportedSession;return t.kit_title?t.kit_title:t.kit_name?this.convertNameToTitle(t.kit_name):e("Your Kit","elementor")}},{key:"convertNameToTitle",value:function convertNameToTitle(e){return e.split(/[-_]+/).map((function(e){return e[0].toUpperCase()+e.substring(1)})).join(" ")}},{key:"saveToCache",value:function saveToCache(e){sessionStorage.setItem(this.KIT_DATA_KEY,JSON.stringify({referrerKitId:e,activeKitName:this.activeKitName}))}},{key:"getDataFromCache",value:function getDataFromCache(){var e;if(this.cachedKitData)return this.cachedKitData;try{this.cachedKitData=JSON.parse(sessionStorage.getItem(this.KIT_DATA_KEY))}catch(e){return{}}return null!==(e=this.cachedKitData)&&void 0!==e?e:{}}},{key:"clearCache",value:function clearCache(){sessionStorage.removeItem(this.KIT_DATA_KEY)}}]),Admin}();window.addEventListener("load",(function(){new n}))})()})();/*! elementor - v3.25.0 - 24-11-2024 */ .elementor-widget-image-carousel .swiper,.elementor-widget-image-carousel .swiper-container{position:static}.elementor-widget-image-carousel .swiper-container .swiper-slide figure,.elementor-widget-image-carousel .swiper .swiper-slide figure{line-height:inherit}.elementor-widget-image-carousel .swiper-slide{text-align:center}.elementor-image-carousel-wrapper:not(.swiper-container-initialized):not(.swiper-initialized) .swiper-slide{max-width:calc(100% / var(--e-image-carousel-slides-to-show, 3))}// Preview template behaviour @grid-preview-max-width: 400px; .vc_ui-template-preview { .vc_welcome { display: none; } .wpb_vc_tta_tabs, .wpb_vc_tta_toggle, .wpb_vc_tta_pageable, .wpb_vc_tta_tour, .wpb_vc_tta_accordion, .wpb_vc_tta_section .vc_tta-panel-body { .vc_controls { display: none; } } .postbox { border-color: transparent; margin-bottom: 0; box-shadow: none; } .vc_ui-templates-preview-design-helper { position: relative; height: auto; .vc_row_color, .vc_row_image { float: right; margin-top: 3px; width: 16px; height: 16px; display: block; margin-right: 3px; border-radius: 8px; background-size: cover; } } .wpb_vc_column_inner > .vc_controls:last-child { display: none; } // Fix for grid row .vc_gitem-content { padding-top: 10px; > .vc_row { display: flex; flex-flow: row nowrap; justify-content: center; align-items: flex-start; align-content: flex-start; &::before, &::after { width: 0; } .vc_gitem-add-c-left, .vc_gitem-add-c-right, .vc_gitem-add-c-top, .vc_gitem-add-c-bottom { &:empty { display: none; } } .vc_gitem-ab-zone, .vc_gitem-add-c-left, .vc_gitem-add-c-right, .vc_gitem-add-c-top, .vc_gitem-add-c-bottom { width: 50%; max-width: @grid-preview-max-width; } .vc_gitem-add-c-top, .vc_gitem-add-c-bottom { margin-left: 0; } } } } .vc_general-template-preview { height: auto; #wpbody-content { padding-bottom: 0; } #wpbody { padding: 0; } // don't show wp update message in preview #update-nag, .update-nag { display: none; } } طراحی سیستم‌های آنتن مرکزی برای ساختمان‌ها – آزمون تاپ

طراحی سیستم‌های آنتن مرکزی برای ساختمان‌ها

مقدمه :

در ساختمان‌هایی که تعداد زیادی گیرنده تلویزیونی وجود دارد (مانند هتل‌ها و برج‌های مسکونی) در صورتی که بخواهیم برای هر گیرنده یک آنتن مجزا نصب نماییم مشکلاتی مانند موارد ذکر شده در زیر بروز خواهد کرد، در نتیجه نیاز به یک آنتن مرکزی است:

• محدودیت فضایی پشت بام برای نصب تعداد زیادی آنتن
• اثر انعکاسی و القایی آنتن‌ها بر یکدیگر
• هزینه بالای نصب آنتن برای تک تک گیرنده‌ها و سیم کشی آنتن تا گیرنده
• از بین رفتن زیبایی ظاهر ساختمان و به وجود آمدن جنگلی از آنتن‌ها
• حجم بالای سیم کشی آنتن‌ها تا گیرنده نیز مشکلاتی به وجود خواهد آورد

باتوجه به موارد ذکر شده راه کار پیشنهادی این است که از یک آنتن مرکزی برای تمام گیرنده‌ها استفاده گردد و چون سیگنال دریافت شده توسط این آنتن برای تمام گیرنده‌ها کافی نخواهد بود لذا از تجهیزاتی برای افزایش مقدار سیگنال و توزیع آن بین گیرنده‌ها استفاده می‌کنیم. عملی کردن این راه کار با استفاده از تجهیزات سیستم‌های آنتن مرکزی  (NJASTER ANTENNA TV) (MATV) انجام می‌پذیرد.

از این سیستم‌ها به عنوان ( COMMUNITY ANTENNA TV) (CATV ) نیز نامبرده می‌شود. یک سیستم MATV مجموعه‌ای از تجهیزات اولیه سیگنال تلویزیونی و تجهیزات پردازش و تقویت سیگنال و توزیع آن از طریق کابل‌های کواکسیال بین گیرنده‌های تلویزیونی است و هدف از برقراری آن محیا کردن سطح سیگنال مناسب را برای هر گیرنده جهت دریافت تصویری با کیفیت قابل قبول می‌باشد. تجهیزات سیستم MATV به دو دسته تقسیم می گردد:

۱- تجهیزات ابتدایی تهیه سیگنال ( HEADEND equipment ) :

این تجهیزات شامل آنتن و تقویت کنند. فیلترها ، مبدل‌های فرکانسی ، تله موج‌ها و مچینگ‌ها می‌باشد که برای پردازش سیگنال تلویزیونی و رساندن آن به اندازه و کیفیت مطلوب برای گیرنده‌ها به کار می‌روند .

۲- تجهیزات توزیع سیگنال ( DISTRIBUTION equipment ) :

شامل قطعاتی چون تقسیم کننده‌های انشعابی یا تقسیم انتهایی ( SPLITTER ) و تقسیم کننده عبوری یا میانی ( TAP OFF ) و مقاومت‌های انتهایی ( TERMINATOR ) و غیره برای تحویل سیگنال به گیرنده‌ها و جدا سازی ( ISOLOTION ) هر گیرنده از سیستم می‌باشد .
اکنون به شرح تجهیزات مورد استفاده در سیستم‌های MATV می‌پردازیم .

تجهیزات ابتدایی تهیه سیگنال (HEADEND EQUIPMENT)

آنتن (ANTENNA) :

این وسیله دارای شاخه‌هایی از جنس آلومینیوم و به صورت لوله‌های توخالی می‌باشد که در اندازه‌های مختلف ( بسته به فرکانس مورد دریافت ) روی یک محور مرکزی و به صورت عمود بر آن چیده شده‌اند و امواج تلویزیونی موجود در فضا سیگنالی در آن القا می‌کند و این سیگنال توسط کابل به گیرنده منتقل می‌گردد . طبق تجربه برای دریافت تصویر با کیفیت مطلوب، آنتن باید حداقل سطح سیگنال . ۱۰۰۰ میکرو ولت را محیا کند .

آنتن‌ها به دو صورت پهن باند ( BROAD BAND ) برای دریافت چندین کانال توسط یک آنتن و یا به صورت تک کانال برای دریافت یک کانال (معمولا آنتن یاگی) وجود دارند . هنگام انتخاب آنتن باید تعداد کانال‌های مورد دریافت جهت فرستنده‌های تلویزیونی و نوع سیگنال مورد دریافت وسطح سیگنال قابل دریافت را در نظر داشت. آنتن‌های مخصوص دریافت سیگنال‌های UHF معمولا دارای شاخه‌های بلندتری نسبت به آنتن‌های VHF می‌باشند .یک نوع از آنتن‌ها نیز ترکیبی می‌باشند یعنی دارای دو قسمت دریافت UHF وVHF می‌باشند.

بالن (BALUN):

آنتن‌ها معمولا امپدانس ۳۰۰ اهم دارند در درحالی که تجهیزات MATV دارای امپدانس ۷۵ اهم می‌باشند لذا برای انتقال سیگنال با مقدار حداکثر باید از وسیله‌ای که بالن نامیده می‌شود استفاده گردد تا امپدانس ۳۰۰ اهم آنتن با امپدانس ۷۵ اهم سایر تجهیزات منطبق گردد . بالن را در نزدیک‌ترین فاصله نسبت به ترمینال آنتن وصل می‌کنند.

مشاهده فیلم آموزشی طراحی، اجرا و نظارت بر سیستم‌های آنتن مرکزی

نظر دهید

پاسخ دهید

 آزمون تاپ
Logo
مقایسه موارد
  • کل (0)
مقایسه
0

مشاوره رایگان

آزمون کارشناسی رسمی نزدیکه!
برای مشاوره رایگان و عضویت در بزرگترین گروه کارشناسی رسمی فرم زیر را پر کنید.