Simple Sine Generator for .NET
Reply
In this post I want to show how to create an easy sine generator in .NET. Let’s start with a code listing and then I’ll explain what I’m doing here: const double frequency = 1000; const double amplitude = 20000; … Continue reading