Monday 4 January 2016

ASK,FSK, and PSK coding for matlab?


MATLAB CODE:

%matlab code for digital modulation(ask, fsk and psk)
f=5;
f2=10;
x=[1 1 0 0 1 0 1 0] % input signal ;
nx=size(x,2);

i=1;
while i<nx+1
     t = i:0.001:i+1;
    if x(i)==1
       ask=sin(2*pi*f*t);
       fsk=sin(2*pi*f*t);
       psk=sin(2*pi*f*t);
    else
        ask=0;
        fsk=sin(2*pi*f2*t);
        psk=sin(2*pi*f*t+pi);
    end
    subplot(3,1,1);
    plot(t,ask);
    hold on;
    grid on;
    axis([1 10 -1 1]);
    title('Amplitude Shift Key')
    subplot(3,1,2);
    plot(t,fsk);
    hold on;
    grid on;
    axis([1 10 -1 1]);
    title('Frequency Shift Key')

    subplot(3,1,3);
    plot(t,psk);
    hold on;
    grid on;
    axis([1 10 -1 1]);
    title('Phase Shift Key')

    i=i+1;
end


FOR MORE DETAILS CLICK HERE

what is OFDM index modulation?

    multi carrier transmission has become an  attractive technique in many wireless standards to meet the increasing demand for high data rate communication systems. One of the most popular multicarrier techniques, orthogonal frequency division multiplexing (OFDM), has developed into a widely-used scheme for wide band digital communication. The major advantage of OFDM over single-carrier schemes is its ability to cope with frequency-selective fading channel with only one-tap equalizer. modulation index of a signal will vary as the modulating signal intensity varies. However some static values enable the various levels to visualised more easily.




                                                    Fig: OFDM with index modulation


an OFDM with generalized index modulation (OFDM-GIM). The generalization is proposed in two aspects. First, a more flexible selection of active sub carriers is proposed to further improve the spectral efficiency.We also demonstrate that the two generalization schemes are compatible with each other and their combined scheme greatly outperforms existing works in spectral efficiency and BER performance, at the cost of a little higher complexity.


FOR MORE DETAILS:


GENERALIZATION OF ORTHOGONAL FREQUENCY DIVISION MULTIPLEXING WITH INDEX

Wednesday 30 December 2015

What is Carrier Frequency Offset in OFDM?

Carrier Frequency Offset:

Carrier frequency offset (CFO) occurs when the local oscillator signal for down conversion in the receiver does not synchronize with the carrier signal contained in the received signal. This phenomenon can be attributed to two factors: frequency mismatch in the transmitter and the receiver oscillators, and the Doppler effect as the transmitter and/or the receiver is moving. When this occurs, the received signal will be shifted in frequency,




                                             Fig: Carrier Frequency Offset

For an OFDM system, the orthogonality among subcarriers is maintained only if the receiver uses a local oscillation signal that is synchronous with the carrier signal contained in the received signal. Otherwise, mismatch in carrier frequency can result in inter-carrier interference (ICI). Practically, the oscillators in the transmitter and the receiver can never be oscillating at identical frequency. Hence, carrier frequency offset always exists, even if there is no Doppler effect


FOR MORE DETAILS            CLICK HERE

What is Guard Interval in OFDM?

 
                         which there are two copies of the received waveform–one on time and the other delayed by some time. Inter-symbol interference (ISI) is induced because the tail  part of symbol 1 will interfere with the processing of symbol 2. To eliminate ISI, a guard interval of Ng samples is usually inserted at the beginning of each OFDM symbol






                                                         Fig:Guard Interval
   



The length of the guard interval is made longer than the delay spread of the wireless channel. As a result, the degree of delay spread in the operating  environments must be obtained beforehand. Note that the guard interval actually wastes transmission resources, hence the ratio of the guard interval length to the effective OFDM symbol duration is usually kept below 1/4. During the guard interval, the transmitter can send null waveform. This scheme is called zero padding (ZP) transmission .. A ZP–OFDM system has lower transmission power and a simpler transmitter structure. Unfortunately, the ZP–OFDM scheme introduces ICI, as the orthogonality among subcarriers is destroyed when multiple copies of the time-shifted ZP–OFDM waveform are received. To remove ICI, cyclic prefixing (CP) transmission is preferred. To generate the CP signal, an additional buffer is required in an OFDM   transmitter






For More Details   Click Here




Monday 21 December 2015

Explian about Cognitive Radios Network?

What Are Cognitive Radio Networks?

          Cognitive (or smart) radio networks  are an innovative approach to wireless engineering in which radios are designed with an unprecedented level of intelligence and agility. This advanced technology enables radio devices to use spectrum (i.e., radio frequencies) in entirely new and sophisticated ways. Cognitive radios have the ability to monitor, sense, and detect the conditions of their operating environment, and dynamically reconfigure their own characteristics to best match those conditions.
Using complex calculations, xMax cognitive radios can identify potential impairments to communications quality, like interference, path loss, shadowing and multipath fading. They can then adjust their transmitting parameters, such as power output, frequency, and modulation to ensure an optimized communications experience for users.
                                                                   Fig:Cognitive Radio Network

Cognitive vs. Conventional:

Conventional, or “dumb” radios, have been designed with the assumption that they were operating in a spectrum band that was free of interference. As a result, there was no requirement to endow these radios with the ability to dynamically change parameters, channels or spectrum bands in response to interference. Not surprisingly, these radios required pristine, dedicated (i.e., licensed) spectrum to operate.
By contrast, xMax cognitive radios have been engineered from the ground up to function in challenging conditions. Unlike their traditional counterparts, they can view their environment in great  detail to identify spectrum that is not being used, and quickly tune to that frequency to transmit and/or receive signals. They also have the ability to instantly find other spectrum if interference is detected on the frequencies being used. In the case of xMax, it samples, detects and determines if interference has reached unacceptable levels up to 33 times a second.
The following image illustrates how xMax cognitive radios operate differently from conventional radios. It shows screen captures of spectrum analyzer readings taken from an xMax network tower in Ft Lauderdale, FL. The frequencies being measured are in the unlicensed 900 MHz ISM band. Because this spectrum is unlicensed (i.e., free of charge for anyone to use) it is used by hundreds, if not thousands of radios in the local area for applications like cordless phones, baby monitors, commercial video security systems, etc.
The figure at the left shows how a conventional radio would view this—as an environment having an unacceptable level of interference for communicating. The figure at the right shows what this same interference looks like to xMax. xMax is able to divide these frequencies into very small time segments (33 milliseconds) and find usable gaps where it can transmit its short and highly efficient signals—at moments when the spectrum is quiet.



xMax divides the 900 MHz spectrum block shown into 18 channels—giving it 18 opportunities (windows) every 33 milliseconds to find available spectrum.
In short, the xMax cognitive radio network sees windows of opportunity where other radios see walls of interference.
To reduce “thrashing” and unnecessary channel switching due to temporary and very short-lived interference phenomenon, or degraded network conditions (that do not cause a noticeable impact to performance or quality), actual channel and handovers decisions are made by trending multiple samples and measurements. The system only switches from its current channel when extreme levels of interference exceed its built-in interference mitigation capabilities. This enables xMax to use frequencies and find available bandwidth where other radios can only see static, yet its real-world tuned algorithms reduce signaling overhead and optimize throughput and quality.

Cognitive Radios Improve Spectrum Efficiency:

The ability of xMax cognitive radios to make real-time autonomous decisions and dynamically change frequencies (referred to as dynamic spectrum access, or DSA) allows them to intelligently share spectrum and extract more bandwidth—which improves overall spectrum efficiency. It achieves this by “opportunistic use” of shared frequencies like unlicensed spectrum.
xMax cognitive radio technology was designed to be “frequency agnostic.” That is, its cognitive “Identify and Utilize” spectrum sensing technology can be used to power radios in any frequency band. This is beneficial since the FCC and wireless regulatory bodies around the world are in the process of opening up new spectrum, as well as reclassifying existing spectrum, to be made available for opportunistic use by cognitive radios.
This would allow new market entrants, utilities, public safety, enterprise and even existing wireless operators to offer new services, additional bandwidth and higher capacity without requiring these entities to purchase expensive and scarce wireless spectrum.

FOR MORE DETAILS CLICK HERE

Explain about yagi antenna?

The Yagi antenna was invented in Japan, with results first published in 1926. The work was originally done by Shintaro Uda, but published in Japanese. The work was presented for the first time in English by Yagi (who was either Uda's professor or colleague, my sources are conflicting), who went to America and gave the first English talks on the antenna, which led to its widespread use. Hence, even though the antenna is often called a Yagi antenna, Uda probably invented it. A picture of Professor Yagi with a Yagi-Uda antenna is shown below.

The Yagi antenna consists of a single 'feed' or 'driven' element, typically a dipole or a folded dipole antenna. This is the only member of the above structure that is actually excited (a source voltage or current applied). The rest of the elements are parasitic - they reflect or help to transmit the energy in a particular direction. The length of the feed element is given in Figure 1 as F. The feed antenna is almost always the second from the end, as shown in Figure 1. This feed antenna is often altered in size to make it resonant in the presence of the parasitic elements (typically, 0.45-0.48 wavelengths long for a dipole antenna).

The element to the left of the feed element in Figure 1 is the reflector. The length of this element is given as R and the distance between the feed and the reflector is SR. The reflector element is typically slightly longer than the feed element. There is typically only one reflector; adding more reflectors improves performance very slightly. This element is important in determining the front-to-back ratio of the antenna.

Having the reflector slightly longer than resonant serves two purposes. The first is that the larger the element is, the better of a physical reflector it becomes.

Secondly, if the reflector is longer than its resonant length, the impedance of the reflector will be inductive. Hence, the current on the reflector lags the voltage induced on the reflector. The director elements (those to the right of the feed in Figure 1) will be shorter than resonant, making them capacitive, so that the current leads the voltage. This will cause a phase distribution to occur across the elements, simulating the phase progression of a plane wave across the array of elements. This leads to the array being designated as a travelling wave antenna. By choosing the lengths in this manner, the Yagi-Uda antenna becomes an end-fire array - the radiation is along the +y-axis as




                                              Fig: yagi uda antenna



The rest of the elements (those to the right of the feed antenna as shown in Figure 1) are known as director elements. There can be any number of directors N, which is typically anywhere from N=1 to N=20 directors. Each element is of length Di, and separated from the adjacent director by a length SDi. As alluded to in the previous paragraph, the lengths of the directors are typically less than the resonant length, which encourages wave propagation in the direction of the directors.

The above description is the basic idea of what is going on with the Yagi-Uda antenna. Yagi antenna design is done most often via measurements, and sometimes computer simulations. For instance, let's look at a two-element Yagi antenna (1 reflector, 1 feed element, 0 directors). The feed element is a half-wavelength dipole, shortened to be resonant (gain = 2.15 dB





For More Details  Click Here 

Short notes for Helical antenna?

A helical antenna is an antenna consisting of a conducting wire wound in the form of a helix. In most cases, helical antennas are mounted over a ground plane. The feed line is connected between the bottom of the helix and the ground plane. Helical antennas can operate in one of two principal modes — normal mode or axial mode.



                                          Fig:Helical  antenna
                                 

The most popular helical antenna (helix) is a travelling wave antenna in the shape of a corkscrew that produces radiation along the axis of the helix antenna. These helix antennas are referred to as axial-mode helical antennas. The benefits of this helix antenna is it has a wide bandwidth, is easily constructed, has a real input impedance,
Helix antennas for satellite communications

We offer a unique set of helix antennas for satellite communications. Our helix antennas operate across several satellite networks including GPS, Iridium and GLONASS. We also offer several antennas that work across multiple networks.

The antennas are available in different sizes and form factors. We produce both external antennas that come in a range of plastic housings, as well as embedded antennas. Our embedded antennas are custom built to sit perfectly in the devices own housing. 
Helical broadcasting antennas
Specialized normal-mode helical antennas are used for FM radio and television broadcasting on the VHF and UHF bands.




For  More Details Click Here