<< Chapter < Page | Chapter >> Page > |
Revised: Fri Oct 16 23:16:39 CDT 2015
This page is included in the following books:
Programming in Java doesn't have to be dull and boring. In fact, it's possible to have a lot of fun while programming in Java. This module is onein a series that concentrates on having fun while programming in Java.
I recommend that you open another copy of this module in a separate browser window and use the following links to easily find and view the Figureswhile you are reading about them.
This module deals with a topic commonly know as Digital Signal Processing, (DSP for short) .
The computational requirements for implementing DSP in a computer program are usually straightforward. Almost all DSP operations consist of multiplyingcorresponding values contained in two numeric series and then calculating the sum of the products. Sometimes, the final sum is divided by the total number ofvalues included in the sum to produce an average. This is often referred to as a sum-of-products or multiply-add operation .
(This is the digital equivalent of integrating the product of two continuous functions between specified limits.)
Such an operation can be indicated by the symbolic notation shown in Figure 1 (where the strange looking thing constructed of straight lines is the Greek letter sigma) .
Notification Switch
Would you like to follow the 'Digital signal processing - dsp' conversation and receive update notifications?