Automatic Antenna Phasing Project: Difference between revisions

From Class Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:


<br><b>Problem Statement</b><br>
<br><b>Problem Statement</b><br>
Design and implement an algorithm to determine the amount of delay necessary to automatically add two signals from different antennas in phase. Also determine the relative amplitudes of the two signals.<br><br>
Design and implement an algorithm to determine the amount of delay necessary to automatically add two signals from different antennas in phase. Also determine the relative amplitudes of the two signals.<br>

====Tools:====
<b>Software:</b><br>
* MATLAB/Octave
* GnuRadio
* Dttsp
* Sdr-Shell
<b>Hardware:</b><br>
* Dual Softrock Receiver
* Two Antennas
<b>Data:</b><br>
Files of real world data gathered using the above equipment will be provided.<br>

<b>References:</b><br>
<b>References:</b><br>
[http://www.kkn.net/dayton2008/beam_steering_on_160_meters.pdf Beam Steering on 160 Meters]<br>
[http://www.kkn.net/dayton2008/beam_steering_on_160_meters.pdf Beam Steering on 160 Meters]<br>
Line 11: Line 24:
[http://johnsogg.blogspot.com/2009/11/installing-gnu-radio-on-ubuntu-910.html Install gnuradio on Ubuntu 9.10 using the package manager]<br>
[http://johnsogg.blogspot.com/2009/11/installing-gnu-radio-on-ubuntu-910.html Install gnuradio on Ubuntu 9.10 using the package manager]<br>
[http://sdrblog.wordpress.com/gnuradio-installation/ Install gnuradio on Ubuntu 9.10 from GIT repositories]<br>
[http://sdrblog.wordpress.com/gnuradio-installation/ Install gnuradio on Ubuntu 9.10 from GIT repositories]<br>

<b>Other Information:</b><br>
The IF of the signals is the sample_rate/4. The bandwidth of SSB signals is about 3 KHz, CW (Morse code) about 200 Hz. The format of the IF signals is I/Q (one on each channel).<br>
This project should be useful with dual antenna receivers to detect the polarization or angle of arrival of a signal, and in general to improve the signals received.

Revision as of 10:22, 2 December 2009

Max Woesner

Back to my Home Page

Class Project - Automatic Antenna Phasing


Problem Statement
Design and implement an algorithm to determine the amount of delay necessary to automatically add two signals from different antennas in phase. Also determine the relative amplitudes of the two signals.

Tools:

Software:

  • MATLAB/Octave
  • GnuRadio
  • Dttsp
  • Sdr-Shell

Hardware:

  • Dual Softrock Receiver
  • Two Antennas

Data:
Files of real world data gathered using the above equipment will be provided.

References:
Beam Steering on 160 Meters
More K1LT Notes
Install gnuradio on Ubuntu 9.10 using the package manager
Install gnuradio on Ubuntu 9.10 from GIT repositories

Other Information:
The IF of the signals is the sample_rate/4. The bandwidth of SSB signals is about 3 KHz, CW (Morse code) about 200 Hz. The format of the IF signals is I/Q (one on each channel).
This project should be useful with dual antenna receivers to detect the polarization or angle of arrival of a signal, and in general to improve the signals received.