filtering
DSP Trick: Filtering in QAM transmitters and receivers
Subject: Re: DSP Tricks From: Allan Herriman Date: 1999/04/22 Newsgroups: comp.dsp THIS WORK IS PLACED IN THE PUBLIC DOMAIN Name: Filtering in QAM transmitters and receivers. When *NOT* to do what the textbooks tell you to do. Category: Hardware architecture, or implementation Application: QAM receivers (with hardware emphasis) Advantages: The textbook descriptions of QAM receivers sometimes miss practical details. "Optimal" solutions may not be the best ones... DSP Trick: FIR Filtering in CSubject: DSP Trick: Filtering From: rainer.storn@infineon.com Date: 1999/04/21 Newsgroups: comp.dsp THIS WORK IS PLACED IN THE PUBLIC DOMAIN Name: Filtering in C Category: Programming Trick Application: FIR-Filtering Advantages: Simple and fast Introduction: This is more like a trick in C but might also be applicable in DSP environments. It allows to compute FIR-filtering in a fast manner when the filter length contains a factor of, let's say 4 (other factors are also possible). Interpolation3.1 Basics3.1.1 What are "upsampling" and "interpolation"?
Decimation2.1 Basics2.1.1 What are "decimation" and "downsampling"?
Multirate Basics1.1 What does multirate mean?Multirate simply means "multiple sampling rates". A multirate DSP system uses multiple sampling rates within the system. Whenever a signal at one rate has to be used by a system that expects a different rate, the rate has to be increased or decreased, and some processing is required to do so. |
ScopeIIR 5ScopeFIR 5ScopeDSP 5 |
