google-sheet2Html

/*! * * Google Sheets To HTML v0.9a * * To use, simply replace the "tq?key=" value in the * URL below with your own unique Google document ID * * The Google document's sharing must be set to public * */ google.load('visualization', '1', { packages: ['table'] }); var visualization; function drawVisualization() { var query = new google.visualization.Query('https://spreadsheets.google.com/tq?key=https://docs.google.com/spreadsheets/d/1-vUEZ9tae5C_OXzSi0dQPWwUrO3H5S-gImB5afFgqDg/edit?usp=sharing'); query.setQuery('SELECT A, B, C, D label A "Duration", B "Song", C "Requested By", D "URL"'); query.send(handleQueryResponse); } function handleQueryResponse(response) { if (response.isError()) { alert('There was a problem with your query: ' + response.getMessage() + ' ' + response.getDetailedMessage()); return; } var data = response.getDataTable(); visualization = new google.visualization.Table(document.getElementById('table')); visualization.draw(data, { legend: 'bottom' }); } google.setOnLoadCallback(drawVisualization);

Thursday, November 24, 2016

Independent side band


Independent side band (ISB)


วิทยุ AM มีการใช้เทคนิค Single side band Mode ซึ่งแบ่งออก เป็น สัญญาณ คลื่น ครึ่งบน เรียก upper sideband (USB) และ สัญญาณ ครึ่่งล่างเรียก Lower Side band (LSB)

ในขณะเดียวกัน ถ้าให้ ผสม สัญญาณ ครึ่งบน ดัวยข้อมูล A และ ครึ่งล่าง ด้วยข้อมูลB จากนันผสมสัญญาณ และส่งออกอากาศ พร้อมกัน ทั้งครึ่งบนและครึ่งล่าง

เป็นการส่งสัญญาณ สเตริโอ (stereo) จะเรียกการส่งสัญญาณ แบบนี้ว่า Independent side band เรียกย่อว่า ระบบISB (independent แปลว่า อิสระ

ในบางแห่งอาจจะเรียกการส่งสัญญาณแบบนี้ว่า Kahm system ซึ่งพัฒนาโดยวิศวกรไฟฟ้า ชื่อ Leonard R. Kahn จนได้เป็นระบบ โมโตโลร่า ซีแคม (Motolola C-Quam AM Stereo) แล้วต่อมาได้พัฒนาเป็น ระบบ CAM-D AM digital อ่านเพิ่มเติม CAM-D AM digital   ที่

มีการใช้การส่งสัญญาณ ISB กับการสื่อสารระยะไกล แบบ point - to – point ในย่านความถี่วิทยุ HF นอกจาน นี้ยังมีการใช้ในทางการทหารด้วย


 

No comments:

Post a Comment