From 5a9240e98b6b17ccfa4d00705e2db368f885ab68 Mon Sep 17 00:00:00 2001 From: Iceman Date: Mon, 2 Dec 2019 20:38:32 +0100 Subject: [PATCH] Created signal processing (markdown) --- signal-processing.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 signal-processing.md diff --git a/signal-processing.md b/signal-processing.md new file mode 100644 index 0000000..17ea748 --- /dev/null +++ b/signal-processing.md @@ -0,0 +1,23 @@ +# Signal Processing and RF + +- [Quadrature Signals: Complex, But Not Complicated](http://www.ieee.li/pdf/essay/quadrature_signals.pdf) +- [I/Q Data for Dummies](http://whiteboard.ping.se/SDR/IQ) +- [MIT OpenCourseWare: Signals and Systems (Spring 2011), Prof Alan V. Oppenheim](http://ocw.mit.edu/resources/res-6-007-signals-and-systems-spring-2011/) +- [Complete GPS/GLONASS Receiver Design](http://lea.hamradio.si/~s53mv/navsats/theory.html) +- [Software Radio for Experimenters with GNU Radio, Octave and Python](http://people.scs.carleton.ca/~barbeau/SDRCRBook/index.shtml) by Michel Barbeau +- [Let's Assume the System Is Synchronized](http://vanilla.ceat.okstate.edu/assume_synchronized.pdf) by Fredric J. Harris +* Presentati1. ons: + - [Multirate Digital Signal Processing](https://wireless.vt.edu/symposium/2011/tutorials/Session%20A3_Part%203_Multirate_DSP_Wireless_2011.pdf) by Fredric J. Harris +* Videos: + - [Basics of IQ Signals Part I](https://www.youtube.com/watch?v=h_7d-m1ehoY) + - [Basics of IQ Signals Part II](https://www.youtube.com/watch?v=5GGD99Qi1PA) +* Books: + - [Understanding Digital Signal Processing](http://www.amazon.com/Understanding-Digital-Signal-Processing-Edition/dp/0137027419/) by Richard G. Lyons + - [Software Receiver Design: Build Your Own Digital Communication System In Five Easy Steps](http://www.amazon.com/SOFTWARE-RECEIVER-DESIGN-COMMUNICATIONS-Hardcover/dp/B00IJ7FX44/) by C. Richard Johnson, Jr., William A. Sethares, & Andrew G. Klein +* Application Notes: + - [Atmel: Manchester Coding Basics](http://www.atmel.com/Images/Atmel-9164-Manchester-Coding-Basics_Application-Note.pdf) + + + + +_This information came from the excellent wiki of [BladeRF](https://github.com/nuand/bladeRF/wiki)_ \ No newline at end of file