Hw9: Difference between revisions

From Class Wiki
Jump to navigation Jump to search
(Created page with '9')
 
No edit summary
 
Line 1: Line 1:
===Add to #8 writeup how to do a decimating filter and figure out how many multiply & adds are needed for a n/2 decimating low pass filter===
9

A decimating filter is useful when we have too much samples or signals and we need to get rid of some due to the limitations in hardware. We need to get rid of the high frequencies . By inserting zero-valued samples in between the original samples to increase the sampling rate. The number of multiply & adds needed is <math>2m+1</math> for every T seconds.

Latest revision as of 18:49, 15 December 2010

Add to #8 writeup how to do a decimating filter and figure out how many multiply & adds are needed for a n/2 decimating low pass filter

A decimating filter is useful when we have too much samples or signals and we need to get rid of some due to the limitations in hardware. We need to get rid of the high frequencies . By inserting zero-valued samples in between the original samples to increase the sampling rate. The number of multiply & adds needed is for every T seconds.