DSPRelated.com

An Introduction To Compressive Sampling

Emmanuel J. Candès, Michael B. Wakin

This article surveys the theory of compressive sensing, also known as compressed sensing or CS, a novel sensing/sampling paradigm that goes against the common wisdom in data acquisition.


Introduction to Compressed Sensing

Mark A. Davenport, Marco F. Duarte

Chapter 1 of the book: "Compressed Sensing: Theory and Applications".


Introduction to Real-Time Digital Signal Processing

Sen M. Kuo, Bob H. Lee

Chapter 1 of the book: Real-Time Digital Signal Processing: Fundamentals, Implementations and Applications, 3rd Edition


A Pragmatic Introduction to Signal Processing

Tom O'Haver

An illustrated essay with software available for free download.


Introduction to Signal Processing

Sophocles J. Orfanidis

This book provides an applications-oriented introduction to digital signal processing written primarily for electrical engineering undergraduates. Practicing engineers and graduate students may also find it useful as a first text on the subject.


C++ Tutorial

Juan Soulié

This tutorial is for those people who want to learn programming in C++ and do not necessarily have any previous knowledge of other programming languages. Of course any knowledge of other programming languages or any general computer skill can be useful to better understand this tutorial, although it is not essential. It is also suitable for those who need a little update on the new features the language has acquired from the latest standards. If you are familiar with the C language, you can take the first 3 parts of this tutorial as a review of concepts, since they mainly explain the C part of C++. There are slight differences in the C++ syntax for some C features, so I recommend you its reading anyway. The 4th part describes object-oriented programming. The 5th part mostly describes the new features introduced by ANSI-C++ standard.


Introduction to Sound Processing

Davide Rocchesso

Audio signal processing with MATLAB and Octave code examples.


Computing FFT Twiddle Factors

Rick Lyons

In this document are two algorithms showing how to compute the individual twiddle factors of an N-point decimation-in-frequency (DIF) and an N-point decimation-in-time (DIT) FFT.


Generating Complex Baseband and Analytic Bandpass Signals

Rick Lyons

There are so many different time- and frequency-domain methods for generating complex baseband and analytic bandpass signals that I had trouble keeping those techniques straight in my mind. Thus, for my own benefit, I created a kind of reference table showing those methods. I present that table for your viewing pleasure in this document.