<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MC Sys Technology</title>
	<atom:link href="http://www.mcsys.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mcsys.com/blog</link>
	<description>Monitoring &#38; Control System in Satellite</description>
	<lastBuildDate>Mon, 21 Nov 2011 07:33:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Digital Audio</title>
		<link>http://www.mcsys.com/blog/2011/11/digital-audio/</link>
		<comments>http://www.mcsys.com/blog/2011/11/digital-audio/#comments</comments>
		<pubDate>Mon, 21 Nov 2011 07:32:35 +0000</pubDate>
		<dc:creator>Fairy</dc:creator>
				<category><![CDATA[Radio Broadcasting]]></category>
		<category><![CDATA[Digital Audio]]></category>

		<guid isPermaLink="false">http://www.mcsys.com/blog/?p=315</guid>
		<description><![CDATA[Digital audio is sound reproduction using pulse-code modulation and digital signals. Digital audio systems include analog-to-digital conversion (ADC), digital-to-analog conversion (DAC), digital storage, processing and transmission components. A primary benefit of digital audio is in its convenience of storage, transmission &#8230; <a href="http://www.mcsys.com/blog/2011/11/digital-audio/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Digital audio is sound reproduction using pulse-code modulation and digital signals. Digital audio systems include analog-to-digital conversion (ADC), digital-to-analog conversion (DAC), digital storage, processing and transmission components. A primary benefit of digital audio is in its convenience of storage, transmission and retrieval.</p>
<p>Digital audio has emerged because of its usefulness in the recording, manipulation, mass-production, and distribution of sound. Modern distribution of music across the Internet via on-line stores depends on digital recording and digital compression algorithms. Distribution of audio as data files rather than as physical objects has significantly reduced the cost of distribution.</p>
<p><a href="http://www.mcsys.com/blog/wp-content/uploads/2011/11/800px-Pcm.svg_.png"><img class="size-full wp-image-317 aligncenter" title="Digital Audio Wave" src="http://www.mcsys.com/blog/wp-content/uploads/2011/11/800px-Pcm.svg_.png" alt="Digital Audio Wave" width="400" height="300" /></a>An example of 4-bit pulse code modulation showing quantization and sampling of a signal (red).</p>
<p><a href="http://www.mcsys.com/blog/wp-content/uploads/2011/11/800px-A-D-A_Flow.svg_.png"><img class="size-full wp-image-318 aligncenter" title="A flow of audio from sound waves through a microphone to an analog voltage" src="http://www.mcsys.com/blog/wp-content/uploads/2011/11/800px-A-D-A_Flow.svg_.png" alt="A flow of audio from sound waves through a microphone to an analog voltage" width="600" height="283" /></a><br />
A flow of audio from sound waves through a microphone to an analog voltage, A-D converter, computer, D-A converter, analog voltage, speaker and finally as sound waves again.</p>
<p>Sample rate is the number of samples of audio carried per second.</p>
<table width="400" border="1">
<tbody>
<tr>
<td>Sample<br />
Rate (kHz)</td>
<td>Maximum<br />
Frequency (kHz)</td>
</tr>
<tr>
<td>8</td>
<td> 3.6</td>
</tr>
<tr>
<td>11.025</td>
<td>5</td>
</tr>
<tr>
<td>22.05</td>
<td>10</td>
</tr>
<tr>
<td>32</td>
<td>14.5</td>
</tr>
<tr>
<td>44</td>
<td>20</td>
</tr>
</tbody>
</table>
<p>44.1 kHz is the sampling rate of audio CDs giving a 20 kHz maximum frequency. 20 kHz is the highest frequency generally audible by humans, so making 44.1 kHz the logical choice for most audio material. High quality tape decks using metal tape, and medium quality LP equipment can reproduce 20 kHz (higher for top quality LP equipment, though some of this is harmonic distortion inherent in the medium).</p>
<p><strong>Reduced Bandwidth Recording</strong><br />
Audio may be recorded at below 20kHz bandwidth for a few reasons:</p>
<ul>
<li>To reduce file size</li>
<li>To reduce CPU usage</li>
</ul>
<p><strong>Audio Bitarte</strong><br />
MP3 Format:<br />
1. 32 kbit/s &#8211; MW (AM) quality<br />
2. 64 kbit/s &#8211; Group Performance &#8211; Low Quality<br />
3. 96 kbit/s &#8211; FM quality<br />
4. 100–160 kbit/s &#8211; Standard Bitrate quality; difference can sometimes be obvious<br />
5. 192 kbits/s is the highest level supported by most MP3 encoders when ripping from a Compact Disc.<br />
6. 224–320 kbit/s &#8211; VBR to highest MP3 quality. Group Performance &#8211; High Quality</p>
<p>Other Audio Formats:<br />
1. 800 bit/s &#8211; minimum necessary for recognizable speech<br />
2. 2.15 kbit/s &#8211; minimum bitrate available through the open-source Speex codec<br />
3. 8 kbit/s &#8211; telephone quality (using speech codecs)<br />
4. 32-500 kbit/s &#8211; lossy audio as used in Ogg Vorbis<br />
5. 256 kbit/s &#8211; Digital Audio Broadcasting (DAB) MP2 bit rate required to achieve a high quality signal<br />
6. 400 kbit/s-1,411kbit/s &#8211; lossless audio as used in formats such as Free Lossless Audio Codec, WavPack or Monkey&#8217;s Audio to compress CD audio<br />
7. 1,411.2 kbit/s &#8211; Linear PCM sound format of Compact Disc Digital Audio<br />
8. 5,644.8 kbit/s &#8211; DSD sound format of Super Audio CD</p>
<p>Ref:</p>
<p>http://en.wikipedia.org/wiki/Digital_audio</p>
<p>http://wiki.audacityteam.org/index.php?title=Sample_Rates</p>
<p>http://www.videoconverterfactory.com/glossary/audio-bitrate.html</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcsys.com/blog/2011/11/digital-audio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microwave Communication Networks</title>
		<link>http://www.mcsys.com/blog/2011/11/microwave-communication-networks/</link>
		<comments>http://www.mcsys.com/blog/2011/11/microwave-communication-networks/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 07:32:16 +0000</pubDate>
		<dc:creator>Fairy</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Radio Broadcasting]]></category>
		<category><![CDATA[Satellite]]></category>
		<category><![CDATA[Microwave Communication]]></category>

		<guid isPermaLink="false">http://www.mcsys.com/blog/?p=289</guid>
		<description><![CDATA[A microwave link is a communications system that uses a beam of radio waves (&#62; 1GHz) in the microwave frequency range to transmit information between two fixed locations on the earth. Microwaves are short-wavelength, high-frequency signals that occupy the electromagnetic &#8230; <a href="http://www.mcsys.com/blog/2011/11/microwave-communication-networks/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A microwave link is a communications system that uses a beam of radio waves (&gt; 1GHz) in the microwave frequency range to transmit information between two fixed locations on the earth.</p>
<p><a href="http://www.mcsys.com/blog/wp-content/uploads/2011/11/Microwave-communication1.jpg"><img class="size-full wp-image-291 aligncenter" title="Microwave Communication Networks" src="http://www.mcsys.com/blog/wp-content/uploads/2011/11/Microwave-communication1.jpg" alt="Microwave Communication Networks" width="500" height="310" /></a>Microwaves are short-wavelength, high-frequency signals that occupy the electromagnetic spectrum 1,000 MHz (1 GHz) to 1,000 GHz (1 terahertz). This is just above the radio frequency range and just below the infrared range.</p>
<p><a href="http://www.mcsys.com/blog/wp-content/uploads/2011/11/Electromagnetic-Spectrum.jpg"><img class="size-full wp-image-293 aligncenter" title="Electromagnetic Spectrum" src="http://www.mcsys.com/blog/wp-content/uploads/2011/11/Electromagnetic-Spectrum.jpg" alt="Electromagnetic Spectrum" width="500" height="317" /></a>Broadcasters use microwave links to send programs from the studio to the transmitter location, which might be miles away. Wireless Internet service providers use microwave links to provide their clients with high-speed Internet access without the need for cable connections.</p>
<p><a href="http://www.mcsys.com/blog/wp-content/uploads/2011/11/Ethernet-point-to-point-links.jpg"><img class="size-full wp-image-297 aligncenter" title="Ethernet point to point links" src="http://www.mcsys.com/blog/wp-content/uploads/2011/11/Ethernet-point-to-point-links.jpg" alt="Ethernet point to point links" width="500" height="241" /></a></p>
<p>Microwave systems are used to relay multiplex signals from point to point. A simplex relay system provides one-way communications and consists of a transmitting terminal, a certain number of repeaters.</p>
<p>One of the reasons microwave links are so adaptable is that they are broadband. That means they can move large amounts of information at high speeds. Another important quality of microwave links is that they require no equipment or facilities between the two terminal points, so installing a microwave link is often faster and less costly than a cable connection. Finally, they can be used almost anywhere, as long as the distance to be spanned is within the operating range of the equipment and there is clear path (that is, no solid obstacles) between the locations. Microwaves are also able to penetrate rain, fog, and snow, which means bad weather doesn’t disrupt transmission.</p>
<p><a href="http://www.mcsys.com/blog/wp-content/uploads/2011/11/NEC%E2%80%99s-Ultra-Compact-Microwave-Communications-System.jpg"><img class="size-full wp-image-299 aligncenter" title="NEC’s Ultra-Compact Microwave Communications System" src="http://www.mcsys.com/blog/wp-content/uploads/2011/11/NEC%E2%80%99s-Ultra-Compact-Microwave-Communications-System.jpg" alt="NEC’s Ultra-Compact Microwave Communications System" width="400" height="308" /></a>A simple one-way microwave link includes four major elements: a transmitter, a receiver, transmission lines, and antennas. These basic components exist in every radio communications system, including cellular telephones, two-way radios, wireless networks, and commercial broadcasting. But the technology used in microwave links differs markedly from that used at the lower frequencies (longer wavelengths) in the radio spectrum. Techniques and components that work well at low frequencies are not useable at the higher frequencies (shorter wavelengths) used in microwave links. For example, ordinary wires and cables function poorly as conductors of microwave signals. On the other hand, microwave frequencies allow engineers to take advantage of certain principles that are impractical to apply at lower frequencies.</p>
<p>In a microwave link the transmitter produces a microwave signal that carries the information to be communicated. That information—the input—can be anything capable of being sent by electronic means, such as a telephone call, television or radio programs, text, moving or still images, web pages, or a combination of those media.</p>
<p><a href="http://www.mcsys.com/blog/wp-content/uploads/2011/11/Microwave-Antennas.jpg"><img class="size-full wp-image-303 aligncenter" title="Microwave Antennas" src="http://www.mcsys.com/blog/wp-content/uploads/2011/11/Microwave-Antennas.jpg" alt="Microwave Antennas" width="500" height="139" /></a>The transmitter has two fundamental jobs: generating microwave energy at the required frequency and power level, and modulating it with the input signal so that it conveys meaningful information. Modulation is accomplished by varying some characteristic of the energy in response to the transmitter’s input.</p>
<p>The second integral part of a microwave link is a transmission line. This line carries the signal from the transmitter to the antenna and, at the receiving end of the link, from the antenna to the receiver. At microwave frequencies, those media excessively weaken the signal. In their place, engineers use coaxial cables and, especially, hollow pipes called waveguides.</p>
<p>The third part of the microwave system is the antennas. On the transmitting end, the antenna emits the microwave signal from the transmission line into free space. “Free space” is the electrical engineer’s term for the emptiness or void between the transmitting and receiving antennas. At the receiver site, an antenna pointed toward the transmitting station collects the signal energy and feeds it into the transmission line for processing by the receiver.</p>
<p>Antennas used in microwave links are highly directional, which means they tightly focus the transmitted energy, and receive energy mainly from one specific direction. This contrasts with antennas used in many other communications systems, such as broadcasting. By directing the transmitter’s energy where it&#8217;s needed—toward the receiver—and by concentrating the received signal, this characteristic of microwave antennas allows communication over long distances using small amounts of power.</p>
<p>Between the link’s antennas lies another vital element of the microwave link—the path taken by the signal through the earth’s atmosphere. A clear path is critical to the microwave link’s success. Since microwaves travel in essentially straight lines, man-made obstacles (including possible future construction) that might block the signal must either be overcome by tall antenna structures or avoided altogether. Natural obstacles also exist. Flat terrain can create undesirable reflections, precipitation can absorb or scatter some of the microwave energy, and the emergence of foliage in the spring can weaken a marginally strong signal, which had been adequate when the trees were bare in the winter. Engineers must take all the existing and potential problems into account when designing a microwave link.</p>
<p>At the end of the link is the final component, the receiver. Here, information from the microwave signal is extracted and made available in its original form. To accomplish this, the receiver must demodulate the signal to separate the information from the microwave energy that carries it. The receiver must be capable of detecting very small amounts of microwave energy, because the signal loses much of its strength on its journey.</p>
<p><strong>Regulatory and Licensing</strong></p>
<p>Each country has a varying requirement for the licensing of microwave radio links. In most cases this license only addresses the transmitter, but in the same instance, it offers regulatory protection to any interference that may affect the microwave receiver.</p>
<p>Ref:</p>
<p>http://www.ieeeghn.org/wiki/index.php/Microwave_Link_Networks</p>
<p>http://www.itblogs.in/communication/technology/microwave-communication-an-introduction/</p>
<p>http://www.trangosys.com/products/point-to-point-wireless-backhaul/encryption-ipsec-tunnel-application-diagram.shtml</p>
<p>http://www.nec.co.jp/press/en/0810/0201.html</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcsys.com/blog/2011/11/microwave-communication-networks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Feedhorn and LNB</title>
		<link>http://www.mcsys.com/blog/2011/11/feedhorn-and-lnb/</link>
		<comments>http://www.mcsys.com/blog/2011/11/feedhorn-and-lnb/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 14:53:19 +0000</pubDate>
		<dc:creator>Fairy</dc:creator>
				<category><![CDATA[Satellite]]></category>
		<category><![CDATA[Feedhorn and LNB]]></category>

		<guid isPermaLink="false">http://www.mcsys.com/blog/?p=276</guid>
		<description><![CDATA[The feedhorn is a device that collects the signals at the focus of the satellite dish and channels them to the LNB (Low Noise Block Down Converter). The LNB amplifies the received signals (3.6 &#8211; 4.2 GHz for C-band or &#8230; <a href="http://www.mcsys.com/blog/2011/11/feedhorn-and-lnb/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mcsys.com/blog/wp-content/uploads/2011/11/Feedhorn.jpg"><img class="size-full wp-image-278 aligncenter" title="Feedhorn" src="http://www.mcsys.com/blog/wp-content/uploads/2011/11/Feedhorn.jpg" alt="Feedhorn" width="500" height="118" /></a>The feedhorn is a device that collects the signals at the focus of the satellite dish and channels them to the LNB (Low Noise Block Down Converter). The LNB amplifies the received signals (3.6 &#8211; 4.2 GHz for C-band or 12.25 &#8211; 12.75 GHz for Ku-band) and converts them to lower frequency in the range between 950 and 2150 MHz, and are then sent down a cable to the satellite receiver.<br />
<a href="http://www.mcsys.com/blog/wp-content/uploads/2011/11/Feedhorn-and-LNB.jpg"><img class="size-full wp-image-277 aligncenter" title="Feedhorn and LNB" src="http://www.mcsys.com/blog/wp-content/uploads/2011/11/Feedhorn-and-LNB.jpg" alt="Feedhorn and LNB" width="500" height="200" /></a><br />
To receive both C-band and Ku-band signals, you need a dual band feedhorn with both C-band and Ku-band LNBs. If you want to receive programmes from both vertical and horizontal polarisations, you will need a feedhorn providing outputs for both polarisations. Furthermore, by installing a dual-band and dual-pol feedhorn, you can receive signals from both C and Ku bands and each band having signals from both vertical and horizontal polarisations simultaneously.</p>
<p>Ref: http://www.asiasat.com/asiasat/contentView.php?section=76&amp;lang=0</p>
<p>The feedhorn is covered with a window of polystyrene fiberglass to prevent moisture and dirt from entering the open end of the waveguide. If a dry-air pressure exist in the waveguide system, ceramic materials or quartz glass is used as covering material.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcsys.com/blog/2011/11/feedhorn-and-lnb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RF, IF and LO</title>
		<link>http://www.mcsys.com/blog/2011/11/rf-if-and-lo/</link>
		<comments>http://www.mcsys.com/blog/2011/11/rf-if-and-lo/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 14:30:51 +0000</pubDate>
		<dc:creator>Fairy</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Satellite]]></category>
		<category><![CDATA[IF and LO]]></category>
		<category><![CDATA[RF]]></category>

		<guid isPermaLink="false">http://www.mcsys.com/blog/?p=270</guid>
		<description><![CDATA[RF is Radio Frequency that LNB can receive from a satellite. This would differ between a C-Band LNB, a Ku band standard LNB IF is Intermediate Frequency LO is local oscillating frequency The relationship between all these parameters are  RF &#8230; <a href="http://www.mcsys.com/blog/2011/11/rf-if-and-lo/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>RF is Radio Frequency that LNB can receive from a satellite. This would differ between a C-Band LNB, a Ku band standard LNB</p>
<p>IF is Intermediate Frequency</p>
<p>LO is local oscillating frequency</p>
<p>The relationship between all these parameters are  RF + IF = LO or IF = RF &#8211; LO<br />
<a href="http://www.mcsys.com/blog/wp-content/uploads/2011/11/IF-RF-LO.jpg"><img class="size-full wp-image-271 aligncenter" title="IF-RF-LO" src="http://www.mcsys.com/blog/wp-content/uploads/2011/11/IF-RF-LO.jpg" alt="IF-RF-LO" width="400" height="495" /></a>Ref: http://www.polyphasemicrowave.com/datasheets/IRM0511B.pdf</p>
<p>The satellite signal at 12000 mhz, the local oscillator beats out a constant 10750 mhz. This generates an intermediate frequency of 1250, which is more easily conducted down the coax to the receiver for demodulation. Modulator applies desired modulation to RF or IF carrier wave and Demodulator extracts the original modulation from the  RF or IF.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcsys.com/blog/2011/11/rf-if-and-lo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Satellite Loopback and a Terrestrial TX/RX loopback</title>
		<link>http://www.mcsys.com/blog/2011/11/satellite-loopback-and-a-terrestrial-txrx-loopback/</link>
		<comments>http://www.mcsys.com/blog/2011/11/satellite-loopback-and-a-terrestrial-txrx-loopback/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 08:34:43 +0000</pubDate>
		<dc:creator>Fairy</dc:creator>
				<category><![CDATA[Satellite]]></category>
		<category><![CDATA[Satellite Loopback]]></category>

		<guid isPermaLink="false">http://www.mcsys.com/blog/?p=251</guid>
		<description><![CDATA[IF loop: This command temporarily reconfigures the receive parameters to match the transmit parameters and internally connects IF out to IF in.  Useful to verify that the modem is OK. You don&#8217;t need to touch the external connectors. RF loop: &#8230; <a href="http://www.mcsys.com/blog/2011/11/satellite-loopback-and-a-terrestrial-txrx-loopback/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>IF loop:</strong> This command temporarily reconfigures the receive parameters to match the transmit parameters and internally connects IF out to IF in.  Useful to verify that the modem is OK. You don&#8217;t need to touch the external connectors.</p>
<p><strong>RF loop:</strong> This command is similar to IF loop but does not connect IF out to IF in. You need to make the loop physically yourself, e.g. at the far end of the IF cable network.  This is a good test for the connectors on the IF cabling.</p>
<p>There are two internal loopback commands.</p>
<p><strong>I/O loop:</strong> This loops the data interface in both directions. Data sent into the terrestrial interfaces comes back out.  Data received from the satellite is send back to the satellite. Good for diagnosing if the problem in on the terrestrial side of the modem or satellite side related. If done at a remote site the hub can verify that everything is OK right up to the modem terrestiral interface. Note that the hub may need to reduce bit rate so that the return carrier may be accommodated in the satellite transponder.</p>
<p><strong>Digital loop:</strong> This command loops back the modem after framing (and Reed Soloman coding) but before main FEC coding. This would be useful if you suspected an internal modem fault.</p>
<p>Additional loop tests not involving modem commands:</p>
<p><a href="http://www.mcsys.com/blog/wp-content/uploads/2011/11/Loop-test-translator.jpg"><img class="size-full wp-image-253 aligncenter" title="Loop test translator" src="http://www.mcsys.com/blog/wp-content/uploads/2011/11/Loop-test-translator.jpg" alt="Loop test translator" width="500" height="134" /></a><strong>Loop test translator:</strong>  If you have a &#8220;loop test translator&#8221; this enables you to downconvert a sample of the BUC output back to a receive frequency, rather like an artificial satellite. e.g. 14-14.5 GHz in and 10.7-11.2 GHz out (or 950-1450 MHz out).  The 14GHz to L band versions and they are very useful for testing BUC/HPA outputs if you don&#8217;t have a 14GHz spectrum analyser. They function like an LNB with LO=13.05 GHz LO frequency.</p>
<p><a title="Radyne LTT6400/A03 C-Band Loop Test Translator" href="http://www.comtechefdata.com/manuals/legacy_product_pdfs/radyne/ltt6400-manual.pdf">Ref: Radyne LTT6400/A03 C-Band Loop Test Translator</a></p>
<p><strong>Satellite loop back:</strong> If your uplink and downlink are in the same beam then you can monitor your transmit carrier with a receive modem. Many VSAT hubs will have a test remote VSAT co-located for such test purposes.</p>
<p>Ref: http://www.satsig.net/cgi-bin/yabb/YaBB.pl?board=any1;action=display;num=1271640292</p>
<p>Testing modem A with Loopback(Near) from Modem B</p>
<p><a href="http://www.mcsys.com/blog/wp-content/uploads/2011/11/Near.jpg"><img class="size-full wp-image-263 aligncenter" title="LoopBack Near" src="http://www.mcsys.com/blog/wp-content/uploads/2011/11/Near.jpg" alt="LoopBack Near" width="500" height="298" /></a></p>
<p>Testing modem A with the Satellite</p>
<p><a href="http://www.mcsys.com/blog/wp-content/uploads/2011/11/Far.jpg"><img class="size-full wp-image-264 aligncenter" title="LoopBack Far" src="http://www.mcsys.com/blog/wp-content/uploads/2011/11/Far.jpg" alt="LoopBack Far" width="400" height="307" /></a></p>
<p>Testing modem A without the Satellite<a href="http://www.mcsys.com/blog/wp-content/uploads/2011/11/Tester.jpg"><img class="size-full wp-image-265 aligncenter" title="LoopBack Disable" src="http://www.mcsys.com/blog/wp-content/uploads/2011/11/Tester.jpg" alt="LoopBack Disable" width="532" height="415" /></a></p>
<p>In operating condition, both Loopback are disable.<a href="http://www.mcsys.com/blog/wp-content/uploads/2011/11/Operating.jpg"><img class="size-full wp-image-266 aligncenter" title="LoopBack Both-Disable" src="http://www.mcsys.com/blog/wp-content/uploads/2011/11/Operating.jpg" alt="LoopBack Both-Disable" width="500" height="298" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcsys.com/blog/2011/11/satellite-loopback-and-a-terrestrial-txrx-loopback/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The demod does not lock in Satellite modem</title>
		<link>http://www.mcsys.com/blog/2011/11/the-demod-does-not-lock-in-satellite-modem/</link>
		<comments>http://www.mcsys.com/blog/2011/11/the-demod-does-not-lock-in-satellite-modem/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 07:46:17 +0000</pubDate>
		<dc:creator>Fairy</dc:creator>
				<category><![CDATA[Satellite]]></category>
		<category><![CDATA[normal or inverted]]></category>

		<guid isPermaLink="false">http://www.mcsys.com/blog/?p=242</guid>
		<description><![CDATA[Sometimes all of the settings look good on a modem, but it still does not lock. The frequency, data rate, and FEC are all correct, the signal shows up on the spectrum analyzer, and the cabling is good, but the &#8230; <a href="http://www.mcsys.com/blog/2011/11/the-demod-does-not-lock-in-satellite-modem/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Sometimes all of the settings look good on a modem, but it still does not lock. The frequency, data rate, and FEC are all correct, the signal shows up on the spectrum analyzer, and the cabling is good, but the demod still does not lock. This may be a spectral inversion issue if both sides are not matching normal or inverted (flip it and see if that fixes it). The problem may also be in the signal gain that is getting to the modem. If there is too much loss in the cabling, the modem may not see enough signal. Look at the modem&#8217;s Rx signal gain to see how much it sees. Less than about -60 dB, and it will turn off the demodulator. It should be up in the -40 level to get a good solid lock.</p>
<p>Ref: https://hiseasnet.ucsd.edu/wiki/display/hsnops/Comtech+Satellite+Modems</p>
<p>Here is an example of analogy for normal or inverted spectrum.</p>
<p><a href="http://www.mcsys.com/blog/wp-content/uploads/2011/11/normal-or-inverted.jpg"><img class="size-full wp-image-243 aligncenter" title="normal or inverted" src="http://www.mcsys.com/blog/wp-content/uploads/2011/11/normal-or-inverted.jpg" alt="normal or inverted" width="500" height="455" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcsys.com/blog/2011/11/the-demod-does-not-lock-in-satellite-modem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading firmware for Satellite Modem with Remote control</title>
		<link>http://www.mcsys.com/blog/2011/11/upgrading-firmware-for-satellite-modem-with-remote-control/</link>
		<comments>http://www.mcsys.com/blog/2011/11/upgrading-firmware-for-satellite-modem-with-remote-control/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 07:16:51 +0000</pubDate>
		<dc:creator>Fairy</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Satellite]]></category>
		<category><![CDATA[Remote control]]></category>
		<category><![CDATA[Upgrading firmware]]></category>

		<guid isPermaLink="false">http://www.mcsys.com/blog/?p=238</guid>
		<description><![CDATA[A good data connection really needs to be made on the DB-25 interface in order for the remote serial interface to work. In the uncommon case one needs to upgrade firmware, it is a simple process provided: You are using &#8230; <a href="http://www.mcsys.com/blog/2011/11/upgrading-firmware-for-satellite-modem-with-remote-control/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A good data connection really needs to be made on the DB-25 interface in order for the remote serial interface to work. In the uncommon case one needs to upgrade firmware, it is a simple process provided:</p>
<p>You are using a windows computer with a serial port<br />
You use a straight-through serial cable with a female 9-pin gender bender<br />
You unplug the data connector (25 pin) when doing the update or it may not work.<br />
<a href="http://www.mcsys.com/blog/wp-content/uploads/2011/11/Remote-control-for-satellite-modem.jpg"><img class="alignnone size-full wp-image-239" title="Remote-control-for satellite-modem" src="http://www.mcsys.com/blog/wp-content/uploads/2011/11/Remote-control-for-satellite-modem.jpg" alt="Remote-control-for satellite-modem" width="600" height="164" /></a></p>
<p>Performing a flash upgrade erases the non-volatile RAM, which is where the<br />
modem&#8217;s configuration is stored. Users shall re-enter the desired configuration<br />
parameters.</p>
<p>The upgrade is performed without opening the unit, by connecting the modem to the serial port of a computer and executing a flash uploader utility program. The cable to connect the PC to the modem is the same as is used for normal EIA-232 remote control, and comprises three wires connected between two 9-pin ‘D’ type female connectors. Ensure this cable is connected and working properly before proceeding with a<br />
flash update.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcsys.com/blog/2011/11/upgrading-firmware-for-satellite-modem-with-remote-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Polarisation for Satellite Systems</title>
		<link>http://www.mcsys.com/blog/2011/11/polarisation-for-satellite-systems/</link>
		<comments>http://www.mcsys.com/blog/2011/11/polarisation-for-satellite-systems/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 20:16:08 +0000</pubDate>
		<dc:creator>Fairy</dc:creator>
				<category><![CDATA[Satellite]]></category>
		<category><![CDATA[Circular Polarization]]></category>
		<category><![CDATA[KU]]></category>
		<category><![CDATA[LHCP]]></category>
		<category><![CDATA[Polarisation]]></category>
		<category><![CDATA[RHCP]]></category>

		<guid isPermaLink="false">http://www.mcsys.com/blog/?p=218</guid>
		<description><![CDATA[The polarization of an electromagnetic wave is defined as the orientation of the electric field vector. It is perpendicular to both the direction of travel and the magnetic field vector. Satellite stations have to set as a same direction of &#8230; <a href="http://www.mcsys.com/blog/2011/11/polarisation-for-satellite-systems/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The polarization of an electromagnetic wave is defined as the orientation of the electric field vector. It is perpendicular to both the direction of travel and the magnetic field vector. Satellite stations have to set as a same direction of polarization for communication each other.</p>
<p><a href="http://www.mcsys.com/blog/wp-content/uploads/2011/11/Polarisation1.jpg"><img class="size-full wp-image-234 aligncenter" title="Polarisation" src="http://www.mcsys.com/blog/wp-content/uploads/2011/11/Polarisation1.jpg" alt="Polarisation" width="500" height="682" /></a><strong>Vertical Polarization</strong></p>
<div id="attachment_220" class="wp-caption aligncenter" style="width: 330px"><a href="http://www.mcsys.com/blog/wp-content/uploads/2011/11/Vertical-polarization.gif"><img class="size-full wp-image-220" title="Vertical polarization" src="http://www.mcsys.com/blog/wp-content/uploads/2011/11/Vertical-polarization.gif" alt="Vertical polarization" width="320" height="225" /></a><p class="wp-caption-text">sv1bsx.50webs.com/antenna-pol/polarization.html</p></div>
<p>Vertical polarisation is when the electric field is vertical.  Usually Vertical polarization is for KU-band. To set nominal Vertical receive polarisation the broad faces of the LNB waveguide must be on top and underneath.</p>
<div id="attachment_227" class="wp-caption aligncenter" style="width: 210px"><a href="http://www.mcsys.com/blog/wp-content/uploads/2011/11/Vertical-polarisation.jpg"><img class="size-full wp-image-227" title="Vertical polarisation" src="http://www.mcsys.com/blog/wp-content/uploads/2011/11/Vertical-polarisation.jpg" alt="Vertical polarisation" width="200" height="99" /></a><p class="wp-caption-text">www.satsig.net/polangle.htm</p></div>
<p><strong>Horizontal Polarization</strong></p>
<div id="attachment_221" class="wp-caption aligncenter" style="width: 330px"><a href="http://www.mcsys.com/blog/wp-content/uploads/2011/11/Horizontal-polarization.gif"><img class="size-full wp-image-221" title="Horizontal polarization" src="http://www.mcsys.com/blog/wp-content/uploads/2011/11/Horizontal-polarization.gif" alt="Horizontal polarization" width="320" height="225" /></a><p class="wp-caption-text">sv1bsx.50webs.com/antenna-pol/polarization.html</p></div>
<p>Horizontal polarization is when the electric field is horizontal.  Usually Horizontal polarization is for KU-band. References to &#8216;vertical&#8217; and &#8216;horizontal&#8217; are frequent since terrestrial antennas are normally vertical or horizontal relative to the ground. LNB rectangular waveguide input oriented for horizontal polarisation starting position.</p>
<div id="attachment_228" class="wp-caption aligncenter" style="width: 110px"><a href="http://www.mcsys.com/blog/wp-content/uploads/2011/11/Horizontal-polarisation.jpg"><img class="size-full wp-image-228" title="Horizontal polarisation" src="http://www.mcsys.com/blog/wp-content/uploads/2011/11/Horizontal-polarisation.jpg" alt="Horizontal polarisation" width="100" height="203" /></a><p class="wp-caption-text">www.satsig.net/polangle.htm</p></div>
<p><strong>Circular Polarization</strong><br />
A circular polarized antenna will be able to send or receive both vertical and horizental polarized signals. The cp(circular polarization) wave when reflected by obstacle will not interfere with the original one. Because after reflection LHCP will change to RHCP, and there are orthogonal.</p>
<p>The only advantage with using circular polarization is that with circular polarization Farady rotation will not affect the link. Circular polarization is very popular technique for satellite communication.</p>
<p>A practical advantage is however that the system is much easier to setup as you dont have to worry about adjusting the polarization. The feed assembly is also simpler as there is no need for motors or moving parts.</p>
<p>Usually circular left/right polarization is for C-Band</p>
<p><strong>Left Hand Circular Polarization (LHCP)</strong></p>
<div id="attachment_222" class="wp-caption aligncenter" style="width: 330px"><a href="http://www.mcsys.com/blog/wp-content/uploads/2011/11/Left-Hand-Circular-Polarization.gif"><img class="size-full wp-image-222" title="Left Hand Circular Polarization" src="http://www.mcsys.com/blog/wp-content/uploads/2011/11/Left-Hand-Circular-Polarization.gif" alt="Left Hand Circular Polarization" width="320" height="225" /></a><p class="wp-caption-text">sv1bsx.50webs.com/antenna-pol/polarization.html</p></div>
<p>Right Hand Circular Polarization (RHCP)</p>
<div id="attachment_223" class="wp-caption aligncenter" style="width: 330px"><a href="http://www.mcsys.com/blog/wp-content/uploads/2011/11/Right-Hand-Circular-Polarization.gif"><img class="size-full wp-image-223" title="Right Hand Circular Polarization" src="http://www.mcsys.com/blog/wp-content/uploads/2011/11/Right-Hand-Circular-Polarization.gif" alt="Right Hand Circular Polarization" width="320" height="225" /></a><p class="wp-caption-text">sv1bsx.50webs.com/antenna-pol/polarization.html</p></div>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcsys.com/blog/2011/11/polarisation-for-satellite-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Frequency, Bandwidth and Data Rate</title>
		<link>http://www.mcsys.com/blog/2011/11/frequency-bandwidth-and-data-rate/</link>
		<comments>http://www.mcsys.com/blog/2011/11/frequency-bandwidth-and-data-rate/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 17:55:54 +0000</pubDate>
		<dc:creator>Fairy</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Satellite]]></category>
		<category><![CDATA[Bandwidth]]></category>
		<category><![CDATA[Data Rate]]></category>
		<category><![CDATA[Frequency]]></category>

		<guid isPermaLink="false">http://www.mcsys.com/blog/?p=202</guid>
		<description><![CDATA[Frequency Frequency is a measure of the number of occurrences of a repeating event per unit time. Bandwidth In electronic communication, bandwidth is the width of the range (or band) of frequencies that an electronic signal uses on a given &#8230; <a href="http://www.mcsys.com/blog/2011/11/frequency-bandwidth-and-data-rate/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Frequency</strong><br />
Frequency is a measure of the number of occurrences of a repeating event per unit time.</p>
<p><strong>Bandwidth</strong><br />
In electronic communication, bandwidth is the width of the range (or band) of frequencies that an electronic signal uses on a given transmission medium. In this usage, bandwidth is expressed in terms of the difference between the highest-frequency signal component and the lowest-frequency signal component. Since the frequency of a signal is measured in hertz (the number of cycles of change per second), a given bandwidth is the difference in hertz between the highest frequency the signal uses and the lowest frequency it uses.<br />
<a href="http://www.mcsys.com/blog/wp-content/uploads/2011/11/Bandwidth.jpg"><img class="size-full wp-image-203 aligncenter" title="Bandwidth" src="http://www.mcsys.com/blog/wp-content/uploads/2011/11/Bandwidth.jpg" alt="Bandwidth" width="400" height="333" /></a>In signal processing and control theory the bandwidth is the frequency at which the closed-loop system gain drops to −3 dB.In basic electric circuit theory when studying Band-pass and Band-reject filters the bandwidth represents the distance between the two points in the frequency domain where the the signal is 1/Sqrt(2) of the maximum signal strength.<br />
Ref: http://physicsarchives.com/index.php/courses/905</p>
<p><strong>Data Rate</strong><br />
Data Rate or data transfer rate(In computer networks) &#8211; the amount of data that can be carried from one point to another in a given time period (usually a second). This kind of Data Rate is usually expressed in bits (of data) per second (bps). Occasionally, it&#8217;s expressed as bytes per second (Bps).</p>
<p><strong>The Relation between Bit Rate and Bandwidth</strong></p>
<p>Bit Rate = Bandwidth * log2(1+SNR)  where  SNR = signal to noise ratio in dB</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcsys.com/blog/2011/11/frequency-bandwidth-and-data-rate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data Interfaces for Satellite Communication</title>
		<link>http://www.mcsys.com/blog/2011/11/data-interfaces-for-satellite-communication/</link>
		<comments>http://www.mcsys.com/blog/2011/11/data-interfaces-for-satellite-communication/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 10:44:55 +0000</pubDate>
		<dc:creator>Fairy</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Satellite]]></category>
		<category><![CDATA[Data Interfaces]]></category>

		<guid isPermaLink="false">http://www.mcsys.com/blog/?p=193</guid>
		<description><![CDATA[RS-232 RS-232 is a very popular interface for low speed data signals. It is an unbalanced interface capable of operation from 0 to 20 KBPS at 50 feet. RS-232 is a voltage sensing interface, with the Mark (1) voltage being &#8230; <a href="http://www.mcsys.com/blog/2011/11/data-interfaces-for-satellite-communication/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>RS-232<br />
RS-232 is a very popular interface for low speed data signals. It is an unbalanced interface capable of operation from 0 to 20 KBPS at 50 feet. RS-232 is a voltage sensing interface, with the Mark (1) voltage being from -3 to -25 VDC and the Space (0) voltage being from +3 to +25 VDC. Control signals are considered ON when in the voltage range of +3 to +25 VDC. Transmitter impedance values are less than 100 ohms for data and clock signals and less than 1000 ohms for control signals. Receiver impedance is from 3000 to 7000 ohms.</p>
<p><a href="http://www.mcsys.com/blog/wp-content/uploads/2011/11/RS-232-combine.jpg"><img class="size-full wp-image-206 aligncenter" title="RS-232" src="http://www.mcsys.com/blog/wp-content/uploads/2011/11/RS-232-combine.jpg" alt="RS-232" width="600" height="187" /></a>RS-232 defines three types of connections: electrical, functional, and mechanical. The RS-232 interface is ideal for the data-transmission range of 0–20 kbps/50 ft. (15.2 m). It employs unbalanced signaling and is usually used with DB25 connectors to interconnect DTEs (computers, controllers, etc.) and DCEs (modems, converters, etc.). Serial data exits through an RS-232 port via the Transmit Data (TD) lead and arrives at the destination device’s RS-232 port through its Receive Data (RD) lead. RS-232 is compatible with these standards: ITU V.24, V.28; ISO IS2110.</p>
<p>V.35<br />
V.35 is the international standard termed ‘‘Data Transmission at 48 kbps Using 60–108 KHz Group-Band Circuits.’’ It is typically used for DTEs or DCEs that interface to a high-speed digital carrier such as AT&amp;T® Dataphone® Digital Service (DDS).</p>
<p><a href="http://www.mcsys.com/blog/wp-content/uploads/2011/11/V35.gif"><img class="size-full wp-image-197 aligncenter" title="V35" src="http://www.mcsys.com/blog/wp-content/uploads/2011/11/V35.gif" alt="V35" width="444" height="358" /></a>V.35 was originally developed by the CCITT (now the ITU) and is considered obsolete. However, it is still a popular interface for higher speed data signals.V.35 is a balanced interface that senses current flow, versus voltage levels. A Negative Mark (1) is employed; Output A is negative with respect to Output B for a Mark (1). The characteristic impedance is 100 ohms. Voltage levels employed are +/- 1.1 VDC (differential A to B measurement). Driver offset from Signal Ground may be 0 +/- .2 VDC. The Receiver offset from Signal Ground may be as much as 0 +/- .6 VDC. The Receiver sensitivity is +/- 10 millivolts maximum.</p>
<p>A word of caution about V.35. It has been obsolete since 1988. It originally specified an electrical data interface capable of operation at 48 KHz at 50 feet. Although V.35 equipment today commonly operates at T1 speeds (1.544 MBPS), there have been cases of incompatibility between devices at the higher bit rates.</p>
<p>The V.35 interface is implemented in a square-shell (&#8220;Winchester&#8221;) connector with 34 pins.</p>
<p>RS-422<br />
RS-422 supersedes RS-449 and complements RS-232. Based on a 25-pin connection, it works in conjunction with either electrical interface RS-422 (balanced electrical circuits) or RS-423 (unbalanced electrical circuits).</p>
<p><a href="http://www.mcsys.com/blog/wp-content/uploads/2011/11/RS-422.gif"><img class="size-full wp-image-195 aligncenter" title="RS-422" src="http://www.mcsys.com/blog/wp-content/uploads/2011/11/RS-422.gif" alt="RS-422" width="472" height="458" /></a>RS-422 is a balanced electrical interface capable of operation of T1 speeds or greater. It is most commonly implemented using a D-type connector with 37 pins. The actual connector is specified in the RS-449 specification.</p>
<p>A binary 1 (Mark) is represented by the A output being more negative than the B output. A binary 0 (Space) is represented by the A output being more positive than the B output. The receiver can detect transitions with voltage levels of 200 mVDC. A typical impedance of 100 ohms is used and the receiver can have a Signal Ground potential difference of up to +/- 7V and continue to operate properly.</p>
<p>RS-422 defines a balanced interface with no accompanying physical connector. Manufacturers who adhere to this standard use many different connectors, including screw terminals, DB9, DB25 with nonstandard pinning, DB25 following RS-530, and DB37 following RS-449. RS-422 is commonly used in point-to-point communications conducted with a dual-state driver.</p>
<p>RS-530<br />
RS-530 defines the mechanical/electrical interfaces between DTEs and DCEs that transmit serial binary data, sync or async, at rates from 20 kbps to 2 Mbps. (Maximum distance depends on the electrical interface.) RS-530 takes advantage of higher data rates with the same mechanical connector used for RS-232. Though RS-530 and RS-232 are not compatible,  It is compatible with ITU V.10, ITU V.11, X.26, MIL STD 188-114, RS-422, and RS-423.</p>
<p><a href="http://www.mcsys.com/blog/wp-content/uploads/2011/11/RS-530.jpg"><img class="size-full wp-image-196 aligncenter" title="RS-530" src="http://www.mcsys.com/blog/wp-content/uploads/2011/11/RS-530.jpg" alt="RS-530" width="470" height="212" /></a>The RS-530 specification is basically the RS-422 and RS-423 interfaces implemented on a 25-pin D-shell connector, as opposed to the 37-pin D-shell specified in RS-449.</p>
<p>Either balanced (RS-422) or unbalanced (RS-423) modes are supported. The interface can support Asynchronous or Synchronous transmission rates from 20 KBPS to 2 MBPS.</p>
<p>Ref:</p>
<p>http://telecom.tbi.net/data-if.html</p>
<p>http://www.cpcstech.com/serial-data-transmission-information.htm</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcsys.com/blog/2011/11/data-interfaces-for-satellite-communication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

