Brian Haddad: Difference between revisions

From Class Wiki
Jump to navigation Jump to search
No edit summary
 
(30 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''Contact Info:'''
'''Contact Info:'''


'''Email:''' brian.haddad(AT)wallawalla(dot)edu
'''Email:''' brianhaddad(AT)outlook(dot)com




'''Articles Added:'''
'''Articles Added:'''
*[http://focus.ti.com/lit/an/sloa093/sloa093.pdf Filter Design in 30 seconds]
*[http://focus.ti.com/lit/an/sloa093/sloa093.pdf Filter Design in 30 seconds]
*[http://en.wikipedia.org/wiki/Wikipedia:CHEAT Wikipedia Cheatsheet]
*[http://en.wikipedia.org/wiki/Wikipedia:CHEAT Wikipedia Formatting Cheatsheet]




=='''''Projects'''''==


== '''PSK31 Demodulation (''In Progress'')''' ==
Fall, 2012 [[Image:PSK31_sample.png|thumb|200px|PSK31]]
*Partner [[Denver Lodge]]


===<u>PSK31 Demodulation</u>===
Fall, 2012
'''''Abstract'''''
:This project demodulates at least two PSK31 signals with limited phase shifting.The approach begins by filtering the signal to find the peaks and interpolated to connect the maximums.


Signals & Systems (ENGR 455)


'''''Introduction'''''
:PSK31 was developed by Peter Martinez (G3PLX) in 1998. PSK31 varies in amplitude and phase, but not frequency. This is extremely useful in amateur radio. When there is constant phase, it is considered to be a 'one', when the phase shifts, it is a 'zero'.


[[PSK31 Demodulation]]
:Our project involved creating a "transmitter" to simulate a real signal that our decoder could identify the frequency and interpret the message. The transmitter uses a look-up-table to convert ascii characters to Varicode, then modulate the carrier frequency and add noise. The receiver does the same thing in reverse. The transmitter sends two signals simultaneously. At the moment, both signals have the same message and phase, but are transmitted on separate carrier frequencies. Very little improvement is needed to improve the decoder so it can receive multiple messages and phases simultaneously. To simulate a real signal, the signal is written to a .wav file to be read by the decoder. This ends the transmitter portion. The decoder begins by reading the .wav file and sending it to a Fourier transform so we can locate the frequencies the signal is transmitting on. Once the frequencies are determined, the signal goes through a bandpass filter at one of the identified carrier frequencies to remove the noise associated with it. The next step is finds the peaks of the signal or local maxima, and interpolates them to create a wave. (Figure 1, plot 3) shows the signal at this stage. Next, find the local minima and mirror it over the t-axis from that point to the end of the transmission(Figure 1, plot 4).
*Partner [[Denver Lodge]]


'''''Matlab Script'''''
% This script demodulates the PSK31 signal


'''''Matlab Plots'''''
:These are the plots


'''''Results'''''
:The end.

Latest revision as of 19:28, 26 January 2014

Contact Info:

 Email: brianhaddad(AT)outlook(dot)com


Articles Added:


Projects

PSK31 Demodulation

Fall, 2012

Signals & Systems (ENGR 455)


PSK31 Demodulation