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).
Asked
Active
Viewed 457 times
1 Answers
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
-
Hard to get outside US. Any modern alternative? – Curnelious Oct 21 '18 at 17:03
-
1New prints may not be available. The newer C++ version is available and as far as I can see it ships outside US via Amazon. I believe the C vs C++ (from DSP perspecive) won't be a big difference. – Fat32 Oct 21 '18 at 17:51
-
1i should get that book. – robert bristow-johnson Oct 22 '18 at 04:30