AllenDowney / ThinkDSP

Think DSP: Digital Signal Processing in Python, by Allen B. Downey.
https://allendowney.github.io/ThinkDSP/
3.93k stars 3.2k forks source link

typo in 7.4 "Synthesis with matrices" #57

Closed ShmuelBenEzra closed 5 years ago

ShmuelBenEzra commented 6 years ago

the equation is written: A exp{ i Phi0 } . exp{ i 2 pi f t } =A exp{ i 2 pi f t + Phi0 } but it should: A exp{ i Phi0 } . exp{ i 2 pi f t } =A exp{ i (2 pi f t + Phi0) }

AllenDowney commented 5 years ago

Will fix. Thanks!