Communications Systems: Difference between revisions
Jump to navigation
Jump to search
(→Links) |
(→Links) |
||
Line 40: | 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] |
||
Line 47: | Line 47: | ||
*[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] |
Revision as of 09:54, 22 May 2013
ENGR 456
Articles
- AM vs FM Modulation (Jodi and Eric)
- Single Side Band (SSB) Modulation (Nick Christman, in progress)
- Double Side Band (DSB) Modulation (Joshua Sarris)
Links
PLL Links
Matched Filters
PSK31 Links
- Peter Martinez's original article from Radio Communications, December 1998
- The Official PSK31 Homepage
- ARRL PSK31 Specifications
- PSK31 Project of Ted, Trent and Travis
- The professor's PSK31 Modulator on GitHub
- PSK31 Demodulator Using Digital PLL
- PSKcore DLL from Moe Wheatley
- Some PSK31 (and other) signals recorded off the air.
- Some longer PSK31 signals recorded off the air.
- A skeleton program to get data from Jack Audio Connection Kit
CW Decoder Links
- Jeff McDow's Senior Report on Morse Code Detection
- The sauditor program patched for fftw3.
- Audacity file for testing with your CW Decoder Project
- Jack Audio Connection Kit Manual
- Demorse
- Using a Pipe or Fifo
- More on Pipes and other C Functions
- Free Open Textbook on Communications Systems
Shannon's Papers On Information Theory
- 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.
- Shannon's Bell Labs Technical Journal Articles 1948. These are more detailed.