Customer Reviews


9 Reviews
5 star:
 (1)
4 star:
 (3)
3 star:
 (2)
2 star:
 (2)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


5 of 5 people found the following review helpful:
4.0 out of 5 stars Why reinvent the wheel...
A well written book good for both introduction to DSP and for advanced users. The CD has lots of C++ code written for the Windows environment which I find easier and much quicker to prototype DSP apps than using simulation languages or mathematics packages. The CD is well worth the price of the book. The code can read and write .wav files and includes a plotting...
Published on November 8, 2000

versus
21 of 21 people found the following review helpful:
1.0 out of 5 stars Don't buy this book
The title promises a lot. But it doesn't deliver. This book is muddled and confused. It begins with a rather high browed treatment of the maths behind DSP then goes on to attempt to provide examples in C++. The examples are poor and unclear. The supplied code compiles under VC++ but not under any other platform without substantial reworking.
Over 100 pages of this...
Published on August 11, 2002 by David L. Dight


Most Helpful First | Newest First

21 of 21 people found the following review helpful:
1.0 out of 5 stars Don't buy this book, August 11, 2002
By 
David L. Dight (Sydney, Australia) - See all my reviews
This review is from: C++ Algorithms for Digital Signal Processing (2nd Edition) (Paperback)
The title promises a lot. But it doesn't deliver. This book is muddled and confused. It begins with a rather high browed treatment of the maths behind DSP then goes on to attempt to provide examples in C++. The examples are poor and unclear. The supplied code compiles under VC++ but not under any other platform without substantial reworking.
Over 100 pages of this 500 page book are devoted to a general discussion of the C++ language. Why? If I wanted this type of material I would consult my C++ manual. Here are C++ programmers who want to tell us the do's and don't's of the language, that feel the need to test newed pointers for NULL after allocating and before deleting!
As far as the rest of the book is concerned I found the examples and text unclear, pedantic and frankly quite useless. I will keep my copy only because I want to use the theoretical material. But this material was written for maths graduates - pages upon pages of proofs and derivations that provide little insight into the underlying principles and serve nothing. Hold off and buy something more usable.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5 of 5 people found the following review helpful:
4.0 out of 5 stars Why reinvent the wheel..., November 8, 2000
By A Customer
This review is from: C++ Algorithms for Digital Signal Processing (2nd Edition) (Paperback)
A well written book good for both introduction to DSP and for advanced users. The CD has lots of C++ code written for the Windows environment which I find easier and much quicker to prototype DSP apps than using simulation languages or mathematics packages. The CD is well worth the price of the book. The code can read and write .wav files and includes a plotting application which is ok.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 4 people found the following review helpful:
4.0 out of 5 stars A Must for your DSP library set., March 29, 2001
This review is from: C++ Algorithms for Digital Signal Processing (2nd Edition) (Paperback)
Lots of practical code examples. Practical filtering routines and example code.Includes a general introduction to C /C++ concepts frequently used in DSP algorithm development. A good introduction to image processing is included. The DSP function library and sample code is perhaps the best part of the book.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 4 people found the following review helpful:
3.0 out of 5 stars Puzzling Image Format, January 9, 2001
By 
This review is from: C++ Algorithms for Digital Signal Processing (2nd Edition) (Paperback)
This book is rather well written. I have read both the C++ and C versions. The contents of both books are more or less the same, just the difference in the C language used. Source Codes provided compiled neatly without and need for modification, which is really cool. However, the image files provided are really puzzling. The book says the images are in a DSP data format. So far I can only get the programs to work on the 2 images (.dat) provided. I tried using other .dat images from the net, and many other formats, including monochromatic raw images, but it wouldn't work. Another reason I only gave 3 stars is because the book doesn't provide any online help or an email of the authors. Personally I feel that this book is more for professionals who is already trained in DSP.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 4 people found the following review helpful:
2.0 out of 5 stars I don't recommend this book, January 19, 2010
Amazon Verified Purchase(What's this?)
This review is from: C++ Algorithms for Digital Signal Processing (2nd Edition) (Paperback)
I am a computer scientist and I am trying to learn DSP.

I thought getting this book would help me with this process, because it seemed to be a book for computer scientists but it is not.

==This book is intended for those who are already familiar with DSP and want to explore C++.==

If you are a computer scientist and aren't familiar with DSP you will need another book to understand the DSP side of the book.

I got the book with no CD. That was very frustrating. Customer support was really bad. Make sure you get one with a CD.

Once I got the code (I found it on an ftp server somewhere, so I don't know if it is the latest disc, maybe there is a better updated one),I had to change many things. The main problems where:

The majority of projects don't compile in Visual Studio 2008.
The author uses PRE-STANDARD C++. This means that many things he uses don't exist today:
+flags like fstream nocreate don't exist today
+Include preprocessor directives with .h extensions will force you to rewrite things.
+I went through hell to fix(BYTE) errors.
+Some for loops miss variable type declaration.

All in all, this book is completely outdated in the programming side, and very confusing in the theoretical side.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 2 people found the following review helpful:
3.0 out of 5 stars This book does not have a CD, March 8, 2007
This review is from: C++ Algorithms for Digital Signal Processing (2nd Edition) (Paperback)
The book is good and to the point. Unfortunately, it is sold with
a cd I have never received.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


8 of 13 people found the following review helpful:
2.0 out of 5 stars You have to DOWNLOAD the CD-ROM (207 MB), February 18, 2005
This review is from: C++ Algorithms for Digital Signal Processing (2nd Edition) (Paperback)
The current edition of this book does NOT contain a physical CD-ROM. Instead, Prentice Hall has a link on their website that allows you to download the CD-ROM contents as a single ZIP file. That's a 207 MB ZIP file, folks. They've made no provisions for partial downloads...

This must be Prentice Hall's idea of a good way to increase the profit margin on their books. Recently, I've run across a couple other titles from PH-PTR where the CD-ROM mentioned in the preface is no longer included. In some cases, they haven't made the contents available on the web -- or even bothered to tell the book's author that they're dropping the media from the package.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 8 people found the following review helpful:
4.0 out of 5 stars Quite good, June 7, 2000
This review is from: C++ Algorithms for Digital Signal Processing (2nd Edition) (Paperback)
I think every students who wants to know about data / images compression should read this book. I have read this book for my final project, ( I borrow it from the library) unfortunetely, the disk has missed. The problem is that I can't read and find some files in that book( like vector.h and soon) Can you help me?
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


11 of 28 people found the following review helpful:
5.0 out of 5 stars everything you need to do DSP, October 8, 1999
By A Customer
This review is from: C++ Algorithms for Digital Signal Processing (2nd Edition) (Paperback)
This book comes with a Microsoft C++ compiler so the reader can try all the examples and change them easily.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


Most Helpful First | Newest First

This product

C++ Algorithms for Digital Signal Processing (2nd Edition)
C++ Algorithms for Digital Signal Processing (2nd Edition) by Paul M. Embree (Paperback - November 23, 1998)
$103.00 $81.44
In Stock
Add to cart Add to wishlist