Feb 18, 2013

Specific Absorption Rate



SAR stands for Specific Absorption Rate : which is the unit of measurement for the amount of RF energy absorbed by the body when using a mobile phone.  The SAR is determined at the highest certified power level in laboratory conditions.  However, the actual SAR level of the phone while operating can be well below this value.   This is because the phone is designed to use the minimum power required to reach the network.  Therefore, the closer you are to a base station, the more likely it is that the actual SAR level will be lower. To communicate with the network, mobile phones emit low levels of radio waves (also known as radio frequency or 'RF' energy) when being used. Governments around the world have adopted comprehensive international safety guidelines, developed by independent scientific organizations, governing the exposure to RF energy. Mobile phones are designed to operate within these stringent limits.
 

  
How is SAR measured for mobile phones?
Specialized laboratory test equipment is used for conducting SAR measurements. The equipment consists of a ‘phantom’ (human or box), precision robot, RF field sensors, and mobile phone holder. The phantom is filled with a liquid that represents the electrical properties of human tissue



Head Measurements - SAR test inside a head phantom:
  1. The mobile phone is positioned against the phantom head and switched on to full power.
  2. The precision robot moves the RF probe throughout the phantom head measuring the radio signal level in the head phantom.
  3. The computer analyzing the data converts the radio signal levels into SAR (W/kg).
  4. The full test is conducted at all operating frequencies and using different phone positions.
  5. The maximum level measured is recorded as the SAR value against the head.  
Body Measurements - SAR test inside a body (box) phantom:
  1. The mobile phone is positioned against the phantom body and switched on to full power.
  2. The precision robot moves the RF probe throughout the phantom body measuring the radio signal level in the body near the phone.
  3. The computer analyzing the data converts the radio signal levels into SAR (W/kg).
  4. The maximum level measured is recorded as the SAR value against the body.

Is there a separation distance from the body required for mobile phones?
Mobile phones generally get better reception when used away from the main part of the body. Some mobile phones are designed to have a small minimum separation from the body when in use, typically 15 – 25mm depending on the phone.  The minimum separation often represents the spacing created by a phone holder or clothing.  This is to ensure the phone operates more efficiently and also meets the SAR requirements.
If a minimum separation is specified, the SAR test against the body will be conducted at that distance. 
A mobile phone can always be used up against the head without separation. This is because the antenna in the phone is designed to be far enough away from the head to meet SAR requirements and operate most efficiently.

Do the SAR limits apply to children?
Yes. The EMF exposure guidelines are designed to offer protection for all persons including children with a large built-in safety margin.

How is SAR measured for base station antennas?
EMF exposure guidelines for radio communications transmitting antennas (like base stations) specify the maximum level of radio frequency energy (SAR) that can be safely absorbed by the whole body. This is because exposure from a radio communications transmitting antenna is typically over the whole body, for example a technician working on a rooftop near base station antennas.
SAR due to exposure to small base station antennas can also be tested using a similar procedure to the SAR test for wireless devices. The base station antenna is placed up against a human phantom and the precision robot scans the entire body and measures the absorbed radio signals. The computer analyzing the data converts the radio signal levels into SAR (W/kg).
The SAR test procedures are specified in international standards.

Feb 8, 2013

Why software testing is required?



Software testing is an investigation conducted to provide stakeholders with information about the quality of the product or service under test. Software testing can also provide an objective, independent view of the software to allow the business to appreciate and understand the risks of software implementation. Test techniques include, but are not limited to, the process of executing a program or application with the intent of finding software bugs (errors or other defects)

Software testing can be stated as the process of validating and verifying that a computer program/application/product:

  • meets the requirements that guided its design and development,
  • works as expected,
  • can be implemented with the same characteristics,
  • Satisfies the needs of stakeholders.
Software testing, depending on the testing method employed, can be implemented at any time in the development process. Traditionally most of the test effort occurs after the requirements have been defined and the coding process has been completed, but in the Agile approaches most of the test effort is on-going. As such, the methodology of the test is governed by the chosen software development methodology.
Different software development models will focus the test effort at different points in the development process. Newer development models, such as Agile, often employ test driven development and place an increased portion of the testing in the hands of the developer, before it reaches a formal team of testers. In a more traditional model, most of the test execution occurs after the requirements have been defined and the coding process has been completed.