Animated Stacked Bar Charts with Python and Matplotlib

My goal with this project was to build an animation of a horizontal stacked bar chart using Python. The inspiration and the data used for this came from the charts on the ourworldindata.org website [1]. I set a challenge for myself to see if I could build the same type of chart that is able … Continue reading Animated Stacked Bar Charts with Python and Matplotlib

Simulating Digital Modulation Schemes and Constellation Diagrams

This Python project aims to visualise several digital modulation schemes used in communication systems through waveforms and Constellation Diagrams. Modulation is the process of encoding binary information bits into a carrier waveform by varying certain characteristics of the wave. The carrier amplitude, frequency or phase shift can all be varied either separately on their own … Continue reading Simulating Digital Modulation Schemes and Constellation Diagrams