Hacker News new | ask | show | jobs
by bri3d 18 days ago
This is a very good text and regarded as one of the greats for a reason, but it glosses over a lot of lower concepts (like OFDM, which if I recall occupies only a single short chapter) and focuses very heavily on MIMO. Proakis and Salehi ("Digital Communications") and Goldsmith ("Wireless Communications") cover some of the "lower level" concepts like OFDM pretty well in depth from a theory standpoint. Goldsmith is a particularly good middle ground book. A highly underrated book is also Andreas Schwarzinger's "Digital Signal Processing in Modern Communication Systems", which covers how modems for these systems are actually implemented in real life and is quite approachable from an engineering standpoint.
5 comments

I have a HAM level understanding of wireless communication and want to expand it. This book and the ones you listed seem like they'll go over my head. Any recommendations on an "101" style text book?
Try Tom McDermott's book first: https://web.tapr.org/tapr_history/WDC.DAT.N5EG.pdf -- it's not brand-new, but not much of this stuff really is.

I don't see it for sale anymore but the text is at https://dn760103.eu.archive.org/0/items/fea_Wireless_Digital... . No word on the fate of the "free disk," though.

The other recommendations you're getting are college-level texts. If McDermott's book suits your initial needs, Rick Lyons' and/or Steven W. Smith's DSP books would be a good next step.

Lesson 1: HAM is not an acronym. :)

If you're familiar with HAM, perhaps Software Defined Radio (SDR) approach is better for you.

There's another relatively unknown wireless communication book by Qasim Chaudhari namely Wireless Communications From the Ground Up: An SDR Perspective, also in the 2nd edition.

There are even GNU Radio experiments course available that you can try alongside the book.

According to the author, the course also covers the fundamental concepts of DSP and SDR without using any mathematics.

[1] Wireless Communications From the Ground Up: An SDR Perspective:

https://wirelesspi.com/book/

[2]Software Defined Radio (SDR) course:

https://wirelesspi.com/sdr-course/

We used Proakis in grad school. For undergrad we used:

Communication Systems by Simon Haykin

I second all suggestions here. I'd also suggest "Software Receiver Design" by Johnson et al.
>A highly underrated book is also Andreas Schwarzinger's "Digital Signal Processing in Modern Communication Systems", which covers how modems for these systems are actually implemented in real life and is quite approachable from an engineering standpoint.

The book is now in 2nd edition, and I've both of the 1st and 2nd editions, it's really a masterpiece.

The 2nd edition covers many of the 'gotchas' of OFDM implementation and covers several error detection and correction techniques, that're not in the 1st edition.

Thank you for your valuable comment! As an autodidact I do buy books on various fields that interest me and I'm always looking for comments such as yours that can give me more information about the main texts in that field and what they cover well or what another book covers better. So this is very helpful!
Thanks for the last rec, it looks like exactly what I need. As a self learner I still like some theory but a good mix with practical and building intuition. Like 'The art of electronics'. This looks to be a similar style
Thank you.