Talk:Digital Signal Processing

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search

[edit] DSP Templates

I have created the following 2 templates for use in this book:

--Whiteknight (talk) (current) 20:56, 13 December 2005 (UTC)

[edit] Follow-Up Books

I have already started outlines for 2 books that will be logical follow-ups to this book:

Questions and comments about these outlines are welcome and encouraged. --Whiteknight (talk) (current) 20:52, 13 December 2005 (UTC)

[edit] RFC: Making examples matlab/octave compatible

It looks like the examples in this wikibook thus far are done using a proprietary syntax, ie. "X[n] = [ 4 5 6& 7 8 9 ]". What I'd like to propose is replacing these samples with expressions that will run correctly in Octave/Matlab, using the LCD common syntax of these two tools.

On one hand, this is somewhat restrictive, in the sense that all vectors must be enumerated by strictly positive integers. On the other hand, I think it will increase the utility of this book to enable the student to "follow along" in matlab or octave.

Thoughts?

DSP mathematical theory requires the use of data sets with negative positions, so we can't use pure matlab syntax. Also, DSP texts use a very similar syntax to the one i've used so far, except the "&" symbol is usually replaced by an arrow, a dot, or an underscore (depending on the text). I think that we need to keep things as close to an accepted textbook standard notation as possible I do plan on adding Matlab/Octave sample code and examples in most chapters though, so we can work on creating and adding them. --Whiteknight (talk) (current) 23:11, 21 December 2005 (UTC)
OK.