Blog

Insights, tutorials, and thoughts on programming, education, and technology

Sinusoidal waveforms computation in c++

Learn how to generate and manipulate sinusoidal waveforms using C++. This tutorial covers sine wave generation, phase shifting, and amplitude modulation with practical examples.

ProgrammingC++Sin wavesSTL
Sinusoidal Waveforms — Part 2: Frequency Domain Analysis in Python

A hands-on guide to moving from waves to spectra—visualizing sinusoids in the frequency domain using Python and FFT.

ProgrammingPythonSin wavesDSP