Digital signal processing sits at a hard junction: it takes the continuous mathematics of signals and forces it onto discrete samples, and the bridge between them — sampling, the DFT, the z-transform — is where most learners stall. Open a rigorous text first and the transforms feel like symbol-pushing. The subject rewards building intuition before formalism.
The path below starts with an accessible introduction, cements the classical theory, then branches into the spectral, statistical, and multiscale methods that define modern DSP.
Build intuition
Begin with Understanding digital signal processing by Richard Lyons, widely loved as the clearest introduction there is, patient about the FFT and filter design where other books rush. Pair it with The Fourier transform and its applications by Bracewell, which gives you a deep, intuitive feel for the single most important idea in the field. Together they make sampling and frequency-domain thinking feel natural rather than mechanical.
Master the classics
Now cement the theory. Discrete-time signal processing by Oppenheim and Schafer is the definitive graduate text, the reference that defines how the subject is taught: z-transforms, filter design, and the DFT in full rigor. A course in digital signal processing by Boaz Porat is an excellent companion that connects the theory to computation and MATLAB-style practice, reinforcing the same material from a working angle.
Go specialized
The final arc opens the subfields where DSP earns its living. Spectral analysis for physical applications by Percival and Walden is the authoritative text on estimating spectra from real, noisy data. Statistical digital signal processing and modeling by Hayes covers estimation and modeling of random signals, and Adaptive filter theory by Haykin is the standard on filters that learn, used everywhere from echo cancellation to communications. Multirate systems and filter banks by Vaidyanathan handles sample-rate conversion and filter banks, A wavelet tour of signal processing by Mallat is the deep reference for multiscale analysis, and Compressed sensing by Eldar and Kutyniok covers the modern theory of recovering signals from few measurements.
Read in this order and DSP stops being a wall of transforms and becomes a toolkit you understand. Follow the full path from intuition to the research frontier.