DSPRelated.com

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.


How Discrete Signal Interpolation Improves D/A Conversion

Rick Lyons

Earlier this year, for the Linear Audio magazine, published in the Netherlands whose subscribers are technically-skilled hi-fi audio enthusiasts, I wrote an article on the fundamentals of interpolation as it's used to improve the performance of analog-to-digital conversion. Perhaps that article will be of some value to the subscribers of dsprelated.com. Here's what I wrote: We encounter the process of digital-to-analog conversion every day—in telephone calls (land lines and cell phones), telephone answering machines, CD & DVD players, iPhones, digital television, MP3 players, digital radio, and even talking greeting cards. This material is a brief tutorial on how sample rate conversion improves the quality of digital-to-analog conversion.