Communications Systems: Difference between revisions

From Class Wiki
Jump to navigation Jump to search
(13 intermediate revisions by the same user not shown)
Line 11: Line 11:
====Links====
====Links====
=====PLL Links=====
=====PLL Links=====
*[http://www.stanford.edu/group/cioffi/book/chap6.pdf Fundamentals of Synchronization]
*[http://seit.unsw.adfa.edu.au/staff/sites/hrp/teaching/Electronics4/docs/PLL/pllJune03.pdf Phase Locked Loops]
*[http://seit.unsw.adfa.edu.au/staff/sites/hrp/teaching/Electronics4/docs/PLL/pllJune03.pdf Phase Locked Loops]
*[http://engr.case.edu/merat_francis/eecs397/PLL.pdf Phase Locked Loops Feedback Theory]
*[http://engr.case.edu/merat_francis/eecs397/PLL.pdf Phase Locked Loops Feedback Theory]
Line 29: Line 30:
**[http://www.moetronix.com/ae4jy/files/pskcoredll141.pdf Documentation and Algorithms of PSKcore]
**[http://www.moetronix.com/ae4jy/files/pskcoredll141.pdf Documentation and Algorithms of PSKcore]
**[http://www.nue-psk.com/doc/NUE-PSKarticle(A4).pdf NUE-PSK (this article describes an algorithm for encoding and decoding PSK31 based on PSKcore)]
**[http://www.nue-psk.com/doc/NUE-PSKarticle(A4).pdf NUE-PSK (this article describes an algorithm for encoding and decoding PSK31 based on PSKcore)]
*[http://people.wallawalla.edu/~Rob.Frohne/PSK31/capture.wav Some PSK31 (and other) signals recorded off the air.]
*[http://people.wallawalla.edu/~Rob.Frohne/PSK31/capture1.wav Some longer PSK31 signals recorded off the air.]
*[http://people.wallawalla.edu/~Rob.Frohne/ClassHandouts/Communications/jack-skeleton.c A skeleton program to get data from Jack Audio Connection Kit]

=====CW Decoder Links=====
=====CW Decoder Links=====
*[http://people.wallawalla.edu/~Rob.Frohne/ClassHandouts/Communications/Jeff_McDow.pdf Jeff McDow's Senior Report on Morse Code Detection]
*[http://people.wallawalla.edu/~Rob.Frohne/ClassHandouts/Communications/Jeff_McDow.pdf Jeff McDow's Senior Report on Morse Code Detection]
Line 35: Line 40:
*[http://jackaudio.org/files/refman.pdf Jack Audio Connection Kit Manual]
*[http://jackaudio.org/files/refman.pdf Jack Audio Connection Kit Manual]
*[http://www.qsl.net/5/5b4az//pages/morse.html Demorse]
*[http://www.qsl.net/5/5b4az//pages/morse.html Demorse]
*[http://www.gnu.org/s/libc/manual/html_node/Creating-a-Pipe.html#Creating-a-Pipe Using a Pipe or Fifo]
*[http://www.gnu.org/s/libc/manual/html_node/Creating-a-Pipe.html#Creating-a-Pipe Using a Pipe or Fifo]
*[http://www.lix.polytechnique.fr/~liberti/public/computing/prog/c/C/FUNCTIONS/pipe.html More on Pipes and other C Functions]
*[http://www.lix.polytechnique.fr/~liberti/public/computing/prog/c/C/FUNCTIONS/pipe.html More on Pipes and other C Functions]
*[http://en.wikibooks.org/wiki/Communication_Systems Free Open Textbook on Communications Systems]
*[http://en.wikibooks.org/wiki/Communication_Systems Free Open Textbook on Communications Systems]
=====Information Theory=====
*[http://people.wallawalla.edu/~rob.frohne/ClassHandouts/Communications/Probability%20and%20Information%20In%20Class%20HW.pdf In Class HW on Probability and Information]
*[http://fisher.osu.edu/~schroeder.9/AMIS900/ech4.pdf Various Probability Distributions and How they Come About by Maximizing Entropy with Various Constraints]

=====Shannon's Papers On Information Theory=====
=====Shannon's Papers On Information Theory=====
*[http://people.wallawalla.edu/~Rob.Frohne/ClassHandouts/Communications/Communication_in_Presence_of_Noise.pdf Communications in the Presence of Noise, Proceedings of the IRE, January, 1949] This paper derives and explains Shannon's most important results. It is very understandable for someone who has taken Signals and Systems.
*[http://people.wallawalla.edu/~Rob.Frohne/ClassHandouts/Communications/Communication_in_Presence_of_Noise.pdf Communications in the Presence of Noise, Proceedings of the IRE, January, 1949] This paper derives and explains Shannon's most important results. It is very understandable for someone who has taken Signals and Systems.


*[https://docs.google.com/viewer?url=http://people.wallawalla.edu/~Rob.Frohne/ClassHandouts/Communications/shannon1948_ok.pdf Shannon's Bell Labs Technical Journal Articles 1948.] These are more detailed.
*[https://docs.google.com/viewer?url=http://people.wallawalla.edu/~Rob.Frohne/ClassHandouts/Communications/shannon1948_ok.pdf Shannon's Bell Labs Technical Journal Articles 1948.] These are more detailed.
=====Professor Coiffi's Book on Signal Processing and Communications=====

*[http://www.stanford.edu/group/cioffi/book/chap1.pdf Chapter 1 Fundamentals of Discrete Data Transmission]

*[http://www.stanford.edu/group/cioffi/book/chap2.pdf Chapter 2 Passband Systems and Analysis]

*[http://www.stanford.edu/group/cioffi/book/chap3.pdf Chapter 3 Equalization]

*[http://www.stanford.edu/group/cioffi/book/chap4.pdf Chapter 4 Multichannel Modulation]

*[http://www.stanford.edu/group/cioffi/book/chap5.pdf Chapter 5 Generalized Feedback Equalization]

*[http://www.stanford.edu/group/cioffi/book/chap6.pdf Chapter 6 Synchronization]

*[http://www.stanford.edu/group/cioffi/book/chap8.pdf Chapter 8 Coding and Decoding]

*[http://www.stanford.edu/group/cioffi/book/chap9.pdf Chapter 9 Sequence Detection]

*[http://www.stanford.edu/group/cioffi/book/chap10.pdf Chapter 10 System Design with Codes]
*[http://www.stanford.edu/group/cioffi/book/chap11.pdf Chapter 11 Code Concatenation and Advanced Codes]
*[http://www.stanford.edu/group/cioffi/book/chap12.pdf Chapter 12 Multi-User Fundamentals]
*[http://www.stanford.edu/group/cioffi/book/chap13.pdf Chapter 13 Gaussian Vector Multiple Access Channel]
*[http://www.stanford.edu/group/cioffi/book/chap14.pdf Chapter 14 Gaussian Vector Broadcast Channel]
*[http://www.stanford.edu/group/cioffi/book/chap15.pdf Chapter 15 Gaussian Interference Channel]
=====Other Texts on Communications=====
*[http://cnx.org/content/col10040/latest/pdf.pdf Everything from Circuits to Communications Systems, Don Johnson]
*[http://www.freewebs.com/angsuman/chapter3.pdf A chapter on the Binary Communications System]

Revision as of 10:15, 3 June 2015

ENGR 456

Articles



Links

PLL Links
Matched Filters
PSK31 Links
CW Decoder Links
Information Theory
Shannon's Papers On Information Theory
Professor Coiffi's Book on Signal Processing and Communications
Other Texts on Communications