1

Is there any practical “go to” book that demonstrates the main dsp methods for time series written in C for practical applications? (Doesn’t have to be for hardware, but for any raw data such as sensors, stocks, etc).

MBaz
  • 15,314
  • 9
  • 30
  • 44
Curnelious
  • 1
  • 3
  • 10

1 Answers1

6

If you want a single book on C programming with DSP, then I would refer to the classical one

C (Language) Algorithms for Real-Time DSP

from Paul M. Embree. And as far as I know, there is no modern version to beat it's simplicity, clarity and usefulness...

Fat32
  • 28,152
  • 3
  • 24
  • 50