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);

Wednesday, June 1, 2016

FreeDV เล่น digital voice


FreeDV เล่น digital voice  
นักวิทยุสมัครเล่น ขั้น ต้น ใครทดสอบก็รับผิดชอบเองนะครับ แค่เล่าให้ฟัง

สัญญาณเสียง แบบ อานาลอก แปลง เป็น เสียงแบบ ดิจิตอล การเข้ารหัส เรียกว่า โค้ด (code) ส่วนการถอดรหัส เรียกว่า ดีโค้ค (decode) เรียกรวมกันว่า โค-เด็ซ (codec) 

นักวิทยุสมัครเล่น ในไทย ส่วนมากจะได้ยิน แต่ D-star ซึ่งเป็น codec ที่เป็น closed-source มีลิขสิทธิ์ ในขณะที่ FreeDV เป็น open source ภายใต้ GNU Public License V2.1
ในการใช้โปรแกรม FreeDV ต้องมี ซาวด์การ์ด 2ชุด ชุดแรกเป็นการแปลงเสียงพูดเป็นสัญญาณ ดิจิตอล ชุดที่สองเป็นชุดที่ต่อกับวิทยุสื่อสาร SSB 

โปรแกรมทีทั้ง เวอร์ชั่น windows 32 บิท , windows 64บิท ,Mac OSX, Linux ดาวโหลดที่ https://freedv.org/tiki-index.php มีรายละเอียดการใช้งานด้วย















มีคนลอง FreeDV บน VHF ได้ผล ลองอ่านรายละเอียด ที่ https://groups.google.com/forum/#!topic/digitalvoice/G2rEF3vgxAo

No comments:

Post a Comment